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 #296 from Orange-OpenSource/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
fdehay authored Feb 5, 2021
2 parents c8f9de8 + f1d04fa commit 8a522b8
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@

# CassKop Cassandra Kubernetes Operator Changelog

## v1.1.0

### Added

- PR [#285](https://github.com/Orange-OpenSource/casskop/pull/285) - Bump ini from 1.3.5 to 1.3.8 in /website
- PR [#286](https://github.com/Orange-OpenSource/casskop/pull/286) - Add the 2 new pages (Cassandra Backup & Restore) to the sidebar + bump version
- PR [#287](https://github.com/Orange-OpenSource/casskop/pull/287) - Restrict psp role in helm chart to get and list
- PR [#289](https://github.com/Orange-OpenSource/casskop/pull/289) - Do not use data folder to store downloaded sstables
- PR [#290](https://github.com/Orange-OpenSource/casskop/pull/290) - Enforce HARDLINKS restore strategy as it is faster
- PR [#291](https://github.com/Orange-OpenSource/casskop/pull/291) - Add check if cassandraBackup.Annotations map is nil before assignement
- PR [#293](https://github.com/Orange-OpenSource/casskop/pull/293) - Add option to Rename a table when restoring it
- PR [#294](https://github.com/Orange-OpenSource/casskop/pull/294) - Generate CRDs to deploy dir AND both helms CRDs dirs
- PR [#295](https://github.com/Orange-OpenSource/casskop/pull/295) - Upgrade Icarus to 1.0.8 (Fix error catching)

### Changed

- CassandraRestore CRD (restorationStrategyType removed, add rename option)

### Deprecated

### Removed

- v1beta1 CRDs


## v1.0.2

### Added
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.0.2
appVersion: 1.0.2-release
version: 1.1.0
appVersion: 1.1.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.0.2-release
tag: v1.1.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.0.2
appVersion: 1.0.2-release
version: 1.1.0
appVersion: 1.1.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.0.2-release
tag: v1.1.0-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.0.2-release"
default = "v1.1.0-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.0.2"
Version = "1.1.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.0.2"
Version = "1.1.0"
)
1 change: 0 additions & 1 deletion website/docs/5_operations/3_5_backup_restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ metadata:
spec:
cassandraBackup: nightly-cassandra-backup
cassandraCluster: test-cluster
restorationStrategyType: HARDLINKS
entities: k1.t1
rename:
k1.t1: k1.t2
Expand Down

0 comments on commit 8a522b8

Please sign in to comment.