Skip to content

Commit 2b10889

Browse files
committed
🔼 Bump versions
1 parent a7b31a3 commit 2b10889

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

‎Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ COPY --from=temp /etc/apt/keyrings /etc/apt/keyrings
3232

3333
### Add application user
3434
RUN adduser \
35-
--disabled-password \
36-
--gecos '' \
37-
--uid 1000 \
38-
kloud
35+
--disabled-password \
36+
--gecos '' \
37+
--uid 1000 \
38+
kloud
3939

4040
### Install packages
4141
RUN --mount=src=src,dst=/build \
@@ -58,7 +58,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5858
ARG TARGETARCH
5959

6060
# renovate: source=github-releases dep=google/go-containerregistry
61-
ARG crane_version=0.20.2
61+
ARG crane_version=0.20.3
6262

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

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 KloudKIT
3+
Copyright (c) 2025 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible-core==2.18.1
1+
ansible-core==2.18.2
22
docker==7.1.0
3-
kubernetes==31.0.0
3+
kubernetes==32.0.1
44
netaddr==1.3.0
55
passlib==1.7.4
66
yq==3.4.3

‎src/requirements.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ collections:
44
version: 2.0.0
55

66
- name: ansible.windows
7-
version: 2.6.0
7+
version: 2.7.0
88

99
- name: community.crypto
10-
version: 2.23.0
10+
version: 2.25.0
1111

1212
- name: community.docker
13-
version: 4.3.0
13+
version: 4.4.0
1414

1515
- name: community.general
16-
version: 10.2.0
16+
version: 10.3.1
1717

1818
- name: community.windows
1919
version: 2.3.0
2020

2121
- name: kubernetes.core
22-
version: 5.0.0
22+
version: 5.1.0
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[defaults]
22
bin_ansible_callbacks = True
33
callback_result_format = yaml
4-
callbacks_enabled = community.general.unixy, ansible.posix.timer, community.general.dense, community.general.yaml
4+
callbacks_enabled = community.general.unixy, community.general.dense
55
fact_caching = jsonfile
66
fact_caching_connection = /tmp
77
force_color = True
88
gathering = smart
99
interpreter_python = /usr/bin/python3
10-
stdout_callback = community.general.yaml

0 commit comments

Comments
 (0)