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 #141 from Orange-OpenSource/v0.4.1
Browse files Browse the repository at this point in the history
prepare release 0.4.1
  • Loading branch information
Sébastien Allamand authored Nov 7, 2019
2 parents a2aed1a + bb30dfb commit 7d91723
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 9 deletions.
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

## 0.4.1

- MR [#128](https://github.com/Orange-OpenSource/cassandra-k8s-operator/pull/128/files) Fix Issue [#96](https://github.com/Orange-OpenSource/cassandra-k8s-operator/issues/96): cluster stay pending
**Breaking Change in API**

The fields `spec.baseImage` and `spec.version` have been removed in favor for `spec.cassandraImage` witch is a merge of
both of thems.

- MR [#128](https://github.com/Orange-OpenSource/cassandra-k8s-operator/pull/128/files) Fix Issue
[#96](https://github.com/Orange-OpenSource/cassandra-k8s-operator/issues/96): cluster stay pending
- MR [#127](https://github.com/Orange-OpenSource/cassandra-k8s-operator/pull/127) fix Issue
[#126](https://github.com/Orange-OpenSource/cassandra-k8s-operator/issues/126): update racks in parallel
- MR [#124](https://github.com/Orange-OpenSource/cassandra-k8s-operator/pull/124): Add Support for pod & services
Expand All @@ -20,7 +26,6 @@ Examples of annotation needed in the CassandraCluster Spec:
```

- MR [#119](https://github.com/Orange-OpenSource/cassandra-k8s-operator/pull/119) Refactoring Makefile

- tests now uses default cassandra docker image


Expand Down
Binary file added docs/helm/cassandra-operator-0.4.1.tgz
Binary file not shown.
31 changes: 27 additions & 4 deletions docs/helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
apiVersion: v1
entries:
cassandra-operator:
- apiVersion: v1
appVersion: 0.4.1-release
created: 2019-11-07T12:35:58.08812+01:00
description: A Helm chart for CassKop - the Orange Cassandra Kubernetes operator
digest: 97e81b96370276e85d5cc4a87a49ebcf8a94d3dc36220047d7e8794fedd7ed1c
home: https://github.com/Orange-OpenSource/cassandra-k8s-operator
keywords:
- operator
- cassandra
- casskop
maintainers:
- email: [email protected]
name: allamand
- email: [email protected]
name: Orange-csetbon
- email: [email protected]
name: jal06
name: cassandra-operator
sources:
- https://github.com/Orange-OpenSource/cassandra-k8s-operator
urls:
- cassandra-operator-0.4.1.tgz
version: 0.4.1
- apiVersion: v1
appVersion: 0.4.0-release
created: 2019-10-07T18:01:42.602592+02:00
created: 2019-11-07T12:35:58.083649+01:00
description: A Helm chart for CassKop - the Orange Cassandra Kubernetes operator
digest: 8ee47e7fb1328b77af3102686f546f8807f973a0fc5f22929b7915a5a5ca5d12
home: https://github.com/Orange-OpenSource/cassandra-k8s-operator
Expand All @@ -26,7 +49,7 @@ entries:
version: 0.4.0
- apiVersion: v1
appVersion: 0.3.2-release
created: 2019-10-07T18:01:42.602149+02:00
created: 2019-11-07T12:35:58.083199+01:00
description: A Helm chart for CassKop - the Orange Cassandra Kubernetes operator
digest: 3adb84740d75ab1bc9f674e03553cf43aa1dac7661817b6622beee58c1e08aa1
home: https://github.com/Orange-OpenSource/cassandra-k8s-operator
Expand All @@ -49,7 +72,7 @@ entries:
version: 0.3.2
- apiVersion: v1
appVersion: 0.3.1-mater
created: 2019-10-07T18:01:42.600829+02:00
created: 2019-11-07T12:35:58.082567+01:00
description: A Helm chart for CassKop - the Orange Cassandra Kubernetes operator
digest: d4eb5ebe3de38e2d75184f3734e3f88ef9e82ebb88bc4beb44544f7b5b69702f
home: https://github.com/Orange-OpenSource/cassandra-k8s-operator
Expand All @@ -70,4 +93,4 @@ entries:
urls:
- cassandra-operator-0.3.1.tgz
version: 0.3.1
generated: 2019-10-07T18:01:42.598838+02:00
generated: 2019-11-07T12:35:58.081414+01:00
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/cassandra-k8s-operator
sources:
- https://github.com/Orange-OpenSource/cassandra-k8s-operator
version: 0.4.0
appVersion: 0.4.0-release
version: 0.4.1
appVersion: 0.4.1-release
icon:
maintainers:
- name: allamand
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/cassandra-k8s-operator
tag: v0.4.0-release
tag: v0.4.1-release
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down

0 comments on commit 7d91723

Please sign in to comment.