|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 47 | ## 2026-06-01 — [#901](https://github.com/cobaltcore-dev/cortex/pull/901) |
4 | 48 |
|
5 | 49 | ### cortex v0.0.60 (sha-12c6f24d) |
|
0 commit comments