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

Bump release and icarus to support restore to a different keyspace #303

Merged
merged 2 commits into from
Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: sebastien.allamand@orange.com
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: sebastien.allamand@orange.com
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"
)