File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments