Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.11.7-1.0.2] - 2020-11-04

### Changed

- Started extending Parameters with additional attributes and types
([#162](https://github.com/mesosphere/kudo-cassandra-operator/pull/162))
- Bumped Cassandra to 3.11.7
([#161](https://github.com/mesosphere/kudo-cassandra-operator/pull/161))

### Added

- Introduce a parameter to set annotations for the external service
([#164](https://github.com/mesosphere/kudo-cassandra-operator/pull/164))
- Add OpenSSL and zlib to Medusa Docker images
([#163](https://github.com/mesosphere/kudo-cassandra-operator/pull/163))

## [3.11.6-1.0.1] - 2020-07-24

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ kubectl kudo install cassandra

| Version | Apache Cassandra version | Operator version | Minimum KUDO Version | Status | Release date |
| ------------------------------------------------------------------------------------------------ | ------------------------ | ---------------- | -------------------- | ------ | ------------ |
| [3.11.7-1.0.2](https://github.com/mesosphere/kudo-cassandra-operator/releases/tag/v3.11.7-1.0.2) | 3.11.7 | 1.0.2 | 0.17.0 | GA | 2020-11-04 |
| [3.11.6-1.0.1](https://github.com/mesosphere/kudo-cassandra-operator/releases/tag/v3.11.6-1.0.1) | 3.11.6 | 1.0.1 | 0.16.0 | GA | 2020-07-27 |
| [3.11.6-1.0.0](https://github.com/mesosphere/kudo-cassandra-operator/releases/tag/v3.11.6-1.0.0) | 3.11.6 | 1.0.0 | 0.13.0 | GA | 2020-06-04 |
| [3.11.5-0.1.2](https://github.com/mesosphere/kudo-cassandra-operator/releases/tag/v3.11.5-0.1.2) | 3.11.5 | 0.1.2 | 0.10.0 | beta | 2020-01-22 |
| [3.11.5-0.1.1](https://github.com/mesosphere/kudo-cassandra-operator/releases/tag/v3.11.5-0.1.1) | 3.11.5 | 0.1.1 | 0.8.0 | beta | 2019-12-12 |
Expand Down