Skip to content

Latest commit

 

History

History
195 lines (163 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

195 lines (163 loc) · 17.2 KB

Changelog

⚠️ Ongoing development of cass-operator and future releases have been migrated to the K8ssandra project. Head over to the new repo for more information on using cass-operator! Also refer in the new cass-operator repo to the continuing CHANGELOG, which includes the 1.7.0 release (07-May-2021). ⚠️

v1.6.0

Features:

  • Upgrade to Go 1.14 #347
  • Add support for specifying additional PersistentVolumeClaims #327
  • Add support for specify rack labels #292

Bug fixes:

  • Retry decommission to prevent cluster from getting stuck in decommission state #356
  • Set explicit tag for busybox image #339
  • Incorrect volume mounts are created when adding an init container with volume mounts #309

Docs/tests:

v1.5.1

Bug fixes:

  • Fixed reconciling logic in VMware k8s environments #361 #342
  • Retry decommission if worker nodes are too slow to start it #356

v1.5.0

Features:

  • Allow configuration of the system.log tail-er #311
  • Update Kubernetes support to cover 1.15 to 1.19 #296 #304
  • Specify more named ports for advanced workloads, and additional ports for ClusterIP service #289 #291
  • Support WATCH_NAMESPACE=* to watch all namespaces #286
  • Support arbitrary Cassandra and DSE versions, using a regex for validation #271
  • Support running cassandra as a non-root cassandra user #275
  • Always gracefully drain Cassandra nodes before pod termination, and make terminationGracePeriodSeconds configurable #269
  • Add canaryUpgradeCount to support canary upgrade of a single node #258
  • Support merging all user customizations into the Cassandra podTemplateSpec #263
  • DSE 6.8.4 support #257
  • Add arm64 support #238
  • Support safely scaling down a datacenter, decommissioning Cassandra nodes #242 #265
  • Add support to override the default registry for all container images #228
  • Better helm chart support for branch / master builds on private Docker registries #236
  • Support for specific reconciliation logic in VMware k8s environments #204 #206 #203 #224 #259 #288

Bug fixes:

  • Increase default init container CPU for better startup performance #261
  • Re-enable the most common quiet period #253
  • Added label to all-pods service to narrow metrics scrape selection #277

Docs/tests:

  • Add test for infinite reconcile #220
  • Added keys from datastax/charts and updated README #221
  • Support integration tests with k3d v3 #248
  • Default to KIND for integration tests #252
  • Run oss/dse integration smoke tests in github workflow #267

v1.4.1

Features:

  • Use Cassandra 4.0-beta1 image #237
  • Update to cass-config-builder 1.0.3 #235
  • DSE 6.8.3 support #233

Bug fixes:

  • Fix for enabling DSE advanced workloads #230

v1.4.0

Features:

  • Cassandra 3.11.7 support #209
  • DSE 6.8.2 support #207
  • Configurable resource requests and limits for init and system-logger containers. #184
  • Add quietPeriod and observedGeneration to the status #190
  • Update config builder init container to 1.0.2 #193
  • Host network support #186
  • Helm chart option for cluster-scoped install #182
  • Create JKS for internode encryption #156
  • Headless ClusterIP service for additional seeds #175
  • Operator managed NodePort service #177
  • Experimental ability to run DSE advanced workloads #158
  • More validation logic in the webhook #165

Bug fixes:

  • Fix watching CassDC to not trigger on status update #212
  • Enumerate more container ports #200
  • Resuming a stopped CassDC should not use the ScalingUp condition #198
  • Idiomatic usage of the term "internode" #197
  • First-seed-in-the-DC logic should respect additionalSeeds #180
  • Use the additional seeds service in the config #189
  • Fix operator so it can watch multiple or all namespaces #173

Docs/tests:

  • Encryption documentation #196
  • Fix link to sample-cluster-sample-dc.yaml #191
  • Kong Ingress Documentation #160
  • Adding AKS storage example #164
  • Added ingress documentation and sample client application to docs #140

v1.3.0

  • Add DSE 6.8.1 support, and update to config-builder 1.0.1 #139
  • Experimental support for Cassandra Reaper running in sidecar mode #116
  • Support using RedHat universal base image containers #95
  • Provide an easy way to specify additional seeds in the CRD #136
  • Unblocking Kubernetes 1.18 support #132
  • Bump version of Management API sidecar to 0.1.5 #129
  • No need to always set LastRollingRestart status #124
  • Set controller reference after updating StatefulSets, makes sure StatefulSets are cleaned up on delete #121
  • Use the PodIP for Management API calls #112
  • Watch secrets to trigger reconciling user and password updates #109
  • Remove NodeIP from status #96
  • Add ability to specify additional Cassandra users in CassandraDatacenter #94
  • Improve validation for webhook configuration #103

v1.2.0

  • Support for several k8s versions in the helm chart #97
  • Ability to roll back a broken upgrade / configuration change #85
  • Mount root as read-only and temp dir as memory emptyvol #86
  • Fix managed-by label #84
  • Add sequence diagrams #90
  • Add PodTemplateSpec in CassDC CRD spec, which allows defining a base pod template spec #67
  • Support testing with k3d #79
  • Add logging of all events for more reliable retrieval #76
  • Update to Operator SDK v0.17.0 #78
  • Update Cassandra images to include metric-collector-for-apache-cassandra (MCAC) #81
  • Run data cleanup after scaling up a datacenter #80
  • Requeue after the last node has its node-state label set to Started during cluster creation #77
  • Remove delete verb from validating webhook #75
  • Add conditions to CassandraDatacenter status #50
  • Better support and safeguards for adding racks to a datacenter #59

v1.1.0

  • #27 Added a helm chart to ease installing.
  • #23 #37 #46 Added a validating webhook for CassandraDatacenter.
  • #43 Emit more events when reconciling a CassandraDatacenter.
  • #47 Support nodeSelector to pin database pods to labelled k8s worker nodes.
  • #22 Refactor towards less code listing pods.
  • Several integration tests added.

v1.0.0

  • Project renamed to cass-operator.
  • KO-281 Node replace added.
  • KO-310 The operator will work to revive nodes that fail readiness for over 10 minutes by deleting pods.
  • KO-317 Rolling restart added.
  • K0-83 Stop the cluster more gracefully.
  • KO-329 API version bump to v1beta1.

v0.9.0

  • KO-146 Create a secret for superuser creation if one is not provided.
  • KO-288 The operator can provision Cassandra clusters using images from https://github.com/datastax/management-api-for-apache-cassandra and the primary CRD the operator works on is a v1alpha2 cassandra.datastax.com/CassandraDatacenter
  • KO-210 Certain CassandraDatacenter inputs were not rolled out to pods during rolling upgrades of the cluster. The new process considers everything in the statefulset pod template.
  • KO-276 Greatly improved integration tests on real KIND / GKE Kubernetes clusters using Ginkgo.
  • KO-223 Watch fewer Kubernetes resources.
  • KO-232 Following best practices for assigning seed nodes during cluster start.
  • KO-92 Added a container that tails the system log.

v0.4.1

  • KO-190 Fix bug introduced in v0.4.0 that prevented scaling up or deleting datacenters.
  • KO-177 Create a headless service that includes pods that are not ready. While this is not useful for routing CQL traffic, it can be helpful for monitoring infrastructure like Prometheus that would like to attempt to collect metrics from pods even if they are unhealthy, and which can tolerate connection failure.

v0.4.0

  • KO-97 Faster cluster deployments
  • KO-123 Custom CQL super user. Clusters can now be provisioned without the publicly known super user cassandra and publicly known default password cassandra.
  • KO-42 Preliminary support for DSE upgrades
  • KO-87 Preliminary support for two-way SSL authentication to the DSE management API. At this time, the operator does not automatically create certificates.
  • KO-116 Fix pod disruption budget calculation. It was incorrectly calculated per-rack instead of per-datacenter.
  • KO-129 Provide allowMultipleNodesPerWorker parameter to enable testing on small k8s clusters.
  • KO-136 Rework how DSE images and versions are specified.

v0.3.0

  • Initial labs release.