Skip to content

Commit

Permalink
Upgrade Kubernetes CLI to 1.28.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 16, 2023
1 parent c9ae2f5 commit 1dcd499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All user visible changes to this project will be documented in this file. This p
### Upgraded

- [Docker Compose] CLI 2.23.1: <https://github.com/docker/compose/releases/tag/v2.23.1>
- [Kubernetes CLI] 1.28.4: <https://github.com/kubernetes/kubernetes/blob/3f81c5cf3ffe23e3e8ef5dfeaec8032db80e11a7/CHANGELOG/CHANGELOG-1.28.md#changelog-since-v1283>



Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM alpine AS runtime
ARG image_ver=0.9.0
ARG docker_ver=24.0.7
ARG docker_compose_ver=2.23.1
ARG kubectl_ver=1.28.3
ARG kubectl_ver=1.28.4
ARG helm_ver=3.13.2
ARG reg_ver=0.16.1
ARG gitlab_release_cli_ver=0.16.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GitLab Builder Docker image

## Supported tags and respective `Dockerfile` links

- [`0.9.0-docker24.0.7-compose2.23.1-kubectl1.28.3-helm3.13.2-reg0.16.1-releasecli0.16.0`, `0.9.0`, `0.9`, `latest`][d1]
- [`0.9.0-docker24.0.7-compose2.23.1-kubectl1.28.4-helm3.13.2-reg0.16.1-releasecli0.16.0`, `0.9.0`, `0.9`, `latest`][d1]



Expand Down

0 comments on commit 1dcd499

Please sign in to comment.