Skip to content

Commit 93c1ea6

Browse files
committed
🔼 Bump version
1 parent 6f7ea8c commit 93c1ea6

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

‎.github/workflows/build.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor != 'renovate[bot]' && github.actor != 'renovate[bot]'
1717
steps:
1818
- name: 📥 Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: 🧹 Lint
2222
uses: pre-commit/action@v3.0.1
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: 📥 Checkout repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- uses: docker/setup-qemu-action@v3
3939
- uses: docker/setup-buildx-action@v3

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
args:
@@ -13,11 +13,11 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/adrienverge/yamllint
16-
rev: v1.35.1
16+
rev: v1.37.1
1717
hooks:
1818
- id: yamllint
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.39.0
21+
rev: v0.47.0
2222
hooks:
2323
- id: markdownlint

‎Dockerfile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG tag=v0.0.3
1+
ARG tag=v0.0.4-trixie
22

33
################################## Temp Layer ##################################
44

@@ -18,7 +18,7 @@ RUN --mount=src=src,dst=/build \
1818
&& apt-get satisfy -y --no-install-recommends $(cat /build/packages.apt) \
1919
&& rm -rf \
2020
/var/lib/apt/lists/* \
21-
/usr/lib/python3.11/EXTERNALLY-MANAGED \
21+
/usr/lib/python3.*/EXTERNALLY-MANAGED \
2222
&& ln -fs "$(which python3)" /usr/bin/python
2323

2424
RUN mkdir -p /home/kloud \
@@ -32,7 +32,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3232
ARG TARGETARCH
3333

3434
# renovate: source=github-releases dep=google/go-containerregistry
35-
ARG crane_version=0.20.6
35+
ARG crane_version=0.20.7
3636

3737
RUN case ${TARGETARCH} in "arm64") file=arm64 ;; "amd64") file=x86_64 ;; esac \
3838
&& curl -fsSL "https://github.com/google/go-containerregistry/releases/download/v${crane_version}/go-containerregistry_Linux_${file}.tar.gz" \

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 KloudKIT
3+
Copyright (c) 2026 KloudKIT
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎src/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-core==2.19.3
1+
ansible-core==2.20.1
22
docker==7.1.0
33
kubernetes==34.1.0
44
netaddr==1.3.0

‎src/requirements.yaml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ collections:
44
version: 2.1.0
55

66
- name: ansible.windows
7-
version: 3.2.0
7+
version: 3.3.0
88

99
- name: community.crypto
10-
version: 3.0.4
10+
version: 3.1.0
1111

1212
- name: community.docker
13-
version: 4.8.2
13+
version: 5.0.5
1414

1515
- name: community.general
16-
version: 11.4.0
16+
version: 12.2.0
1717

1818
- name: community.windows
19-
version: 3.0.1
19+
version: 3.1.0
2020

2121
- name: kubernetes.core
2222
version: 6.2.0

src/rootfs/etc/apt/sources.list.d/extra.sources renamed to src/rootfs/etc/apt/sources.list.d/additional.sources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Types: deb
44
URIs: https://download.docker.com/linux/debian
5-
Suites: bookworm
5+
Suites: trixie
66
Components: stable
77
Signed-By: /etc/apt/keyrings/docker.gpg
88

@@ -17,6 +17,6 @@ Signed-By: /etc/apt/keyrings/helm.gpg
1717
##################################### k8s ######################################
1818

1919
Types: deb
20-
URIs: https://pkgs.k8s.io/core:/stable:/v1.33/deb/
20+
URIs: https://pkgs.k8s.io/core:/stable:/v1.34/deb
2121
Suites: /
2222
Signed-By: /etc/apt/keyrings/kubernetes.gpg

0 commit comments

Comments
 (0)