Commit 59d68b3
authored
Release 2026-05-07 (#814)
### Release digest — 2026-05-07 —
[#814](#814)
#### cortex v0.0.47 (sha-7d1745d8)
**New features:**
- `ProjectQuota` CRD with per-resource, per-AZ quota breakdown and PAYG
calculation ([#796](#796))
- `FlavorGroupCapacity` CRD + background capacity controller for
pre-computed per-flavor VM slot capacity per (flavor group × AZ)
([#728](#728))
- Capacity reporting in `POST /commitments/v1/report-capacity` now uses
real `FlavorGroupCapacity` CRD values (replaces placeholder zeros)
- CommittedResource usage reconciler — moves usage calculation into CRD
status, feeding both LIQUID API and quota controller
([#800](#800))
- KVM OS version label on host capacity metrics
([#810](#810))
- KVM project usage metrics (running VMs / resource usage per
project/flavor)
([#803](#803))
- `domain_id` + name on vmware project capacity metrics
([#802](#802))
- `domain_id` in vmware project commitment KPI
([#806](#806))
- Weighing explainer for scheduling decisions
([#808](#808))
**Refactors:**
- KVM host capacity metric moved to infrastructure plugins package
([#809](#809))
- Deprecated per-compute KPIs removed (`flavor_running_vms`,
`host_running_vms`, `resource_capacity_kvm`)
([#807](#807))
- Bundle-specific RBAC templates moved from library chart into
`cortex-ironcore` / `cortex-pods` bundles
([#797](#797))
- Webhook templates moved back into `cortex-nova`
([#805](#805))
- `testlib.Ptr` replaced with native `new()`
([#801](#801))
**Fixes:**
- Remove `ignoreAllocations` from kvm-report-capacity pipeline to
unblock older admission webhook
([#812](#812))
- Suppress nova scheduling alerts on transient `no such host` DNS errors
- Add `identity-domains` as KPI dependency
- Rename hypervisor `ClusterRoleBinding` to avoid `roleRef` conflict on
redeploy ([#804](#804))
#### cortex-nova v0.0.60 (sha-7d1745d8)
Includes cortex v0.0.47. Adds Prometheus datasources and KPI CRD
templates for KVM project usage/utilization, and updated RBAC for
`FlavorGroupCapacity` + `ProjectQuota` CRDs.132 files changed
Lines changed: 13321 additions & 3694 deletions
File tree
- .github
- actions/setup-claude-code-action
- workflows
- api/v1alpha1
- cmd/manager
- helm
- bundles
- cortex-cinder
- cortex-crds
- cortex-ironcore
- templates
- cortex-manila
- cortex-nova
- alerts
- templates
- cortex-pods
- templates
- library/cortex
- files/crds
- templates/rbac
- internal
- knowledge
- datasources/plugins/openstack
- nova
- extractor/plugins/compute
- kpis
- plugins
- compute
- infrastructure
- scheduling
- external
- lib
- manila
- nova/plugins
- detectors
- filters
- weighers
- reservations
- capacity
- commitments
- api
- failover
- quota
- pkg
- conf
- multicluster
- testing
- 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 | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 1 | | |
8 | 2 | | |
9 | 3 | | |
| |||
18 | 12 | | |
19 | 13 | | |
20 | 14 | | |
21 | | - | |
22 | 15 | | |
23 | 16 | | |
24 | 17 | | |
| |||
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
52 | 44 | | |
53 | 45 | | |
54 | 46 | | |
55 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
56 | 53 | | |
57 | | - | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
66 | 61 | | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | | - | |
| 72 | + | |
77 | 73 | | |
78 | | - | |
79 | 74 | | |
80 | 75 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 1 | | |
8 | 2 | | |
9 | 3 | | |
| |||
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
29 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
30 | 28 | | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
45 | 41 | | |
| 42 | + | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | | - | |
| 46 | + | |
50 | 47 | | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 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 | + | |
3 | 37 | | |
4 | 38 | | |
5 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments