Release 3.0.0 - #184
Merged
Merged
Conversation
Bump all version references to 3.0.0 (Cargo.toml/lock, both charts and the restate-operator-crds dependency pin) and consolidate the unreleased notes into release-notes/v3.0.0.md. Major bump: upgrading from <= 2.8.1 requires a one-time CRD ownership hand-off now that the CRDs ship as templated resources. Also: - Add release notes for #158 (nested worker.invoker request-identity key) and #151 (Restate image references bumped to 1.7), which were missing. - Fix the release checklist in release-notes/README.md: bump the CRD subchart Chart.yaml and the dependency pin (previously listed only three files), and add the accept-draft-release and announce steps.
pcholakov
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
addresses some version number inconsistencies across the repo, bringing them all into line at v3.0.0. PR #169 included a minor version bump when it should have been a major bump. this is not because of some truly breaking change, but to ensure it's as visible as possible that people need to take a one-time action related to the separation of the CRDs into templated resources.
also included in this PR is some missing release notes, in preparation for the tag and release of v3.0.0.