Skip to content

Commit f67d5e6

Browse files
authored
Merge pull request #16 from AckeeDevOps/chore/update-deps
⬆️ Bump Helm and Vault version
2 parents 1b2245d + e9b993e commit f67d5e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.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

Dockerfile

+2-2
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)