Mark release 1.22.0 in progress - #7836
Open
CharlieTLe wants to merge 1 commit into
Open
Conversation
Add a '## 1.22.0 in progress' section below an empty '## master / unreleased', move the existing unreleased entries into it, and order them [CHANGE] -> [FEATURE] -> [ENHANCEMENT] -> [BUGFIX] per RELEASE.md. Also fill the gaps reported by ./tools/release/check-changelog.sh v1.21.1...master: - new entries for cortexproject#7513, cortexproject#7514 and cortexproject#7559 - fold cortexproject#7323, cortexproject#7434, cortexproject#7458, cortexproject#7463, cortexproject#7487, cortexproject#7505, cortexproject#7687, cortexproject#7691, cortexproject#7716, cortexproject#7726, cortexproject#7775 and cortexproject#7807 into the entries they belong to Signed-off-by: Charlie Le <charlie_le@apple.com>
This was referenced Sep 12, 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 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.
Per RELEASE.md, mark 1.22.0 as in progress so ongoing PRs put their entries in the right place.
v1.22.0-rc.0is scheduled for today (2026-09-12) per the release schedule.What this does
## 1.22.0 in progresssection below an empty## master / unreleased, and moves the existing unreleased entries into it.[CHANGE]→[FEATURE]→[ENHANCEMENT]→[BUGFIX]. Only two entries were out of place ([ENHANCEMENT] #7799and[FEATURE] #7763, both at the very top)../tools/release/check-changelog.sh v1.21.1...master.This supersedes #7787.
Changelog gaps filled
New entries:
[CHANGE]Alertmanager: obsolete pre-1.9.0 local state file migration removed[ENHANCEMENT]Ingester:cortex_ingester_head_metric_namesgauge[BUGFIX]Ring:DoBatchcleanup callback blocked forever on callback panicFolded into existing entries (same change, additional PR number):
out-of-order-results-cache-ttl→results-cache-ttl→ global fallback chain)endpoint_suffixdefaultEverything still reported by the script is docs, CI, test-only, dependabot, or a flaky-test fix, so it is intentionally skipped.
CHANGELOG.mdis the only file touched.