Skip to content

Releases: operator-framework/java-operator-sdk

1.9.3

03 Aug 19:25
Compare
Choose a tag to compare
  • Updated dependencies
  • Improved logging message at startup to mention SDK to avoid confusion
  • Improved missing CRD detection
  • Make eventSourceDeRegisteredForResource a default method #470

1.9.2

02 Aug 10:58
Compare
Choose a tag to compare

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

18 Jun 13:15
a8e365c
Compare
Choose a tag to compare
  • Fixes potentially long shutdown time #436
  • Makes it easier to detect missing CRD #432
  • Fail if a controller requests to watch the current namespace but the client cannot assert it #433

1.9.0

01 Jun 13:51
Compare
Choose a tag to compare

Cleaner shutdown and dependency updates

29 Apr 16:57
Compare
Choose a tag to compare
  • Add lifecycle hooks to EventSource #368
  • Update to fabric8 kubernetes-client 5.3.1

Minor improvements

20 Apr 22:50
Compare
Choose a tag to compare
  • fix: if a watch closes and fails to reconnect, exit the operator #395
  • feat: make reconciliation thread number configurable #399

⚠️ Note that the spring-boot-auto-config sample module has been deactivated for this release as it's currently failing and needs to be fixed.

Minor improvements

23 Mar 21:43
79e0182
Compare
Choose a tag to compare
  • It's now possible to configure the ObjectMapper used by CustomResourceCache #384
  • AbstractConfigurationService should now be easier to use by sub-classes #388

Dependencies update and improvements

18 Mar 20:33
d3c4cee
Compare
Choose a tag to compare
  • 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!

11 Mar 08:49
6310384
Compare
Choose a tag to compare

Fix for OpenShift connection error

09 Mar 14:56
Compare
Choose a tag to compare