Skip to content

Releases: restatedev/restate-operator

v1.7.4

24 Jul 09:00
Compare
Choose a tag to compare

What's Changed

  • Fix: add missing patch events to RBAC config by @2snEM6 in #35

New Contributors

Full Changelog: v1.7.3...v1.7.4

v1.7.3

17 Jul 20:51
ccb6aec
Compare
Choose a tag to compare

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

  • @haf made their first contribution in #30

Full Changelog: v1.7.2...v1.7.3

v1.7.2

17 Jun 11:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

16 Jun 17:52
Compare
Choose a tag to compare

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

Full Changelog: v1.7.0...v1.7.1

v1.7.0

11 Jun 11:59
2810ec2
Compare
Choose a tag to compare

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

Full Changelog: v1.6.0...v1.7.0

v1.6.0

22 May 15:41
7b8b62d
Compare
Choose a tag to compare

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

Full Changelog: v1.5.0...v1.6.0

v1.5.0

07 May 18:46
93a4146
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 May 18:36
ef19fa6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

25 Feb 10:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Dec 22:08
Compare
Choose a tag to compare

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