Skip to content

Commit 252fab4

Browse files
Update changelog for release PRs #830 through #919 (#921)
## Summary - Add changelog entry for release PR #919 (cortex v0.1.0, bundles v0.0.74) - Documents breaking change to `Client.AddRemote()` signature - Covers all non-breaking changes including new features, fixes, and dependency updates ## Test plan - [x] Changelog entry follows existing format and conventions - [ ] Verify PR links resolve correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent ad35cb1 commit 252fab4

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## 2026-06-08 — [#919](https://github.com/cobaltcore-dev/cortex/pull/919)
4+
5+
### cortex v0.1.0 (sha-a0373875)
6+
7+
Breaking changes:
8+
- `Client.AddRemote()` signature changed — added `insecureSkipTLSVerify bool` parameter between `caCert` and `labels`. Any external caller of `pkg/multicluster.Client.AddRemote` must update their call site. ([#911](https://github.com/cobaltcore-dev/cortex/pull/911))
9+
10+
Non-breaking changes:
11+
- Cleanup candidate reservations when confirming VM ([#871](https://github.com/cobaltcore-dev/cortex/pull/871))
12+
- Add `InsecureSkipTLSVerify` option to multicluster `RemoteConfig` ([#911](https://github.com/cobaltcore-dev/cortex/pull/911))
13+
- Add KVM HANA stacking KPI ([#905](https://github.com/cobaltcore-dev/cortex/pull/905))
14+
- Preserve input weight ordering when no weighers are configured ([#918](https://github.com/cobaltcore-dev/cortex/pull/918))
15+
- Make nova alerts region- and value-aware ([#902](https://github.com/cobaltcore-dev/cortex/pull/902))
16+
- Update cpu steal time query ([#904](https://github.com/cobaltcore-dev/cortex/pull/904))
17+
- Bump datasource parallel reconciles to 3 to reduce queue lag ([#907](https://github.com/cobaltcore-dev/cortex/pull/907))
18+
- Move `prometheusDatasourceControllerParallelReconciles` value from secrets to bundle ([#912](https://github.com/cobaltcore-dev/cortex/pull/912))
19+
- Update `github.com/sapcc/go-bits` ([#903](https://github.com/cobaltcore-dev/cortex/pull/903), [#913](https://github.com/cobaltcore-dev/cortex/pull/913), [#915](https://github.com/cobaltcore-dev/cortex/pull/915))
20+
- Update External dependencies ([#908](https://github.com/cobaltcore-dev/cortex/pull/908), [#910](https://github.com/cobaltcore-dev/cortex/pull/910), [#914](https://github.com/cobaltcore-dev/cortex/pull/914))
21+
- Update kube-prometheus-stack Docker tag to v86 ([#895](https://github.com/cobaltcore-dev/cortex/pull/895))
22+
23+
### cortex-crds v0.0.74
24+
25+
Includes updated chart cortex v0.1.0.
26+
27+
### cortex-nova v0.0.74
28+
29+
Includes updated chart cortex v0.1.0.
30+
31+
### cortex-cinder v0.0.74
32+
33+
Includes updated chart cortex v0.1.0.
34+
35+
### cortex-pods v0.0.74
36+
37+
Includes updated chart cortex v0.1.0.
38+
39+
### cortex-ironcore v0.0.74
40+
41+
Includes updated chart cortex v0.1.0.
42+
43+
### cortex-manila v0.0.74
44+
45+
Includes updated chart cortex v0.1.0.
46+
347
## 2026-06-01 — [#901](https://github.com/cobaltcore-dev/cortex/pull/901)
448

549
### cortex v0.0.60 (sha-12c6f24d)

0 commit comments

Comments
 (0)