You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change summary:
### cortex v0.0.46 (sha-ab6eb45d)
Non-breaking changes:
- Fix capacity filter to correctly account for multi-VM
CommittedResource reservation slots — confirmed VMs are now summed (not
just the last one), blocks are clamped to zero when confirmed exceeds
slot size, and spec-only VMs larger than remaining slot are fully
covered
- Expose `prometheusDatasourceControllerParallelReconciles` config
option to allow parallel reconciles in the Prometheus datasource
controller, reducing initial sync latency
- Remove `Conf` field from PrometheusDatasourceReconciler — config is
now loaded internally via `conf.GetConfig` during `SetupWithManager`
- Add operator-controlled per-resource-type config
(`flavorGroupResourceConfig`) for committed resources, replacing runtime
derivation from flavor group metadata; supports wildcard (`*`) catch-all
for unknown groups
- Propagate `AnnotationCreatorRequestID` from the change-commitments API
to the CommittedResource CRD and through the reservation controller for
end-to-end request tracing
### cortex-nova v0.0.59 (sha-ab6eb45d)
Includes updated chart cortex v0.0.46.
Non-breaking changes:
- Remove all committed resource related Prometheus alerts (info API,
change API, usage API, capacity API, and syncer alerts)
- Add `flavorGroupResourceConfig` to cortex-nova values.yaml with a
wildcard default that sets `hasCapacity: true` for ram, cores, and
instances
- Fix capacity filter to correctly account for multi-VM CommittedResource reservation slots — confirmed VMs are now summed (not just the last one), blocks are clamped to zero when confirmed exceeds slot size, and spec-only VMs larger than remaining slot are fully covered
9
+
- Expose `prometheusDatasourceControllerParallelReconciles` config option to allow parallel reconciles in the Prometheus datasource controller, reducing initial sync latency
10
+
- Remove `Conf` field from PrometheusDatasourceReconciler — config is now loaded internally via `conf.GetConfig` during `SetupWithManager`
11
+
- Add operator-controlled per-resource-type config (`flavorGroupResourceConfig`) for committed resources, replacing runtime derivation from flavor group metadata; supports wildcard (`*`) catch-all for unknown groups
12
+
- Propagate `AnnotationCreatorRequestID` from the change-commitments API to the CommittedResource CRD and through the reservation controller for end-to-end request tracing
13
+
14
+
### cortex-nova v0.0.59 (sha-ab6eb45d)
15
+
16
+
Includes updated chart cortex v0.0.46.
17
+
18
+
Non-breaking changes:
19
+
- Remove all committed resource related Prometheus alerts (info API, change API, usage API, capacity API, and syncer alerts)
20
+
- Add `flavorGroupResourceConfig` to cortex-nova values.yaml with a wildcard default that sets `hasCapacity: true` for ram, cores, and instances
0 commit comments