Releases: criteo-forks/scylla-operator
Releases · criteo-forks/scylla-operator
v1.1.0-criteo10
What's Changed
- Bring 1.1 up to date with CI and CRD update by @geobeau in #20
- Add customLabels support on pods by @geobeau in #21
Full Changelog: v1.1.0-criteo9...v1.1.0-criteo10
v1.1.0-criteo9
What's Changed
Full Changelog: v1.1.0-criteo8...v1.1.0-criteo9
v1.1.0-criteo8
Add scyllaArgs to cluster template
v1.1.0-criteo7: Ignore unsupported sysctl
What's Changed
Full Changelog: v1.1.0-criteo6...v1.1.0-criteo7
v1.1.0-criteo6: Ignore unsupported sysctls
sysctls not supported by kernel won't prevent scylla init containers to start.
v1.1.0-criteo5: Disable repository verification
Repository verification is a big constraints when testing different images This change remove the validation in the webhook The operator will only update the image if the version of the image is also changed
v1.1.0-criteo4: Return all upgrade policy as patchUpgradeProcedure
The genericupgrade cannot be perfomed right now: - operator don't support tls - operator don't support auth (custom auth + fetch superuser) - operator cannot access the manager (auth token) This change should be discarded when we upgrade to the upstream version
v1.1.0-criteo3
Add multi dc feature for hostNetwork cluster only Provide capability to enable multi dc feature on scyllacluster crd with the list of distant seeds. Provide a mechanism to define an initCluster. The init cluster will be the first bootstraped cluster. It will not rely on multi dc seed (only using local ones) so it can bootstrap autinomously. Other clusters will rely on multi dc seeds only at bootstrap. When bootstrap is finished meaning all statefulsets are fully created with all members ready a bootstrap status set to finished will be added to the scyllacluster status. When the finished bootstrap status is reached the cluster will not anymore rely on multi dc seeds (rely on local one only)
v1.1.0.1-criteo
Merge pull request #8 from ashangit/skip Skip io-tuning if it has already been done
v1.1.0-criteo
Merge pull request #3 from ashangit/v1.1-criteo Apply patches aalready applied on master branches in the v1.1 criteo release