File tree 2 files changed +5
-0
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 4.4.0] - 2022-09-09
8
+ ### Added
9
+ - ` gke-gcloud-auth-plugin ` for kubectl as required by upstream
10
+
7
11
## [ 4.3.0] - 2022-09-08
8
12
### Added
9
13
- 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"
18
18
gcloud components install gsutil && \
19
19
gcloud components install beta && \
20
20
gcloud components install alpha && \
21
+ gcloud components install gke-gcloud-auth-plugin && \
21
22
gcloud components update && \
22
23
rm google-cloud-sdk.tar.gz
23
24
You can’t perform that action at this time.
0 commit comments