File tree 2 files changed +7
-2
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## [ 3.3.0] - 2021-07-12
8
13
### Add
9
14
- 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"
19
19
gcloud components update && \
20
20
rm google-cloud-sdk.tar.gz
21
21
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 && \
23
23
tar xf helm.tar.gz && \
24
24
mv linux-amd64/helm /usr/local/bin/helm && \
25
25
rm -r linux-amd64
26
26
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 && \
28
28
unzip vault.zip && \
29
29
mv vault /usr/local/bin/vault && \
30
30
chmod +x /usr/local/bin/vault && \
You can’t perform that action at this time.
0 commit comments