Skip to content

Tags: operator-framework/java-operator-sdk

Tags

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: release process central publishing (#3089)

Co-authored-by: Attila Mészáros <[email protected]>

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve Expectation integration test (#3084)

Signed-off-by: David Sondermann <[email protected]>

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: blog about 5.2 release (#3063)

Signed-off-by: Attila Mészáros <[email protected]>

v5.1.5

Toggle v5.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: checking for null to avoid NPE with SSA matching (#3037)

closes: #3034

Signed-off-by: Steve Hawkins <[email protected]>

v5.1.4

Toggle v5.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix readme link (#2979)

v5.1.3

Toggle v5.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow DependentResourceNode creation override (#2961)

Signed-off-by: xstefank <[email protected]>

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve: DependentResourceCrossRefIT cleanup and logging (#2883)

Signed-off-by: Attila Mészáros <[email protected]>

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 <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>

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 <[email protected]>

* fix: remove now unneeded interface

Signed-off-by: Chris Laprun <[email protected]>

* docs: expand KubernetesDependentResource example

Signed-off-by: Chris Laprun <[email protected]>

---------

Signed-off-by: Chris Laprun <[email protected]>

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 <[email protected]>