Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
Minor improvements
1.9.0
- Extract the Spring Boot starters to their own repositories.
IMPORTANT: moving forward, these starters will not be automatically kept in sync with the core SDK anymore unless we can find a maintainer for them. - Update to fabric8 client 5.4.1
- Add possibility to configure termination timeout #421
- Make it possible to not automatically add finalizers #415
- Simplify wiring of event sources
- Make it possible to retrieve parent
ConfigurationServicefromControllerConfiguration - Configure the
ObjectMapperat theConfigurationServicelevel
Cleaner shutdown and dependency updates
- Add lifecycle hooks to EventSource #368
- Update to fabric8 kubernetes-client 5.3.1
Minor improvements
Minor improvements
Dependencies update and improvements
- Use fabric8 kubernetes-client version 5.2.1.
- Make it possible to watch only the namespace in which the operator is deployed (without having to know its name beforehand) using
@Controller(namespaces = Controller.WATCH_CURRENT_NAMESPACE)#372 - Make it possible to bypass CRD-based validation in Spring Boot applications #380
Quarkus extension has moved to the Quarkiverse!
Fix for OpenShift connection error
Better OpenShift support, make some validation optional
Updated to Quarkus 1.12.1 and Fabric8 client 5.1.1
Uses fabric8's kubernetes-client CRD generator. See https://github.com/java-operator-sdk/java-operator-sdk/blob/master/README.md#automatic-generation-of-crds for more details.