From 43e1967d22e3ffba6a371458a19a8daebb44a9b3 Mon Sep 17 00:00:00 2001 From: "cortex-ai-agents[bot]" <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:44:22 +0000 Subject: [PATCH] docs: update changelog for release PR #1009 Update changelog entry to include changes merged after initial entry: - Add breaking change: remove Nova image datasource (#1006) - Add fix: zero out RunningInstances when all VMs removed (#1017) - Update go-bits and kube-prometheus-stack version references - Update appVersion SHAs (cortex: sha-8d888397, cortex-shim: sha-c8295850) - Update release date to 2026-07-06 Co-authored-by: juliusclausnitzer --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f94c487d..98c27b51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,22 @@ # Changelog -## 2026-07-03 — [#1009](https://github.com/cobaltcore-dev/cortex/pull/1009) +## 2026-07-06 — [#1009](https://github.com/cobaltcore-dev/cortex/pull/1009) -### cortex v0.2.2 (sha-f4d7df89) +### cortex v0.2.2 (sha-8d888397) + +Breaking changes: +- Remove Nova image datasource — the `images` NovaDatasourceType is no longer available ([#1006](https://github.com/cobaltcore-dev/cortex/pull/1006)) Non-breaking changes: +- Fix stale RunningInstances/RunningResources fields that never zero out when all VMs in a flavor group are removed ([#1017](https://github.com/cobaltcore-dev/cortex/pull/1017)) - Include host information in error logs when multicluster connection fails ([#997](https://github.com/cobaltcore-dev/cortex/pull/997)) - Fix Perses config for local development ([#1007](https://github.com/cobaltcore-dev/cortex/pull/1007)) -- Update `github.com/sapcc/go-bits` ([#1005](https://github.com/cobaltcore-dev/cortex/pull/1005)) -- Update kube-prometheus-stack Docker tag to v87.4.0 ([#998](https://github.com/cobaltcore-dev/cortex/pull/998)) +- Update `github.com/sapcc/go-bits` ([#1005](https://github.com/cobaltcore-dev/cortex/pull/1005), [#1013](https://github.com/cobaltcore-dev/cortex/pull/1013)) +- Update kube-prometheus-stack Docker tag to v87.6.0 ([#998](https://github.com/cobaltcore-dev/cortex/pull/998), [#1014](https://github.com/cobaltcore-dev/cortex/pull/1014)) -### cortex-shim v0.1.5 (sha-c98ddb05) +### cortex-shim v0.1.5 (sha-c8295850) -Includes updated image sha-c98ddb05. +Includes updated image sha-c8295850. ### cortex-nova v0.0.79