Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
1.9.8
- Extracted micrometer into its own module so that users not interested in metrics don't need to carry micrometer's dependencies #576
- Event handler shouldn't fire events when being shut down #578
- Add event filtering so that events can be filtered before reaching the controller #404
- Make it easier to reschedule events from
UpdateControl#568 - Add informer-based
InformerEventSource
1.9.7
- Added JUnit 5 extension #545
- Improve
TimerEventSourcesupport #293 - Make it easier to override
ConfigurationServicevalues #542 - Use only one
ExecutorServiceinstead of one per controller #540 - Monitor cache size using micrometer
- Fix invalid throwing of
MissingCRDException#552 - Minor fixes and dependency updates
1.9.6
Mutliple improvements setting the stage for future changes!
- Initial support for metrics using micrometer #64, thanks @laxmikantbpandhare
- Made it possible to limit watched CRs based on labels #453, thanks @lburgazzoli
- Improvements to how controllers and their associated configuration are handled internally, fixing #514
1.9.5
1.9.4
1.9.3
1.9.2
This release features the following changes:
- Upgrade to Fabric8 Kubernetes Client 5.6.0 which features numerous improvements
- Add the ability to use a predicate to identify which CRs should be reconciled #430
- Logging improvements
- A new website for https://javaoperatorsdk.io
Thank you to @loredanamoanga @lburgazzoli @laxmikantbpandhare @teszes for their contributions!
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