Commit d3f4be7
authored
Release - Monday May 4, 2026 (#779)
# Changelog
## 2026-05-04 —
[#779](#779)
### cortex v0.0.45 (sha-1fb35660)
Non-breaking changes:
- Add CommittedResource CRD definition and controller that watches
CommittedResource objects and manages child Reservation CRUD
- Add `AllowRejection` field to CommittedResourceSpec for controlling
placement failure behavior
- Add vmware project utilization KPI tracking instances per
project/flavor and capacity per host
- Move vmware resource commitments KPI to new infrastructure plugins
package with shared utilities
- Move vmware host capacity KPI to infrastructure plugins package
- Add basic support for flavor groups for failover reservation with
consolidation weigher
- Add `useFlavorGroupResources` values.yaml key for cortex-nova
(default: false)
- Update external dependencies (controller-runtime v0.24.0, go-sqlite3
v1.14.44, zap v1.28.0)
- Alert only on new vm faults (avoid re-alerting on historical faults)
### cortex-shim v0.1.0 (sha-d8bb12ef)
Breaking changes:
- Remove `traits.static` values.yaml key and Helm-managed static traits
ConfigMap template — traits are now fully managed by the shim at runtime
via a single ConfigMap
Non-breaking changes:
- Add per-request feature mode override via `X-Cortex-Feature-Mode`
header
- Refactor /traits API to single-ConfigMap model with reusable Syncer
interface pattern
- Implement feature-gated /resource_classes API with ConfigMap storage
(passthrough, hybrid, crd modes)
- Add ResourceClassSyncer for periodic upstream sync into local
ConfigMap
- Add `resourceClasses.configMapName` values.yaml key for configuring
the resource classes ConfigMap name
- Support traits and aggregates endpoints per resource provider with
three feature modes (passthrough, hybrid, crd)
- Exercise all three feature modes in placement shim e2e tests
- Fix nil pointer panic in feature mode override guard
### cortex-postgres v0.6.0 (sha-88f03a41)
Breaking changes:
- Upgrade PostgreSQL from 17.9 to 18.3 — resource names now include a
`-v{major}` suffix for zero-downtime upgrades (e.g.,
`cortex-nova-postgresql-v18`). After deploy, operators must remove old
StatefulSets and PVCs manually.
Non-breaking changes:
- Add versioned resource naming with `cortex-postgres.versionedFullname`
helper for zero-downtime PG major upgrades
- Add `major` values.yaml key (default: "18") to control version suffix
- Set PGDATA to subdirectory to avoid lost+found conflict
### cortex-nova v0.0.58 (sha-1fb35660)
Includes updated charts cortex v0.0.45 and cortex-postgres v0.6.0.
Non-breaking changes:
- Reorganize KPI CRD templates for infrastructure dashboard metrics
- Add `useFlavorGroupResources` values.yaml key for failover
reservations (default: false)
- Restructure committedResource config keys into nested objects
(`committedResourceReservationController`,
`committedResourceController`, `committedResourceAPI`)
- Add `committedResourceSyncInterval` config key for syncer
reconciliation interval
### cortex-placement-shim v0.1.0 (sha-d8bb12ef)
Includes updated chart cortex-shim v0.1.0.
Breaking changes:
- Remove `traits.static` values.yaml key (inherited from cortex-shim
breaking change)
Non-breaking changes:
- Add `resourceClasses.configMapName` values.yaml key
### General
Non-breaking changes:
- Fix bump-artifact workflow to handle concurrent changes on main with
concurrency groups and freshness checks
- Add reusable `bump-chart.sh` script for CI chart version bumps
- Add pull-request-creator Claude agent
- Add changelog update command and workflow for release PRs
- Add linting workflow for scaffold completeness checks
- Make /release claude command idempotent
- Don't run helm-lint workflow when release PR is in draft
- Update actions/setup-python action to v6
- Fix stale documentation: traits model, pipeline name, and API path
---
**Dependencies:**
- Bump PR: #780 (merge before this PR)140 files changed
Lines changed: 13922 additions & 5476 deletions
File tree
- .claude
- agents
- commands
- .github
- actions/setup-claude-code-action
- scripts
- workflows
- api
- external
- ironcore/v1alpha1
- nova
- v1alpha1
- cmd/manager
- docs
- reservations
- helm
- bundles
- cortex-cinder
- templates
- cortex-crds
- cortex-ironcore
- cortex-manila
- templates
- cortex-nova
- alerts
- templates
- cortex-placement-shim
- templates
- cortex-pods
- dev/cortex-prometheus-operator
- library
- cortex-postgres
- templates
- cortex-shim
- cortex
- files/crds
- internal
- knowledge/kpis
- plugins
- compute
- infrastructure
- scheduling
- nova/plugins
- filters
- weighers
- reservations
- commitments
- api
- failover
- shim/placement
- postgres
- tools/visualize-committed-resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments