Releases: halter/valkey-cluster-operator
Releases · halter/valkey-cluster-operator
v0.0.13
Reduce post start scritp timeout to 10s
v0.0.12
Update post_start.sh script to wait for node to respond to ping befor…
v0.0.11
Don't annouce hostname. This makes java happy.
v0.0.10
Add logic to reconcile statefulset containers (#8)
v0.0.9
Set cluster-preferred-endpoint-type to ip
v0.0.8: Merge pull request #7 from halter/feature/annouce-hostname
Use headless service and annouce hostname to speed up cluster recovery
v0.0.7: Merge pull request #6 from halter/feature/serialize-shard-updates
Check if currentRevision and updateRevision are the same, if not requeue reconcile loop
v0.0.6: Add support for minReadySeconds to ValkeyCluster CRD (#5)
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)
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
Add some starter tips for developing against the cluster operator