Skip to content

Commit 6b9f64d

Browse files
committed
new release: bump version to 0.0.9
1 parent 1e9805e commit 6b9f64d

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] - 2021-03-30
11+
1012
### Added
1113
- Integration test for cluster_controller written with envtest and ginkgo
1214
- Description of failover setting in the Cartridge Kubernetes guide

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.8
8+
version: 0.0.9
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.8
7+
tag: 0.0.9
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.8
5+
version: 0.0.9

0 commit comments

Comments
 (0)