Skip to content

Mark release 1.22.0 in progress - #7836

Open
CharlieTLe wants to merge 1 commit into
cortexproject:masterfrom
CharlieTLe:mark-1.22.0-in-progress
Open

Mark release 1.22.0 in progress#7836
CharlieTLe wants to merge 1 commit into
cortexproject:masterfrom
CharlieTLe:mark-1.22.0-in-progress

Conversation

@CharlieTLe

Copy link
Copy Markdown
Member

Per RELEASE.md, mark 1.22.0 as in progress so ongoing PRs put their entries in the right place.

v1.22.0-rc.0 is scheduled for today (2026-09-12) per the release schedule.

What this does

  • Adds a ## 1.22.0 in progress section below an empty ## master / unreleased, and moves the existing unreleased entries into it.
  • Orders that section [CHANGE][FEATURE][ENHANCEMENT][BUGFIX]. Only two entries were out of place ([ENHANCEMENT] #7799 and [FEATURE] #7763, both at the very top).
  • Fills the gaps reported by ./tools/release/check-changelog.sh v1.21.1...master.

This supersedes #7787.

Changelog gaps filled

New entries:

PR Entry
#7513 [CHANGE] Alertmanager: obsolete pre-1.9.0 local state file migration removed
#7514 [ENHANCEMENT] Ingester: cortex_ingester_head_metric_names gauge
#7559 [BUGFIX] Ring: DoBatch cleanup callback blocked forever on callback panic

Folded into existing entries (same change, additional PR number):

PR Folded into
#7323 #7160 — per-tenant query time ranges
#7458 #7302 — alert generator URL template
#7434 #7716 #7726 #7437 — Go 1.26
#7807 #7814 — Go 1.27.0
#7463 #7460 — gRPC v1.79.3
#7505 #7691 #7740 #7788 — Thanos / promql-engine
#7775 #7357 — per-tenant results cache TTL (also documents the out-of-order-results-cache-ttlresults-cache-ttl → global fallback chain)
#7487 #7485 — stale bucket index metric on ownership change
#7687 #5449 — Azure endpoint_suffix default

Everything still reported by the script is docs, CI, test-only, dependabot, or a flaky-test fix, so it is intentionally skipped.

CHANGELOG.md is the only file touched.

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>
Comment thread CHANGELOG.md
* [BUGFIX] Packaging: Fix RPM and deb packages to install the binary to `/usr/bin`, install the systemd unit to the correct system path (`/usr/lib/systemd/system` for RPM, `/lib/systemd/system` for deb), and mark the sysconfig/default env file as a config file so it is not overwritten on upgrade. #7445
* [BUGFIX] Compactor: Handle not-found and access-denied errors from `Attributes()` in bucket index updater, preventing a stale cached `Get()` from causing the entire cleanup cycle to fail when `meta.json` has been deleted from object storage. #7454
* [BUGFIX] Compactor: Fix stale `cortex_bucket_index_last_successful_update_timestamp_seconds` metric not being cleaned up when tenant ownership changes due to ring rebalancing. This caused false alarms on bucket index update rate when a tenant moved between compactors. #7485
* [BUGFIX] Compactor: Fix stale `cortex_bucket_index_last_successful_update_timestamp_seconds` metric not being cleaned up when tenant ownership changes due to ring rebalancing. This caused false alarms on bucket index update rate when a tenant moved between compactors. #7485 #7487

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the 7485, which is a PR fixing a flaky test.

Suggested change
* [BUGFIX] Compactor: Fix stale `cortex_bucket_index_last_successful_update_timestamp_seconds` metric not being cleaned up when tenant ownership changes due to ring rebalancing. This caused false alarms on bucket index update rate when a tenant moved between compactors. #7485 #7487
* [BUGFIX] Compactor: Fix stale `cortex_bucket_index_last_successful_update_timestamp_seconds` metric not being cleaned up when tenant ownership changes due to ring rebalancing. This caused false alarms on bucket index update rate when a tenant moved between compactors. #7487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants