Skip to content

Commit 6461b6f

Browse files
committed
⬆️ Bump version of Packer to 1.5.4 and Helm to 3.4.2
1 parent 1215a6d commit 6461b6f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [2.1.0] - 2020-12-09
8+
### Changed
9+
- Bump version of Packer to 1.5.4
10+
- Bump version of Helm to 3.4.2
11+
12+
713
## [2.0.0] - 2020-07-22
814
### Removed
915
- Vaultier is obsolete, using vault-cli instead

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
1212
gcloud components install gsutil && \
1313
rm google-cloud-sdk.tar.gz
1414

15-
RUN wget -q https://get.helm.sh/helm-v3.2.0-linux-amd64.tar.gz -O helm.tar.gz && \
15+
RUN wget -q https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz -O helm.tar.gz && \
1616
tar xf helm.tar.gz && \
1717
mv linux-amd64/helm /usr/local/bin/helm && \
1818
rm -r linux-amd64
1919

20-
RUN wget -q https://releases.hashicorp.com/vault/1.4.0/vault_1.4.0_linux_amd64.zip -O vault.zip && \
20+
RUN wget -q https://releases.hashicorp.com/vault/1.5.4/vault_1.5.4_linux_amd64.zip -O vault.zip && \
2121
unzip vault.zip && \
2222
mv vault /usr/local/bin/vault && \
2323
chmod +x /usr/local/bin/vault && \

0 commit comments

Comments
 (0)