Commit ac4a064 authored Feb 19, 2025 · 4 / 7 · Verified
1 parent 65093c1 commit ac4a064 Copy full SHA for ac4a064
File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# renovate datasource=github-tags depName=cloudposse/atmos
2
- atmos 1.160 .1
2
+ atmos 1.162 .1
3
3
adr-tools 3.0.0
4
4
# 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
7
7
# renovate: datasource=git-tags depName=https://github.com/bridgecrewio/checkov.git
8
- checkov 3.2.366
8
+ checkov 3.2.372
9
9
# renovate: datasource=github-tags depName=dagger/dagger
10
- dagger 0.15.3
10
+ dagger 0.15.4
11
11
flux2 2.4.0
12
12
# renovate: datasource=github-tags depName=gruntwork-io/git-xargs
13
13
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
16
16
# renovate: datasource=github-tags depName=anchore/grype
17
17
grype 0.87.0
18
18
hadolint 2.12.0
19
- helm 3.17.0
19
+ helm 3.17.1
20
20
# renovate: datasource=github-releases depName=k3d-io/k3d
21
- k3d 5.8.1
21
+ k3d 5.8.3
22
22
# 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
25
25
# renovate: datasource=github-releases depName=opentofu/opentofu versioning=loose
26
26
opentofu 1.9.0
27
27
pre-commit 4.1.0
@@ -33,8 +33,8 @@ terraform-docs 0.19.0
33
33
tflint 0.55.1
34
34
tfsec 1.28.13
35
35
# renovate: datasource=github-releases depName=defenseunicorns/uds-cli
36
- uds-cli 0.20 .0
36
+ uds-cli 0.21 .0
37
37
# renovate: datasource=github-tags depName=mikefarah/yq
38
38
yq 4.45.1
39
39
# renovate: datasource=github-releases depName=defenseunicorns/zarf
40
- zarf 0.48.0
40
+ zarf 0.48.1
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
60
60
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
61
61
# hadolint ignore=SC2016
62
62
# renovate: datasource=github-tags depName=asdf-vm/asdf
63
- ENV ASDF_VERSION=0.16.1
63
+ ENV ASDF_VERSION=0.16.3
64
64
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
65
65
&& echo -e '\n source $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
66
66
&& echo -e '\n source $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \
You can’t perform that action at this time.
0 commit comments