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

Commit

Permalink
Release 2.0.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon authored Jun 11, 2021
1 parent d1cfba9 commit a9c2d3d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# CassKop Cassandra Kubernetes Operator Changelog

## v2.0.0

- PR [#331](https://github.com/Orange-OpenSource/casskop/pull/331) - Bump ws from 6.2.1 to 6.2.2 in /website
- PR [#330](https://github.com/Orange-OpenSource/casskop/pull/330) - Do not crash if backup is created with non existing
Datacenter
- PR [#246](https://github.com/Orange-OpenSource/casskop/pull/246) - Support of Cassandra 4.0
- PR [#329](https://github.com/Orange-OpenSource/casskop/pull/329) - Bump dns-packet from 1.3.1 to 1.3.4 in /website
- PR [#328](https://github.com/Orange-OpenSource/casskop/pull/328) - e2e tests use kuttl only

## v1.1.4

- PR [#325](https://github.com/Orange-OpenSource/casskop/pull/325) - Add datacenter to Restore and take it into accoun
Expand Down
4 changes: 2 additions & 2 deletions helm/cassandra-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: cassandra-operator
home: https://github.com/Orange-OpenSource/casskop
sources:
- https://github.com/Orange-OpenSource/casskop
version: 1.1.4
appVersion: 1.1.4-release
version: 2.0.0
appVersion: 2.0.0-release
maintainers:
- name: allamand
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/cassandra-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: orangeopensource/casskop
tag: v1.1.4-release
tag: v2.0.0-release
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions multi-casskop/helm/multi-casskop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: multi-casskop
home: https://github.com/Orange-OpenSource/casskop/multi-casskop
sources:
- https://github.com/Orange-OpenSource/casskop/multi-casskop
version: 1.1.4
appVersion: 1.1.4-release
version: 2.0.0
appVersion: 2.0.0-release
maintainers:
- name: allamand
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion multi-casskop/helm/multi-casskop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: orangeopensource/multi-casskop
tag: v1.1.4-release
tag: v2.0.0-release
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion multi-casskop/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "1.1.4"
Version = "2.0.0"
)
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "1.1.4"
Version = "2.0.0"
)

0 comments on commit a9c2d3d

Please sign in to comment.