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
31 changes: 31 additions & 0 deletions docs/reference/release-notes/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,37 @@ Any important warnings or necessary information
Spaces.
- Upgraded OTEL Collector images to v0.152.0.

## v1.16.1

### Release Date: 2026-05-22

:::info
**Up CLI:** The `up space mirror` command in up CLI was updated with new images for this Spaces version. Use up CLI v0.48.3 or later.
:::

#### Important Changes

- Upgrade the OpenTelemetry Operator to v0.139.0 or later before you upgrade
Spaces. This release updates OpenTelemetry dependencies in the
`opentelemetry-collector-spaces` image, which require that operator version.

#### What's Changed

- Bumped control plane Kubernetes version to v1.31.14
- Control plane images updated (VCluster, CoreDNS, etcd, external-secrets-operator).
- Updated the Spaces Router Envoy image and mxp-charts.
- Kube-state-metrics and Vector are not installed unless legacy loop-based
billing is enabled (`billing.enabled`); on upgrade, existing deployments are
uninstalled under the same condition.
- XGQL is disabled by default and is no longer required to connect a Space
(`controlPlanes.uxp.xgql.enabled`).
- Resolved CVEs in `opentelemetry-collector-spaces` and `hyperspace` images.
- Bumped Apollo (Query API) to v0.4.12

#### Bug Fixes

- Pausing and resuming now works correctly for UXP v2 control planes.

## v1.16.0

### Release Date: 2026-03-13
Expand Down
Loading