Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 2026-06-23 — [#966](https://github.com/cobaltcore-dev/cortex/pull/966)

### cortex v0.1.2 (sha-0b499dbc)
### cortex v0.1.2 (sha-6daa5050)

Non-breaking changes:
- Pre-allocate PAYG VMs into CR reservation slots on CR creation/modification ([#951](https://github.com/cobaltcore-dev/cortex/pull/951))
- Keep failover allocation if VM missing from postgres but present on hypervisor ([#909](https://github.com/cobaltcore-dev/cortex/pull/909))
- 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))
Expand All @@ -13,7 +15,7 @@ Non-breaking changes:
- 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 External dependencies to v1.9.1 ([#952](https://github.com/cobaltcore-dev/cortex/pull/952)), v1.14.46 ([#959](https://github.com/cobaltcore-dev/cortex/pull/959))
- Update `github.com/sapcc` ([#938](https://github.com/cobaltcore-dev/cortex/pull/938))

### cortex-nova v0.0.76
Expand Down