Skip to content

Commit 1d9a49a

Browse files
committed
new release: bump version to 0.0.8
1 parent 74b0283 commit 1d9a49a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.0.8] - 2020-12-16
11+
1012
### Added
1113
- Support custom cluster domain name via variable `ClusterDomainName` in cartrige chart `values.yaml`
1214
- New chart for deploying ready-to-use crud based application

ci/helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: kubernetes tarantool operator
55
type: application
66

77
# Helm chart Version
8-
version: 0.0.7
8+
version: 0.0.8
99

1010
# Application version to be deployed
1111
appVersion: 1.16.0

ci/helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
image:
66
repository: tarantool/tarantool-operator
7-
tag: 0.0.6
7+
tag: 0.0.8
88
pullPolicy: IfNotPresent

examples/kv/helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for tarantool
44
name: cartridge
5-
version: 0.0.7
5+
version: 0.0.8

0 commit comments

Comments
 (0)