Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 9 additions & 3 deletions docs/operations/release-notes/1-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ This release removes the following deprecated fields: the legacy `CA_CERT` Zarf

## Upgrade considerations

> [!IMPORTANT]
> Upgrade directly to v1.0.1 for security fixes.

### Pre-upgrade steps

The following steps only apply if your bundle overrides the specific deprecated values being removed. If you are not using any of these overrides, no action is required.
Expand Down Expand Up @@ -138,17 +141,20 @@ The following steps only apply if your bundle overrides the specific deprecated

</Steps>

### Identity Config updates (0.25)
### Identity Config updates (0.25.0, 0.26.1)

This release upgrades UDS Identity Config to [0.25.0](https://github.com/defenseunicorns/uds-identity-config/releases/tag/v0.25.0). No breaking changes or manual realm steps are required.
The 1.0.0 release upgrades UDS Identity Config to [0.25.0](https://github.com/defenseunicorns/uds-identity-config/releases/tag/v0.25.0). No breaking changes or manual realm steps are required.

- **Realm display name override:** adds support for overriding the Keycloak realm display name via theme customization, enabling the realm display name feature in Core ([#820](https://github.com/defenseunicorns/uds-identity-config/pull/820))

The 1.0.1 patch upgrades UDS Identity Config to [0.26.1](https://github.com/defenseunicorns/uds-identity-config/releases/tag/v0.26.1). No breaking changes or manual realm steps are required.

## Related documentation

- [Upgrade Overview](/operations/upgrades/overview/) - general upgrade procedures and checklists
- [Configuration Changes](/operations/upgrades/configuration-changes/) - applying config changes on a running platform
- [Deprecation Policy](/concepts/platform/versioning-and-releases/) - versioning strategy and deprecation tracking
- [UDS Core 1.0.0 Changelog](https://github.com/defenseunicorns/uds-core/blob/main/CHANGELOG.md#100-2026-03-23) - full changelog
- [UDS Identity Config 0.25.0 Changelog](https://github.com/defenseunicorns/uds-identity-config/blob/main/CHANGELOG.md#0250-2026-03-19) - full changelog
- [Full diff (0.63.0...1.0.0)](https://github.com/defenseunicorns/uds-core/compare/v0.63.0...v1.0.0) - all changes between versions
- [UDS Identity Config 0.26.1 Changelog](https://github.com/defenseunicorns/uds-identity-config/blob/main/CHANGELOG.md#0261-2026-04-27) - full changelog
- [Full diff (0.63.0...1.0.1)](https://github.com/defenseunicorns/uds-core/compare/v0.63.0...v1.0.1) - all changes between versions
12 changes: 11 additions & 1 deletion docs/operations/release-notes/1-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,18 @@ UDS Core 1.1 adds built-in alerting for endpoint downtime and TLS certificate ex
| prometheus-operator-crds Helm chart | 28.0.0 | [28.0.1](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-operator-crds-28.0.1) |
| Velero Helm chart | 11.3.2 | [12.0.0](https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-12.0.0) |

## Upgrade considerations

> [!IMPORTANT]
> Upgrade directly to v1.1.1 for security fixes.

### Identity Config updates (0.26.1)

The 1.1.1 patch upgrades UDS Identity Config to [0.26.1](https://github.com/defenseunicorns/uds-identity-config/releases/tag/v0.26.1). No breaking changes or manual realm steps are required.

## Related documentation

- [Upgrade Overview](/operations/upgrades/overview/) - general upgrade procedures and checklists
- [UDS Core 1.1.0 Changelog](https://github.com/defenseunicorns/uds-core/blob/main/CHANGELOG.md#110-2026-03-31) - full changelog
- [Full diff (1.0.0...1.1.0)](https://github.com/defenseunicorns/uds-core/compare/v1.0.0...v1.1.0) - all changes between versions
- [UDS Identity Config 0.26.1 Changelog](https://github.com/defenseunicorns/uds-identity-config/blob/main/CHANGELOG.md#0261-2026-04-27) - full changelog
- [Full diff (1.0.1...1.1.1)](https://github.com/defenseunicorns/uds-core/compare/v1.0.1...v1.1.1) - all changes between versions
Loading