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
35 changes: 22 additions & 13 deletions docs/reference/release-notes/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Release notes for the Spaces

<!-- vale off -->

<!-- Release notes template/Copy&Paste
<!-- Release notes template/Copy&Paste
## vX.Y.Z

### Release Date: YYYY-MM-DD
Expand Down Expand Up @@ -72,6 +72,15 @@ This is why we are now unsetting the vCluster memory limits and will monitor fur
- Fixed mxp-controller crashes on Crossplane versions < v1.16.4 by implementing conditional ImageConfig CRD watching based on version compatibility.
- Allow SharedTelemetry to scrape all vcluster managed pods.

## v1.13.3

### Release Date: 2025-11-25

### What's Changed

- Bump vcluster from 0.24.1 to 0.24.2 to support k8s 1.33.
- Fixed a bug where the last Subject listed in an ObjectRoleBinding would be the only one with bound permissions.

## v1.13.2

### Release Date: 2025-09-16
Expand Down Expand Up @@ -157,7 +166,7 @@ This release bumps the vcluster dependency to `v0.24.1` with no API changes intr
`controlPlanes.controller` Helm parameter trees have been removed from the `spaces` Helm chart. Customers relying on
these parameters can now use the `controlPlanes.vcluster` parameter tree.
- The control plane memory auto-scaler for the vcluster API server now sets memory limits on the vcluster `syncer` container
where `kube-api-server` is now colocated. It sets a limit of 3 times the proposed memory request for the `syncer` container.
where `kube-api-server` is now colocated. It sets a limit of 3 times the proposed memory request for the `syncer` container.

Upgrades to Spaces v1.12.0 should be performed from v1.11.3. Spaces v1.11.2 and prior versions do not include
a synchronization mechanism for `spaces-controller`, potentially leading to upgrade issues.
Expand Down Expand Up @@ -255,17 +264,17 @@ If you are running Spaces with observability enabled; ensure the host cluster's

#### Overview

This release enhances backup/restore workflows and telemetry customization, while addressing critical stability issues. Key highlights include:
- **Backup/Restore Improvements**:
- Selective restoration of control planes using the `--controlplanes` flag via Space Backup API.
- Backup jobs now fail explicitly if target control planes are missing.
- **Observability Enhancements**: Added support for OpenTelemetry **transform processors** in SharedTelemetry API, enabling advanced data manipulation (e.g., adding labels) before exporting metrics/logs/traces.
- Upgraded OTEL Collector images to **v0.116.0**.
- **Query API**: Helm chart now supports tuning PostgreSQL instance parameters and connection pooler settings for in-cluster deployments.
- **Bug Fixes**:
- Resolved label selector matching issues in Shared Backups, Policies, and Telemetry APIs.
- Fixed certificate renewal parameters causing synchronization issues in ArgoCD.
- Ensured correct image pull secret usage for Crossplane version detection.
This release enhances backup/restore workflows and telemetry customization, while addressing critical stability issues. Key highlights include:
- **Backup/Restore Improvements**:
- Selective restoration of control planes using the `--controlplanes` flag via Space Backup API.
- Backup jobs now fail explicitly if target control planes are missing.
- **Observability Enhancements**: Added support for OpenTelemetry **transform processors** in SharedTelemetry API, enabling advanced data manipulation (e.g., adding labels) before exporting metrics/logs/traces.
- Upgraded OTEL Collector images to **v0.116.0**.
- **Query API**: Helm chart now supports tuning PostgreSQL instance parameters and connection pooler settings for in-cluster deployments.
- **Bug Fixes**:
- Resolved label selector matching issues in Shared Backups, Policies, and Telemetry APIs.
- Fixed certificate renewal parameters causing synchronization issues in ArgoCD.
- Ensured correct image pull secret usage for Crossplane version detection.

#### Features and Improvements

Expand Down