Skip to content

Commit f70e42e

Browse files
authored
Merge pull request #13 from AckeeDevOps/feat/add-gcloud-alpha
✨ Add gcloud alpha SDK
2 parents 163aa88 + 29d0ad0 commit f70e42e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [3.2.0] - 2021-05-20
8+
### Add
9+
- Install gcloud alpha
10+
711
## [3.1.0] - 2021-04-12
812
### Add
913
- Added gettext

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
1111
gcloud components install kubectl && \
1212
gcloud components install gsutil && \
1313
gcloud components install beta && \
14+
gcloud components install alpha && \
1415
gcloud components update && \
1516
rm google-cloud-sdk.tar.gz
1617

0 commit comments

Comments
 (0)