File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments