Skip to content

Releases: criteo-forks/scylla-operator

v1.1.0-criteo10

06 Jan 10:23
Compare
Choose a tag to compare

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

20 Sep 13:54
Compare
Choose a tag to compare

What's Changed

  • member service: ensure service is well deleted when pod is decommission by @ashangit in #9

Full Changelog: v1.1.0-criteo8...v1.1.0-criteo9

v1.1.0-criteo8

13 Jul 08:51
Compare
Choose a tag to compare
Add scyllaArgs to cluster template

v1.1.0-criteo7: Ignore unsupported sysctl

25 Mar 15:00
f7865d5
Compare
Choose a tag to compare

What's Changed

  • Change sysctl-budy initContainer image by @pgoron in #15

Full Changelog: v1.1.0-criteo6...v1.1.0-criteo7

v1.1.0-criteo6: Ignore unsupported sysctls

22 Mar 10:57
58f4711
Compare
Choose a tag to compare

sysctls not supported by kernel won't prevent scylla init containers to start.

v1.1.0-criteo5: Disable repository verification

01 Feb 12:08
Compare
Choose a tag to compare
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

01 Dec 09:55
Compare
Choose a tag to compare
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

02 Jun 09:06
Compare
Choose a tag to compare
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

06 Apr 09:56
8da7998
Compare
Choose a tag to compare
Merge pull request #8 from ashangit/skip

Skip io-tuning if it has already been done

v1.1.0-criteo

01 Apr 11:58
f0891bb
Compare
Choose a tag to compare
Merge pull request #3 from ashangit/v1.1-criteo

Apply patches aalready applied on master branches in the v1.1 criteo release