Skip to content

Commit ec90e27

Browse files
authored
Merge pull request #22 from AckeeDevOps/feat/75035-gke-gcloud-auth-plugin
✨ Install gke-gcloud-auth-plugin
2 parents 89086e6 + 7df5928 commit ec90e27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.4.0] - 2022-09-09
8+
### Added
9+
- `gke-gcloud-auth-plugin` for kubectl as required by upstream
10+
711
## [4.3.0] - 2022-09-08
812
### Added
913
- Argo Rollouts plugin for kubectl

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
1818
gcloud components install gsutil && \
1919
gcloud components install beta && \
2020
gcloud components install alpha && \
21+
gcloud components install gke-gcloud-auth-plugin && \
2122
gcloud components update && \
2223
rm google-cloud-sdk.tar.gz
2324

0 commit comments

Comments
 (0)