Tags: sullis/java-operator-sdk
Tags
chore(deps): bump jib-maven-plugin from 3.1.4 to 3.2.0 (operator-fram… …ework#849) Bumps [jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.1.4 to 3.2.0. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production 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>
feature: ResourceID from first owner reference (operator-framework#841)
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>
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.
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>
PreviousNext