Skip to content

Tags: operator-framework/java-operator-sdk

Tags

v5.4.0

Toggle v5.4.0's commit message

Verified

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

This is required for the release job

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

v5.3.5

Toggle v5.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve: filter only own updates for read-after-write-consistency (#3414

)

Reworks how the framework filters watch events caused by the controller's own writes. The previous "expect this single RV" approach couldn't handle concurrent writes, foreign updates between two of our writes, mid-window deletes, or relist gaps. It is replaced with a per-resource event-filter window driven by an explicit state machine.

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

Verified

This tag was signed with the committer’s verified signature.
xstefank Martin Stefanko

v5.2.4

Toggle v5.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve: informer health check should not rely on isWatching (#3209) (#…

…3395)

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

v5.3.4

Toggle v5.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: revert breaking constructor change in InformerConfiguration (#3361)

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

v5.3.3

Toggle v5.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: delete CRD only after all tests in the class pass (#3279)

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

v5.3.2

Toggle v5.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve: config providers for yaml and properties logs only warning o…

…n missing file (#3245)

* improve: config providers for yaml and properties logs only warning on missing file

This it is easier to handle dynamic configurations coming from a ConfigMap

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

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

---------

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: sonar run, build on java 17 (#3240)

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

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: blog post on read-cache-after-write consistency (#3194)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v5.2.3

Toggle v5.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add AGENTS.md and CLAUDE.md (#3149)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>