Releases: k8ssandra/k8ssandra-operator
v1.0.0-alpha.3 01-25-2022
- [CHANGE] #232 Use ReconcileResult in K8ssandraClusterReconciler
- [CHANGE] #237 Add cass-operator dev kutomization
- [FEATURE] #276 Enable Reaper UI authentication
- [FEATURE] #249 Expose all Cassandra yaml settings in a structured fashion in the k8c CRD
- [FEATURE] #45 Migrate the Medusa controllers to k8ssandra-operator
- [ENHANCEMENT] #218 Add
CassandraInitialized
status condition - [ENHANCEMENT] #24 Make Reaper images configurable and
use same struct for both Reaper and Stargate images - [ENHANCEMENT] #136 Add shortNames for the K8ssandraCluster CRD
- [ENHANCEMENT] #234 Add logic to configure and reconcile a Prometheus ServiceMonitor for each Cassandra Datacenter.
- [ENHANCEMENT] #234 Add logic to configure and reconcile a Prometheus ServiceMonitor for each Stargate deployment.
- [ENHANCEMENT] #170 Enforce cluster-wide authentication by default
- [ENHANCEMENT] #267 Use the K8ssandraCluster name as cluster name for CassandraDatacenter objects
- [ENHANCEMENT] #297 Reconcile standalone Stargate auth schema
- [TESTING] #299 Cluster-scoped e2e test failing
v1.0.0-alpha.2 12-03-01
- [FEATURE] #4 Add support for Reaper
- [FEATURE] #15 Add finalizer for K8ssandraCluster
- [FEAUTRE] #95 Cluster-scoped deployments
- [FEATURE] #212 Allow management API heap size to be configured
- [ENHANCEMENT] #210 Improve seeds handling
- [BUGFIX] #203 Superuser secret name not set on CassandraDatacenters
- [BUGFIX] #156 Stargate auth table creation may trigger a table ID mismatch
v1.0.0-alpha.1
v1.0.0-alpha.1 - 2021-10-01
[FEATURE] #98 Create Helm chart for the operator
[BUGFIX] #97 Create replicated superuser secret before creating CassandraDatacenters
[FEATURE] #87 Initial C* configuration exposure
[TESTING] #86 Functional testing of k8ssandra-operator deployed Stargate APIs
[FEATURE] #83 Add support for service account token authentication to remote clusters
[ENHANCEMENT] #58 Multi-cluster secret management/distribution
[ENHANCEMENT] #56 Support the deletion of deployed Stargate objects
[FEATURE] #17 Create Stargate instance per rack by default
[FEATURE] #12 K8ssandraCluster status should report status of CassandraDatacenter and Stargate objects
[FEATURE] #11 Add support for managing datacenters in remote clusters
[FEATURE] #3 Add initial support for managing CassandraDatacenters
[FEATURE] #5 Create initial CRD and controller for Stargate