Releases: restatedev/restate-operator
v1.7.4
v1.7.3
What's Changed
- Document all of operator CRD by @haf in #30
- Split out minio docs and document network isolation by @jackkleeman in #33
New Contributors
Full Changelog: v1.7.2...v1.7.3
v1.7.2
v1.7.1
Fixes network policy enforcement for distributed clusters
See the release notes for 1.6.0 if you're upgrading from a pre 1.6.0 version.
What's Changed
- Allow restate clusters to talk to themselves by @jackkleeman in #26
- Document cluster better by @jackkleeman in #27
Full Changelog: v1.7.0...v1.7.1
v1.7.0
This release adds PodDisruptionBudgets for clusters, and a new CRD, RestateDeployment, which manages versioning for your Restate SDK services automatically.
See the release notes for 1.6.0 if you're upgrading from a pre 1.6.0 version.
What's Changed
- Add RestateDeployment v1beta1 crd by @jackkleeman in #20
- Create pdb for clusters by @jackkleeman in #25
Full Changelog: v1.6.0...v1.7.0
v1.6.0
When upgrading to v1.6.0, you may need to delete the operator-managed StatefulSets so that the operator can recreate them with the new pod management policy, as Kubernetes enforces this as an immutable field. You can do this with kubectl -n your-restate-namespace delete statefulset restate --cascade=orphan
, without causing any interruption to your cluster.
What's Changed
- Set RESTATE_NODE_NAME to POD_NAME by default by @tillrohrmann in #21
- Set pod management policy to parallel by @tillrohrmann in #23
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Add CLA automation by @tillrohrmann in #18
- Make it easier to run a multinode cluster with the operator by @jackkleeman in #19
New Contributors
- @tillrohrmann made their first contribution in #18
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Added affinity to restate operator by @kumorikarasu in #17
New Contributors
- @kumorikarasu made their first contribution in #17
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- Use predicates to dedupe changes to cm, svc, ss, job by @jackkleeman in #13
Full Changelog: v1.1.1...v1.2.0