Skip to content

Tags: operator-framework/java-operator-sdk

Tags

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>

v4.9.6

Toggle v4.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: infinite resource updates due to canonical format conversion of …

…resource requirements (#2568)

* refactor: clean up SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

* test: add missing tests for StatefulSet with VolumeClaimTemplates for SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

* fix: Fix infinite resource updates due to canonical format conversion of resource requirements

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

* test: Add test cases with init containers to ResourceRequirementsSanitizerTest

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

* refactor: fix import order

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

---------

Signed-off-by: David Sondermann <david.sondermann@hivemq.com>

v4.9.5

Toggle v4.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: make shouldUseSSA work with types instead of instances + te…

…sts (#2538)

* refactor: make shouldUseSSA work with types instead of instances + tests

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

* fix: shouldUseSSA should also work with unmanaged configuration

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

---------

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