What's Changed
Full Changelog: v0.36.0...v0.37.0
Description
- Updated Kubernetes tool versions to their latest releases, ensuring compatibility and security.
- Changes include updates to
kubectl
, helm
, gcloud SDK
, taskfile
, kind
, k9s
, kubent
, helm diff
, and Argo CD CLI
.
- These updates are crucial for maintaining an up-to-date development environment in the
.devcontainer
setup.
Changes walkthrough
| Relevant files |
---|
Enhancement
|
DockerfileUpdate Tool Versions in DevContainer Dockerfile
.devcontainer/Dockerfile
Updated VERSION_KUBECTL to 1.27.11 Updated VERSION_HELM to 3.14.3 Updated VERSION_GCLOUD_SDK to 468.0.0 Updated VERSION_TASKFILE to 3.35.1 Updated VERSION_KIND to 0.22.0 Updated VERSION_K9S to 0.32.3 Updated VERSION_KUBENT to 0.7.2 Updated VERSION_HELM_DIFF to 3.9.5 Updated VERSION_ARGO_CD_CLI to 2.9.9
|
+9/-9 |
|