We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163aa88 + 29d0ad0 commit f70e42eCopy full SHA for f70e42e
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.2.0] - 2021-05-20
8
+### Add
9
+- Install gcloud alpha
10
+
11
## [3.1.0] - 2021-04-12
12
### Add
13
- Added gettext
Dockerfile
@@ -11,6 +11,7 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
gcloud components install kubectl && \
gcloud components install gsutil && \
gcloud components install beta && \
14
+ gcloud components install alpha && \
15
gcloud components update && \
16
rm google-cloud-sdk.tar.gz
17
0 commit comments