UDS Core 1.12
UDS Core 1.12 gives you more control over network access and Keycloak client configuration. This release also separates public and administrative Keycloak hostnames and updates UDS Identity Config and monitoring dependencies.
Notable features
Section titled “Notable features”- Envoy Gateway network access: Set
additionalNetworkAllowto addnetwork.allowentries to the Envoy GatewayPackage, enabling integrations such as Envoy AI Gateway. See Configure Core network access (#2891). - Separate Keycloak public and admin hostnames: Keycloak now serves public frontend URLs from
sso.<domain>and administrative frontend URLs fromkeycloak.<admin_domain>. UDS Core defaults the admin domain toadmin.<domain>, and you can configure it explicitly (#2898). - SSO client scope controls: Set
spec.sso[].fullScopeAllowed: falsewhen an application uses explicit role scope mappings and client scopes. Omitted values continue to default totrue, preserving existing Keycloak behavior. See Identity and authorization configuration (#2873). - Portal domain resolution: Portal now correctly resolves the root domain and custom gateway domains (#2933).
- Checkpoint loading fix: Checkpoint packages now load correctly on a Docker daemon with no previously loaded images (#2900).
Dependency updates
Section titled “Dependency updates”| Package | Previous | Updated |
|---|---|---|
| UDS Identity Config | 0.30.0 | 0.31.0 |
| Portal | 0.5.0 | 0.5.1 |
| Prometheus | 3.13.2 | 3.14.0 |
| Alertmanager | 0.33.1 | 0.34.0 |
| Kube State Metrics | 2.19.1 | 2.20.0 |
| kube-prometheus-stack Helm chart | 88.2.0 | 88.5.2 |
Upgrade considerations
Section titled “Upgrade considerations”Identity Config updates (0.31.0)
Section titled “Identity Config updates (0.31.0)”Identity Config 0.31.0 includes the following changes. No manual realm changes are required for existing clusters.
- Request-aware hostname provider: Enables separate public and administrative Keycloak hostnames.
Related documentation
Section titled “Related documentation”- Upgrade Overview - general upgrade procedures and checklists
- Configure Core network access - configure Envoy Gateway network access
- Identity and authorization configuration - configure Keycloak and UDS Identity Config settings
- UDS Core 1.12.0 Changelog - full changelog
- UDS Identity Config 0.31.0 Changelog - identity-config changelog
- Full diff (1.11.1…1.12.0) - all changes between versions