Skip to content

Tags: operator-framework/java-operator-sdk

Tags

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve: add InformerEventSourceConfiguration withNamespaces overload…

…ed version (#2817)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: document annotation-based dependent resource configuration (#2809)

* docs: document annotation-based dependent resource configuration

Fixes #2791

Signed-off-by: Chris Laprun <claprun@redhat.com>

* fix: remove now unneeded interface

Signed-off-by: Chris Laprun <claprun@redhat.com>

* docs: expand KubernetesDependentResource example

Signed-off-by: Chris Laprun <claprun@redhat.com>

---------

Signed-off-by: Chris Laprun <claprun@redhat.com>

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: apiVersion match for standard K8s resources (#2724)

The HasMetadata.getApiVersion(primaryResourceType) method return "/v1" for
the ConfigMap type. Since the K8s owner reference uses "v1" instead, the
secondary resource of a primary ConfigMap will not be tracked correctly.

Proposed fix for #2723

Signed-off-by: Mathias Nicolajsen Kjaergaard <mnk@mnk.dk>

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#2700)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update OWNERS for the current state of the project (#2690)

Signed-off-by: xstefank <xstefank122@gmail.com>

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: set version to 5.0.1-SNAPSHOT (#2682)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: release process of bootstrapper (#2678)

* fix: release process of bootstrapper

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

* format

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

---------

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

v5.0.0-RC1

Toggle v5.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: leader election e2e test (#2655)


Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

v5.0.0-beta1

Toggle v5.0.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: release action for v5 (#2623)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

v4.9.7

Toggle v4.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Method signature mismatched with javadoc and implementation (#2587)

* refactor: add unit tests for DefaultManagedDependentResourceContext

Signed-off-by: Robert Young <robeyoun@redhat.com>

* fix: implementation of put should return value instead of Optional

Signed-off-by: Chris Laprun <claprun@redhat.com>

* fix: update test name

Signed-off-by: Robert Young <robeyoun@redhat.com>

---------

Signed-off-by: Robert Young <robeyoun@redhat.com>
Signed-off-by: Chris Laprun <claprun@redhat.com>
Co-authored-by: Chris Laprun <claprun@redhat.com>