File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010
11+ ## [ 0.4.2] - 2021-11-29
12+ ### Changed
13+ - using ` alpine:3.15 ` to build
14+
15+
1116## [ 0.4.1] - 2021-06-10
1217### Changed
1318- using newer version of Crystal
@@ -75,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7580- initial implementation
7681
7782
78- [ Unreleased ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.4.0...HEAD
83+ [ Unreleased ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.4.2...HEAD
84+ [ 0.4.2 ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.4.1...v0.4.2
85+ [ 0.4.1 ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.4.0...v0.4.1
7986[ 0.4.0 ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.3.0...v0.4.0
8087[ 0.3.0 ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.2.2...v0.3.0
8188[ 0.2.2 ] : https://github.com/anapsix/k8s-vault.cr/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 11# # this stage installs everything required to build the project
2- FROM alpine:3.13 as build
2+ FROM alpine:3.15 as build
33RUN apk add --no-cache musl-dev yaml-static upx && \
44 apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
55 llvm11-libs && \
Original file line number Diff line number Diff line change 1- 0.4.1
1+ 0.4.2
Original file line number Diff line number Diff line change 1- version : " 0.4.1 "
1+ version : " 0.4.2 "
22k8s_api_timeout : 5 # in seconds
33ssh_forwarding_port :
44 random : true
Original file line number Diff line number Diff line change 11name : k8s-vault
2- version : 0.4.1
2+ version : 0.4.2
33
44description : |
55 k8s-vault makes it easy to reach K8s API via jumphost, using SSH port forwarding.
You can’t perform that action at this time.
0 commit comments