Skip to content

Commit

Permalink
chore: updating infra tooling for aws, azure, dind
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageauekino committed Jul 29, 2024
1 parent 15413e7 commit 0d9411e
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,6 +3,9 @@ Versions

2024-07-31
----------
* AWS : updating tooling (kubectl, kustomize, helm, helm-diff, terragrunt, trivy, infracost)
* Azure : updating tooling (kubectl, kustomize, helm, helm-diff, terragrunt, trivy, infracost)
* DIND : updating trivy
* PHP : updating base images from alpine 3.18 to 3.20

2024-06-30
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.5
HELM_VERSION: 3.14.4
KUBECTL_VERSION: 1.29.4
KUSTOMIZATION_VERSION: 5.4.1
TRIVY_VERSION: "0.50.4"
TERRAGRUNT_VERSION: "0.57.9"
INFRACOST_VERSION: "0.10.35"
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"
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.5
HELM_VERSION: 3.14.4
KUBECTL_VERSION: 1.29.4
KUSTOMIZATION_VERSION: 5.4.1
TRIVY_VERSION: "0.50.4"
TERRAGRUNT_VERSION: "0.57.9"
INFRACOST_VERSION: "0.10.35"
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"
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.50.4"
TRIVY_VERSION: "0.53.0"
TASKFILE_VERSION: *TASKFILE_VERSION
test_config:
cmd:
Expand Down

0 comments on commit 0d9411e

Please sign in to comment.