Skip to content

Commit

Permalink
Merge pull request #1483 from ekino/feature/kube-update
Browse files Browse the repository at this point in the history
chore: updating kubectl and associated infra tools
  • Loading branch information
axelpavageau authored Oct 29, 2024
2 parents 834eaf1 + 824de22 commit a6cc3cf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Versions

2024-10-31
----------
* AWS: updating kubectl and associated infra tools
* Azure: updating kubectl and associated infra tools
* Bitcoind: deprecating this image
* DIND: updating kubectl and associated infra tools
* Python : 3.8 is now deprecated. Adding version 3.13.
* Sonar: updating to 6.2.x

Expand Down
14 changes: 7 additions & 7 deletions aws/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ versions:
- linux/amd64
- linux/arm64
build_args:
HELM_DIFF_VERSION: 3.9.9
HELM_VERSION: 3.15.3
KUBECTL_VERSION: 1.30.3
KUSTOMIZATION_VERSION: 5.4.3
TRIVY_VERSION: "0.53.0"
TERRAGRUNT_VERSION: "0.64.1"
INFRACOST_VERSION: "0.10.38"
HELM_DIFF_VERSION: 3.9.11
HELM_VERSION: 3.16.2
KUBECTL_VERSION: 1.31.2
KUSTOMIZATION_VERSION: 5.5.0
TRIVY_VERSION: "0.56.2"
TERRAGRUNT_VERSION: "0.68.5"
INFRACOST_VERSION: "0.10.39"
test_config:
cmd:
- aws --version
Expand Down
14 changes: 7 additions & 7 deletions azure/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ versions:
- linux/amd64
- linux/arm64
build_args:
HELM_DIFF_VERSION: 3.9.9
HELM_VERSION: 3.15.3
KUBECTL_VERSION: 1.30.4
KUSTOMIZATION_VERSION: 5.4.3
TRIVY_VERSION: "0.53.0"
TERRAGRUNT_VERSION: "0.64.1"
INFRACOST_VERSION: "0.10.38"
HELM_DIFF_VERSION: 3.9.11
HELM_VERSION: 3.16.2
KUBECTL_VERSION: 1.31.2
KUSTOMIZATION_VERSION: 5.5.0
TRIVY_VERSION: "0.56.2"
TERRAGRUNT_VERSION: "0.68.5"
INFRACOST_VERSION: "0.10.39"
test_config:
cmd:
- az --version
Expand Down
2 changes: 1 addition & 1 deletion dind/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ versions:
- linux/amd64
- linux/arm64
build_args:
TRIVY_VERSION: "0.53.0"
TRIVY_VERSION: "0.56.2"
TASKFILE_VERSION: *TASKFILE_VERSION
test_config:
cmd:
Expand Down

0 comments on commit a6cc3cf

Please sign in to comment.