Skip to content

Commit 285641e

Browse files
committed
Bumped version number to 0.5.1
1 parent e9dbc61 commit 285641e

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REGISTRY?=docker.io/takama
88
CA_DIR?=certs
99

1010
# Use the 0.0.0 tag for testing, it shouldn't clobber any release builds
11-
RELEASE?=0.5.0
11+
RELEASE?=0.5.1
1212
GOOS?=linux
1313
GOARCH?=amd64
1414

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: k8sapp
22
description: A Helm charts for Kubernetes application
3-
version: 0.5.0
3+
version: 0.5.1
44
home: https://my.domain/
55
sources:
66
- https://github.com/takama/k8sapp

charts/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image:
3636
##
3737
registry: docker.io/takama
3838
name: k8sapp
39-
tag: 0.5.0
39+
tag: 0.5.1
4040

4141
## Docker Registry/Hub auth secret name, always use `registry-pull-secret` if registry inside if k8s
4242
##

charts/values-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image:
3636
##
3737
registry: docker.io/takama
3838
name: k8sapp
39-
tag: 0.5.0
39+
tag: 0.5.1
4040

4141
## Docker Registry/Hub auth secret name, always use `registry-pull-secret` if registry inside if k8s
4242
##

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Version 0.5.0
1+
# Version 0.5.1
22

33
[Documentation](README.md)
44

5+
## Changelog since 0.5.0
6+
7+
### Codebase
8+
9+
- Excluded `SIGKILL` signal from list of handled signals ([#43](https://github.com/takama/k8sapp/pull/43), [@rumyantseva](https://github.com/rumyantseva))
10+
- Updated dependency for BitRoute version 0.3.0 ([#45](https://github.com/takama/k8sapp/pull/45), [@takama](https://github.com/takama))
11+
512
## Changelog since 0.4.6
613

714
### Configuration

0 commit comments

Comments
 (0)