Release cortex 0.4.5 - #1232
Merged
Merged
Release cortex 0.4.5#1232
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
cortex-ai-agents
Bot
requested review from
PhilippMatthes,
SoWieMarkus,
auhlig,
juliusclausnitzer,
mblos and
umswmayj
as code owners
September 24, 2026 10:14
Merged
Signed-off-by: Markus Wieland <markus.wieland@sap.com>
SoWieMarkus
enabled auto-merge (squash)
September 24, 2026 11:23
SoWieMarkus
approved these changes
Sep 24, 2026
PhilippMatthes
approved these changes
Sep 24, 2026
Contributor
Test Coverage ReportTest Coverage 📊: 73.1% |
SoWieMarkus
added a commit
that referenced
this pull request
Sep 24, 2026
## Release cortex 0.4.5 ### cortex v0.4.5 (sha-d4309076) Bug fixes: - Aggregate filter must consider failover requests — the `FilterAggregateMetadata` scheduling filter now enforces tenant-pinning checks for failover intents (`reserve_for_failover`, `reuse_failover_reservation`); only capacity-probe requests bypass the filter ([#1229](#1229)) - Report capacity without CPU as the binding factor for flavor groups with varying cpu/mem ratios — introduces `ExclusivelyRawCapacity` on `FlavorGroupCapacity` status, providing unquantized memory/CPU totals from exclusively-assigned hosts for accurate Limes/LIQUID capacity reporting ([#1227](#1227)) - Fix overlay cache config — moved the `cache` configuration block into the correct `cortex` config scope in Helm values and added `CommittedResource` to cached GVKs ([#1228](#1228)) Non-breaking changes: - Update `k8s.io/api`, `k8s.io/apimachinery`, `k8s.io/client-go` to v0.37.1 ([#1225](#1225)) New metrics: - `cortex_committed_resource_exclusively_raw_capacity_gib` — raw unquantized memory in GiB across hosts exclusively assigned to a flavor group CRD changes: - `FlavorGroupCapacity` `.status.exclusivelyRawCapacity` added (map, optional) ### cortex-postgres v0.6.18 (sha-f3d9a8b4) Non-breaking changes: - Shared rebuild with updated dependencies ### cortex-shim v0.1.20 (sha-d4309076) Non-breaking changes: - Shared binary rebuild with updated dependencies ### cortex-placement-shim v0.1.20 Includes updated chart cortex-shim v0.1.20. ### cortex-nova v0.0.94 Includes updated charts cortex v0.4.5 and cortex-postgres v0.6.18. ### cortex-cinder v0.0.94 Includes updated charts cortex v0.4.5 and cortex-postgres v0.6.18. ### cortex-manila v0.0.94 Includes updated charts cortex v0.4.5 and cortex-postgres v0.6.18. ### cortex-crds v0.0.94 Includes updated chart cortex v0.4.5. ### cortex-ironcore v0.0.94 Includes updated chart cortex v0.4.5. ### cortex-pods v0.0.94 Includes updated chart cortex v0.4.5. ## Dependencies - Prep PR: #1232 (must be merged before this PR)
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.
Release prep for #1231: changelog entry and helm chart version bumps. Merge this before merging #1231.
🤖 Generated with Claude Code