File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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+ ## [ 3.4.0] - 2021-11-02
8+ ### Changed
9+ - Bump version of Vault to 1.8.4
10+ - Bump version of Helm to 3.5.3
11+
712## [ 3.3.0] - 2021-07-12
813### Add
914- Added labels
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
1919 gcloud components update && \
2020 rm google-cloud-sdk.tar.gz
2121
22- RUN wget -q https://get.helm.sh/helm-v3.4.2 -linux-amd64.tar.gz -O helm.tar.gz && \
22+ RUN wget -q https://get.helm.sh/helm-v3.5.3 -linux-amd64.tar.gz -O helm.tar.gz && \
2323 tar xf helm.tar.gz && \
2424 mv linux-amd64/helm /usr/local/bin/helm && \
2525 rm -r linux-amd64
2626
27- RUN wget -q https://releases.hashicorp.com/vault/1.5 .4/vault_1.5 .4_linux_amd64.zip -O vault.zip && \
27+ RUN wget -q https://releases.hashicorp.com/vault/1.8 .4/vault_1.8 .4_linux_amd64.zip -O vault.zip && \
2828 unzip vault.zip && \
2929 mv vault /usr/local/bin/vault && \
3030 chmod +x /usr/local/bin/vault && \
You can’t perform that action at this time.
0 commit comments