8000 Tags · iocanel/java-operator-sdk · GitHub
[go: up one dir, main page]

Skip to content

Tags: iocanel/java-operator-sdk

Tags

v1.9.8

Toggle v1.9.8's commit message
refactor: do not rely on DefaultEventHandler so much for EventMonitor

The goal is to not rely on DefaultEventHandler eventually. EventMonitor
was kept on DefaultEventHandler for backwards compatibility reason but
this should be moved to its own package along with the Metrics class
for v2

v1.9.7

Toggle v1.9.7's commit message
fix: make it clear that `ConfiguredController.init` should not be called

Fixes operator-framework#554

v1.9.6

Toggle v1.9.6's commit message
fix: jandex plugin 1.2 brings jandex 2.4.0 causing compatibility issues

Newer Jandex versions generate indices that cannot be read by older
versions. This is causing issues, in particular, with the currently
released Quarkus version. Fabric8 5.7.1 was also bringing Jandex 2.4,
which is reverted in 5.7.2.

v1.9.5

Toggle v1.9.5's commit message
feat: exit the Operator if no controller is registered

v1.9.4

Toggle v1.9.4's commit message
feat: delay the registration of controller till the operator is started

v1.9.3

Toggle v1.9.3's commit message
refactor: make eventSourceDeRegisteredForResource a default method op…

…erator-framework#470

v1.9.2

Toggle v1.9.2's commit message
chore(deps): update fabric8 client to 5.6.0

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#438 from java-operator-sdk/anal…

…ytics

Add analytics to website.

v1.9.0

Toggle v1.9.0's commit message
chore(deps): update fabric8 client to 5.4.1

v1.8.4

Toggle v1.8.4's commit message
chore(docs): fix javadoc issue

0