release: prepare operator v1.1.0 release - #676
Closed
NishanthNalluri wants to merge 1 commit into
Closed
NishanthNalluri wants to merge 1 commit into
NishanthNalluri wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
NishanthNalluri
marked this pull request as draft
September 13, 2026 18:43
This change advances the operator chart and its related images to v1.1.0. The complete list of changes and fixes is included in the changelog. Key changes: - Improves observability and recovery when cluster initialization hangs. - Removes CrdbCluster ownership from cluster-scoped PriorityClasses. - Fixes the under-replicated ranges check to use a ready CockroachDB pod. - Prevents WAL volume resizes from triggering rolling restarts. - Prevents the operator from running without a region detected from node labels or supplied through the CLOUD_REGION environment variable. - Fixes topology-aware scale-down when topologySpreadConstraints are configured through podTemplate. - Keeps the migration conversion webhook CA bundle synchronized after operator certificate rotation. Additionally, updates the K3s test image to v1.32.13-k3s1.
NishanthNalluri
force-pushed
the
nishanth/operator-patch-release
branch
from
September 21, 2026 17:59
77d6761 to
a01dbab
Compare
Contributor
Author
|
Superseded by #680 after renaming the release branch to |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR advances the operator chart and its related images to v1.1.0. The complete list of changes and fixes is included in the changelog.
Key changes:
CrdbClusterownership from cluster-scopedPriorityClasses.CLOUD_REGIONenvironment variable.topologySpreadConstraintsare configured throughpodTemplate.Until the operator is upgraded to v1.1.0, users who moved
topologySpreadConstraintsintopodTemplatemust continue setting the equivalent deprecated first-class field. It can be removed after all operator replicas are running v1.1.0.Additionally, updates the K3s test image to v1.32.13-k3s1.