Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
v1.5.0
v1.4.0
v1.3.0
This is a quite big release, what contains also API changes. The most important improvements are:
- Support for status sub-resource updates: https://github.com/ContainerSolutions/java-operator-sdk/issues/93
- Provides a better API for retry state
- We add finalizer before executing the controller method
Fixes also issues like:
- https://github.com/ContainerSolutions/java-operator-sdk/issues/136
- The scheduling algorithm became much simpler by handling generations differently
This release includes new package name and artifact group id
v1.2.3
v1.2.2
bug fix with scheduling: https://github.com/ContainerSolutions/java-operator-sdk/pull/100
v1.2.1
Improvement on a minor memory issue, see:
https://github.com/ContainerSolutions/java-operator-sdk/pull/98
v1.2.0
Improved event processing: Generation Aware Scheduling:
https://github.com/ContainerSolutions/java-operator-sdk/issues/81