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

Skip to content

Tags: katheris/java-operator-sdk

Tags

v2.0.0-M1

Toggle v2.0.0-M1's commit message

Unverified

This user has not yet uploaded their public signing key.
docs: method naming fix in docs

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps-dev): bump mockito-core from 4.0.0 to 4.1.0 (operator-fram…

…ework#691)

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.9.11

Toggle v1.9.11's commit message
fix: improve duplicated controller detection, add tests

While we originally planned to make it possible to register controllers
with the same CR but with different version (see operator-framework#637), that behavior
should actually be forbidden since only one CR version can be served,
see operator-framework#94 for more details.

v1.9.10

Toggle v1.9.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: restart event handler (operator-framework#632)

Properly start event handler when starting the event source. 
Minor clean-ups.
Fixes operator-framework#630
Co-authored-by: csviri <csviri@gmail.com>

v1.9.9

Toggle v1.9.9's commit message
fix: prevent double registration of same CR with different controllers

Fixes operator-framework#626

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

0