Skip to content

Commit

Permalink
use alpine:3.15 to build
Browse files Browse the repository at this point in the history
Signed-off-by: Anastas Dancha <[email protected]>
  • Loading branch information
anapsix committed Nov 29, 2021
1 parent 83a76f6 commit 49fa4bb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.4.2] - 2021-11-29
### Changed
- using `alpine:3.15` to build


## [0.4.1] - 2021-06-10
### Changed
- using newer version of Crystal
Expand Down Expand Up @@ -75,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- initial implementation


[Unreleased]: https://github.com/anapsix/k8s-vault.cr/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/anapsix/k8s-vault.cr/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/anapsix/k8s-vault.cr/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/anapsix/k8s-vault.cr/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/anapsix/k8s-vault.cr/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/anapsix/k8s-vault.cr/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/anapsix/k8s-vault.cr/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## this stage installs everything required to build the project
FROM alpine:3.13 as build
FROM alpine:3.15 as build
RUN apk add --no-cache musl-dev yaml-static upx && \
apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
llvm11-libs && \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion k8s-vault_example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.4.1"
version: "0.4.2"
k8s_api_timeout: 5 # in seconds
ssh_forwarding_port:
random: true
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: k8s-vault
version: 0.4.1
version: 0.4.2

description: |
k8s-vault makes it easy to reach K8s API via jumphost, using SSH port forwarding.
Expand Down

0 comments on commit 49fa4bb

Please sign in to comment.