Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_main_1b4574a2e7a8365696290ad216daa…
Browse files Browse the repository at this point in the history
…c39cee7c040267f15b4abe86b3b18094686
  • Loading branch information
smerle33 authored Mar 6, 2024
2 parents d7543ba + 28bae9b commit 9cb3f89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions goss/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command:
exec: az --version
exit-status: 0
stdout:
- 2.57.0
- 2.58.0
bundle:
exec: bundle -v
exit-status: 0
Expand All @@ -32,7 +32,7 @@ command:
exec: gh --version
exit-status: 0
stdout:
- 2.44.1
- 2.45.0
git_lfs:
exec: git-lfs --version
exit-status: 0
Expand Down
6 changes: 3 additions & 3 deletions goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ command:
exec: go version
exit-status: 0
stdout:
- 1.22.0
- 1.22.1
golangci-lint:
exec: golangci-lint --version
exit-status: 0
Expand All @@ -63,7 +63,7 @@ command:
exec: helm plugin list
exit-status: 0
stdout:
- /diff.*3.9.4/
- /diff.*3.9.5/
- /helm-git.*0.15.1/
- /secrets.*4.5.1/
jdk11:
Expand Down Expand Up @@ -98,7 +98,7 @@ command:
exec: playwright --version
exit-status: 0
stdout:
- 1.41.2
- 1.42.1
python3:
exec: python3 --version
exit-status: 0
Expand Down
10 changes: 5 additions & 5 deletions provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
asdf_version: 0.14.0
awscli_version: 2.15.21
azcopy_version: 10.23.0-20240129
azurecli_version: 2.57.0
azurecli_version: 2.58.0
chocolatey_version: 1.4.0
compose_version: 2.24.6
cst_version: 1.16.0
default_jdk: 11
docker_version: 25.0.3
doctl_version: 1.101.0
gh_version: 2.44.1
gh_version: 2.45.0
git_lfs_version: 3.4.1
git_linux_version: 2.43.2
git_windows_version: 2.43.0
golang_version: 1.22.0
golang_version: 1.22.1
golangcilint_version: 1.55.2
goss_version: 0.4.4
hadolint_version: 2.12.0
helm_version: 3.14.1
helm_diff_version: 3.9.4
helm_diff_version: 3.9.5
helmfile_version: 0.162.0
helm_git_version: 0.15.1
helm_secrets_version: 4.5.1
Expand Down Expand Up @@ -47,4 +47,4 @@ vagrant_version: 2.4.0
windows_pwsh_version: 7.4.1
xq_version: 1.2.3
yq_version: 4.25.3
playwright_version: 1.41.2
playwright_version: 1.42.1

0 comments on commit 9cb3f89

Please sign in to comment.