Skip to content

Releases: halter/valkey-cluster-operator

v0.0.13

17 Aug 23:38

Choose a tag to compare

Reduce post start scritp timeout to 10s

v0.0.12

17 Aug 22:07

Choose a tag to compare

Update post_start.sh script to wait for node to respond to ping befor…

v0.0.11

13 Aug 01:08

Choose a tag to compare

Don't annouce hostname. This makes java happy.

v0.0.10

12 Aug 21:58
280200a

Choose a tag to compare

Add logic to reconcile statefulset containers (#8)

v0.0.9

12 Aug 04:39

Choose a tag to compare

Set cluster-preferred-endpoint-type to ip

v0.0.8: Merge pull request #7 from halter/feature/annouce-hostname

12 Aug 02:55
9b272f0

Choose a tag to compare

Use headless service and annouce hostname to speed up cluster recovery

v0.0.7: Merge pull request #6 from halter/feature/serialize-shard-updates

03 Aug 22:31
ce8f4cc

Choose a tag to compare

Check if currentRevision and updateRevision are the same, if not requeue reconcile loop

v0.0.6: Add support for minReadySeconds to ValkeyCluster CRD (#5)

23 Jun 00:25
27605f7

Choose a tag to compare

This release adds support for specifying minReadySeconds on the ValkeyCluster CRD, which is automatically applied to StatefulSets created by the operator.

This change also sets minReadySeconds to a default value of 10 seconds.

NOTE: Support for minReadySeconds requires Kubernetes v1.25 or higher.

v0.0.5: Add support for running e2e tests on arm64 (#3)

17 Jun 01:25
24094dd

Choose a tag to compare

This release adds support for both arm64 and amd64 platforms. From an operational point of view, this makes no difference for the cluster operator but it allows development on arm devices such as macOS Silicon laptops.

v0.0.4: Merge pull request #2 from halter/README-setup

15 Jun 23:50
2382f5c

Choose a tag to compare

Add some starter tips for developing against the cluster operator