Skip to content

Commit 49fa4bb

Browse files
committed
use alpine:3.15 to build
Signed-off-by: Anastas Dancha <anapsix@random.io>
1 parent 83a76f6 commit 49fa4bb

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## this stage installs everything required to build the project
2-
FROM alpine:3.13 as build
2+
FROM alpine:3.15 as build
33
RUN apk add --no-cache musl-dev yaml-static upx && \
44
apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
55
llvm11-libs && \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.4.2

k8s-vault_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.4.1"
1+
version: "0.4.2"
22
k8s_api_timeout: 5 # in seconds
33
ssh_forwarding_port:
44
random: true

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: k8s-vault
2-
version: 0.4.1
2+
version: 0.4.2
33

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

0 commit comments

Comments
 (0)