This repository was archived by the owner on Oct 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-24
lines changed
Expand file tree Collapse file tree 7 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,21 +4,13 @@ name: cassandra-operator
44home : https://github.com/Orange-OpenSource/casskop
55sources :
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
99maintainers :
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
2214keywords :
2315- operator
2416- cassandra
Original file line number Diff line number Diff line change 22# #
33image :
44 repository : orangeopensource/casskop
5- tag : v2.0.3 -release
5+ tag : v2.1.0 -release
66 pullPolicy : Always
77 imagePullSecrets :
88 enabled : false
Original file line number Diff line number Diff line change @@ -4,21 +4,13 @@ name: multi-casskop
44home : https://github.com/Orange-OpenSource/casskop/multi-casskop
55sources :
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
99maintainers :
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
2214keywords :
2315- operator
2416- cassandra
Original file line number Diff line number Diff line change 22# #
33image :
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
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "2.0.3 "
18+ Version = "2.1.0 "
1919)
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "2.0.3 "
18+ Version = "2.1.0 "
1919)
You can’t perform that action at this time.
0 commit comments