From 54b79458c235a4e63a023c2f617510a69caa5571 Mon Sep 17 00:00:00 2001 From: "cortex-ai-agents[bot]" <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:43:34 +0000 Subject: [PATCH] Add changelog entry for release PR #966 (cortex v0.1.2, bundles v0.0.76) Documents new features: domain restriction scheduling, InFlightReservation, datasource restart sync, VM placement tracking, and more. Co-authored-by: Markus Wieland Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2593024..8adedc925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## 2026-06-23 — [#966](https://github.com/cobaltcore-dev/cortex/pull/966) + +### cortex v0.1.2 (sha-0b499dbc) + +Non-breaking changes: +- All datasources are synced on restart ([#956](https://github.com/cobaltcore-dev/cortex/pull/956)) +- Honor domain restrictions for CR reservation scheduling ([#955](https://github.com/cobaltcore-dev/cortex/pull/955)) +- Create InFlightReservation as part of Reservation CRD ([#954](https://github.com/cobaltcore-dev/cortex/pull/954)) +- Move committed resource status summary business logic to internal ([#953](https://github.com/cobaltcore-dev/cortex/pull/953)) +- Bypass grace period for confirmed VM departure ([#925](https://github.com/cobaltcore-dev/cortex/pull/925)) +- Track VM placements in reservations and classify no-host-found ([#847](https://github.com/cobaltcore-dev/cortex/pull/847)) +- Refactor reservations: move VMSource to shared package, unify VM data layer ([#930](https://github.com/cobaltcore-dev/cortex/pull/930)) +- Add suffix gX to postgresql ([#939](https://github.com/cobaltcore-dev/cortex/pull/939)) +- Update External dependencies to v1.9.1 ([#952](https://github.com/cobaltcore-dev/cortex/pull/952)) +- Update `github.com/sapcc` ([#938](https://github.com/cobaltcore-dev/cortex/pull/938)) + +### cortex-nova v0.0.76 + +Includes updated chart cortex v0.1.2. + +- Add `keystoneSecretRef` and `ssoSecretRef` config keys for domain resolution in committed resource reservation scheduling ([#955](https://github.com/cobaltcore-dev/cortex/pull/955)) + +### cortex-crds v0.0.76 + +Includes updated chart cortex v0.1.2. + +### cortex-cinder v0.0.76 + +Includes updated chart cortex v0.1.2. + +### cortex-pods v0.0.76 + +Includes updated chart cortex v0.1.2. + +### cortex-ironcore v0.0.76 + +Includes updated chart cortex v0.1.2. + +### cortex-manila v0.0.76 + +Includes updated chart cortex v0.1.2. + ## 2026-06-08 — [#919](https://github.com/cobaltcore-dev/cortex/pull/919) ### cortex v0.1.0 (sha-a0373875)