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

Skip to content

Tags: sullis/java-operator-sdk

Tags

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: ResourceID from first owner reference (operator-framework#841)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: potential bug in informers (operator-framework#833)

v2.0.0-RC1

Toggle v2.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: minor improvements (operator-framework#799)

v1.10.2

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

v1.10.1

Toggle v1.10.1's commit message
Set new SNAPSHOT version into pom files.

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>
0