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

Commit

Permalink
Merge pull request #303 from Orange-OpenSource/release-1.1.3
Browse files Browse the repository at this point in the history
Bump release and icarus to support restore to a different keyspace
  • Loading branch information
fdehay authored Mar 1, 2021
2 parents 3936545 + 7bea2ec commit d2cdf80
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# CassKop Cassandra Kubernetes Operator Changelog

## v1.1.3

- PR [#302](https://github.com/Orange-OpenSource/casskop/pull/302) - Fix Bootstrap issue
- PR [#303](https://github.com/Orange-OpenSource/casskop/pull/303) - Upgrade Icarus to 1.0.9


## v1.1.2

- PR [#298](https://github.com/Orange-OpenSource/casskop/pull/297) - Fix Helm publishing
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.2
appVersion: 1.1.2-release
version: 1.1.3
appVersion: 1.1.3-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.2-release
tag: v1.1.3-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.2
appVersion: 1.1.2-release
version: 1.1.3
appVersion: 1.1.3-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.2-release
tag: v1.1.3-release
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion multi-casskop/samples/gke/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "managed_zone" {
variable "casskop_image_tag" {
description = ""
type = string
default = "v1.1.2-release"
default = "v1.1.3-release"
}

// Provider definition
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.2"
Version = "1.1.3"
)
2 changes: 1 addition & 1 deletion pkg/apis/db/v1alpha1/cassandracluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (

defaultCassandraImage = "cassandra:3.11"
defaultBootstrapImage = "orangeopensource/cassandra-bootstrap:0.1.8"
DefaultBackRestImage = "gcr.io/cassandra-operator/instaclustr-icarus:1.0.8"
DefaultBackRestImage = "gcr.io/cassandra-operator/instaclustr-icarus:1.0.9"
defaultServiceAccountName = "cassandra-cluster-node"
InitContainerCmd = "cp -vr /etc/cassandra/* /bootstrap"
defaultMaxPodUnavailable = 1
Expand Down
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.2"
Version = "1.1.3"
)

0 comments on commit d2cdf80

Please sign in to comment.