FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · operator-framework/java-operator-sdk · GitHub

Tags: operator-framework/java-operator-sdk

Tags

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: exclude samples from Maven Central publishing (#3537)

* fix: exclude the Kotlin sample from Maven Central publishing

The module has no Java sources, so maven-javadoc-plugin attaches no
javadoc jar to it and Central rejects the whole deployment with
"Javadocs must be provided but not found in entries", which is what
broke the 5.5.1 release. It only exists as a Kotlin interop E2E test,
so keep it out of the published bundle.

* fix: exclude all samples from Maven Central publishing

Replaces the skipPublishing property on the Kotlin sample with an
excludeArtifacts list on central-publishing-maven-plugin, so the
exclusion lives next to the publishing configuration, and extends it to
every sample module: they are demos and end-to-end tests, not artifacts
to depend on.

v5.5.0

Toggle v5.5.0's commit message

Verified

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

this is required for the current release process to run

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

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>

Back | FazBrowse Home | New Git URL