This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded keycloak.hostzero.com/preserve-resource annotation to keep resources intact when deleting Custom Resources
Full changelog
v0.2.0
New Features
Preserve Resources on Deletion
Added support for the keycloak.hostzero.com/preserve-resource annotation that allows you to keep Keycloak resources intact when deleting their corresponding Custom Resources from Kubernetes.
metadata:
annotations:
keycloak.hostzero.com/preserve-resource: "true"
This is useful when:
- Migrating resource management to another system
- Temporarily removing operator control without data loss
- Testing or debugging without affecting production
Supported on all resource types: Realms, Clients, Users, Groups, Roles, Role Mappings, Client Scopes, Protocol Mappers, Components, Identity Providers, and Organizations.
Documentation
- Added documentation for the preserve-resource annotation in CRD reference
- Added usage examples in KeycloakRealm documentation
Full Changelog: https://github.com/Hostzero-GmbH/keycloak-operator/compare/v0.1.1...v0.2.0
Full Changelog: https://github.com/Hostzero-GmbH/keycloak-operator/compare/v0.1.1...v0.2.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Hostzero-GmbH/keycloak-operator
All releases →Related context
Earlier breaking changes
- v0.9.0 Removes `spec.credentials` and `spec.client`; requires migration to new `spec.auth` block.
Beta — feedback welcome: [email protected]