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.
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
+ ## [ 3.2.0] - 2021-05-20
8
+ ### Add
9
+ - Install gcloud alpha
10
+
7
11
## [ 3.1.0] - 2021-04-12
8
12
### Add
9
13
- Added gettext
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
11
11
gcloud components install kubectl && \
12
12
gcloud components install gsutil && \
13
13
gcloud components install beta && \
14
+ gcloud components install alpha && \
14
15
gcloud components update && \
15
16
rm google-cloud-sdk.tar.gz
16
17
You can’t perform that action at this time.
0 commit comments