Skip to content

Releases: operator-framework/java-operator-sdk

Quarkus extension and Spring Boot test support improvements

12 Jan 15:47
0e55c7d
Compare
Choose a tag to compare
Merge pull request #290 from java-operator-sdk/timertestfix

Increase test timer slack time to make test not fail

Addresses a crasher with the Quarkus extension

18 Dec 17:09
f034684
Compare
Choose a tag to compare
Merge pull request #265 from java-operator-sdk/fix-264

Fixes #264

Initial Quarkus extension

18 Dec 12:57
8a58f48
Compare
Choose a tag to compare

This release re-organized the way the code is structured to provide a Quarkus extension called operator-framework-quarkus-extension.

It also initiates changes in the way configuration of controllers are defined, with the possibility of externalizing configuration (not completely implemented yet).

Finally, it renames the Spring Boot starter to operator-framework-spring-boot-starter to conform to Spring Boot's conventions.

v1.5.0

15 Dec 11:53
39c00ef
Compare
Choose a tag to compare

Updates:

  • Retry functionality: #252
  • Various other improvements

v1.4.0

09 Dec 09:19
cfbbac3
Compare
Choose a tag to compare

This release contains fundamental changes to the framework:

  • Introducing Event Sources: re-worked core to support watching resources (other than custom resource) in an extensible way
  • Improvements on Quarkus support
  • We dropped java 8 support (minimal version is now java 11)

See also:

v1.3.0

05 Nov 12:00
f985219
Compare
Choose a tag to compare

This is a quite big release, what contains also API changes. The most important improvements are:

Fixes also issues like:

This release includes new package name and artifact group id

v1.2.3

13 Jul 08:13
Compare
Choose a tag to compare
  • This is a service release, updated versions of dependencies.
  • Mainly openshift-client to 4.10.2

v1.2.2

06 May 10:33
3c996d2
Compare
Choose a tag to compare

v1.2.1

05 May 08:57
40b9aa6
Compare
Choose a tag to compare

v1.2.0

04 May 08:03
Compare
Choose a tag to compare

Improved event processing: Generation Aware Scheduling:
https://github.com/ContainerSolutions/java-operator-sdk/issues/81