Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit bcc9e41

Browse files
authored
V2.1.0 (#398)
1 parent 699dfb3 commit bcc9e41

File tree

7 files changed

+18
-24
lines changed

7 files changed

+18
-24
lines changed

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# CassKop Cassandra Kubernetes Operator Changelog
33

4+
## v2.1.0
5+
6+
- PR [397](https://github.com/Orange-OpenSource/casskop/pull/397) - Fix activation of Jolokia Auth
7+
- PR [396](https://github.com/Orange-OpenSource/casskop/pull/368) - Allow to configure VolumeMount for backrest-sidecar container
8+
- PR [380](https://github.com/Orange-OpenSource/casskop/pull/380) - Fix k3d version
9+
- PR [379](https://github.com/Orange-OpenSource/casskop/pull/379) - Do not validate Secret for file protocol in Backup
10+
- PR [377](https://github.com/Orange-OpenSource/casskop/pull/377) - Fix: update cc status if StatusFinalizing
11+
- PR [376](https://github.com/Orange-OpenSource/casskop/pull/376) - Bump operator sdk v1.13.0
12+
- PR [375](https://github.com/Orange-OpenSource/casskop/pull/375) - Fix issue #374 with determining the cassandra version from image
13+
414
## v2.0.3
515

616
- PR [368](https://github.com/Orange-OpenSource/casskop/pull/368) - Add missing changes of crd

helm/cassandra-operator/Chart.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ name: cassandra-operator
44
home: https://github.com/Orange-OpenSource/casskop
55
sources:
66
- https://github.com/Orange-OpenSource/casskop
7-
version: 2.0.3
8-
appVersion: 2.0.3-release
7+
version: 2.1.0
8+
appVersion: 2.1.0-release
99
maintainers:
10-
- name: allamand
11-
email: sebastien.allamand@orange.com
1210
- name: cscetbon
1311
email: cscetbon@gmail.com
14-
- name: jal06
15-
email: jeanarmel.luce@orange.com
16-
- name: erdrix
17-
email: aguitton.ext@orange.com
1812
- name: fdehay
1913
email: franck.dehay@orange.com
20-
- name: PERES-Richard
21-
email: richardperes.info@gmail.com
2214
keywords:
2315
- operator
2416
- cassandra

helm/cassandra-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##
33
image:
44
repository: orangeopensource/casskop
5-
tag: v2.0.3-release
5+
tag: v2.1.0-release
66
pullPolicy: Always
77
imagePullSecrets:
88
enabled: false

multi-casskop/helm/multi-casskop/Chart.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ name: multi-casskop
44
home: https://github.com/Orange-OpenSource/casskop/multi-casskop
55
sources:
66
- https://github.com/Orange-OpenSource/casskop/multi-casskop
7-
version: 2.0.3
8-
appVersion: 2.0.3-release
7+
version: 2.1.0
8+
appVersion: 2.1.0-release
99
maintainers:
10-
- name: allamand
11-
email: sebastien.allamand@orange.com
1210
- name: cscetbon
1311
email: cscetbon@gmail.com
14-
- name: jal06
15-
email: jeanarmel.luce@orange.com
16-
- name: erdrix
17-
email: aguitton.ext@orange.com
1812
- name: fdehay
1913
email: franck.dehay@orange.com
20-
- name: PERES-Richard
21-
email: richardperes.info@gmail.com
2214
keywords:
2315
- operator
2416
- cassandra

multi-casskop/helm/multi-casskop/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##
33
image:
44
repository: orangeopensource/multi-casskop
5-
tag: v2.0.3-release
5+
tag: v2.1.0-release
66
pullPolicy: Always
77
imagePullSecrets:
88
enabled: false

multi-casskop/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "2.0.3"
18+
Version = "2.1.0"
1919
)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "2.0.3"
18+
Version = "2.1.0"
1919
)

0 commit comments

Comments
 (0)