Skip to content

Commit ac4a064

Browse files
authoredFeb 19, 2025··
chore(deps): update stable (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65093c1 commit ac4a064

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
 

‎.tool-versions

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# renovate datasource=github-tags depName=cloudposse/atmos
2-
atmos 1.160.1
2+
atmos 1.162.1
33
adr-tools 3.0.0
44
# renovate: datasource=github-releases depName=ekristen/aws-nuke
5-
aws-nuke 3.47.1
6-
awscli 2.23.14
5+
aws-nuke 3.48.0
6+
awscli 2.24.7
77
# renovate: datasource=git-tags depName=https://github.com/bridgecrewio/checkov.git
8-
checkov 3.2.366
8+
checkov 3.2.372
99
# renovate: datasource=github-tags depName=dagger/dagger
10-
dagger 0.15.3
10+
dagger 0.15.4
1111
flux2 2.4.0
1212
# renovate: datasource=github-tags depName=gruntwork-io/git-xargs
1313
git-xargs 0.1.15
14-
golang 1.23.6
15-
golangci-lint 1.63.4
14+
golang 1.24.0
15+
golangci-lint 1.64.5
1616
# renovate: datasource=github-tags depName=anchore/grype
1717
grype 0.87.0
1818
hadolint 2.12.0
19-
helm 3.17.0
19+
helm 3.17.1
2020
# renovate: datasource=github-releases depName=k3d-io/k3d
21-
k3d 5.8.1
21+
k3d 5.8.3
2222
# renovate: datasource=github-tags depName=derailed/k9s
23-
k9s 0.32.7
24-
kubectl 1.32.1
23+
k9s 0.40.5
24+
kubectl 1.32.2
2525
# renovate: datasource=github-releases depName=opentofu/opentofu versioning=loose
2626
opentofu 1.9.0
2727
pre-commit 4.1.0
@@ -33,8 +33,8 @@ terraform-docs 0.19.0
3333
tflint 0.55.1
3434
tfsec 1.28.13
3535
# renovate: datasource=github-releases depName=defenseunicorns/uds-cli
36-
uds-cli 0.20.0
36+
uds-cli 0.21.0
3737
# renovate: datasource=github-tags depName=mikefarah/yq
3838
yq 4.45.1
3939
# renovate: datasource=github-releases depName=defenseunicorns/zarf
40-
zarf 0.48.0
40+
zarf 0.48.1

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
6060
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
6161
# hadolint ignore=SC2016
6262
# renovate: datasource=github-tags depName=asdf-vm/asdf
63-
ENV ASDF_VERSION=0.16.1
63+
ENV ASDF_VERSION=0.16.3
6464
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
6565
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
6666
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \

0 commit comments

Comments
 (0)
Please sign in to comment.