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.2 (#365)
Browse files Browse the repository at this point in the history
* Bump version

`Signed-off-by: Richard Peres <[email protected]>

* Update Changelog.md
  • Loading branch information
PERES-Richard authored Sep 20, 2021
1 parent 76e93e5 commit 5fe1176
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

# CassKop Cassandra Kubernetes Operator Changelog

## v2.0.2

- PR [363](https://github.com/Orange-OpenSource/casskop/pull/363) - Bump CRDs version from v1aplha1 to v2
- PR [362](https://github.com/Orange-OpenSource/casskop/pull/362) - Added a possibility to configure readinessProbe timeouts for operator deployment
- PR [361](https://github.com/Orange-OpenSource/casskop/pull/361) - Update Documentation
- PR [359](https://github.com/Orange-OpenSource/casskop/pull/359) - Do not mount multiple times the same path
- PR [358](https://github.com/Orange-OpenSource/casskop/pull/358) - Limit ConfigBuilder resources and add ability to specify its image
- PR [356](https://github.com/Orange-OpenSource/casskop/pull/356) - Bump tar from 6.1.4 to 6.1.11 in /website
- PR [354](https://github.com/Orange-OpenSource/casskop/pull/354) - Bump url-parse from 1.5.1 to 1.5.3 in /website
- PR [353](https://github.com/Orange-OpenSource/casskop/pull/353) - Upgrade to Go 1.17
- PR [352](https://github.com/Orange-OpenSource/casskop/pull/352) - Bump path-parse from 1.0.6 to 1.0.7 in /website
- PR [350](https://github.com/Orange-OpenSource/casskop/pull/350) - Remove pre_stop.sh and update build image
- PR [349](https://github.com/Orange-OpenSource/casskop/pull/349) - Bump tar from 6.0.5 to 6.1.4 in /website


## v2.0.1

- PR [#344](https://github.com/Orange-OpenSource/casskop/pull/344) - Revert "Fix #316 by labeling the cluster uid to each PVC (#322)"
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: 2.0.1
appVersion: 2.0.1-release
version: 2.0.2
appVersion: 2.0.2-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: v2.0.1-release
tag: v2.0.2-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: 2.0.1
appVersion: 2.0.1-release
version: 2.0.2
appVersion: 2.0.2-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: v2.0.1-release
tag: v2.0.2-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 = "2.0.1"
Version = "2.0.2"
)
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 = "2.0.1"
Version = "2.0.2"
)

0 comments on commit 5fe1176

Please sign in to comment.