Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
4.7.1
What's Changed
- chore: set version in pom to 4.7.1-SNAPSHOT by @csviri in #2217
- fix: dynamic event source registration should not return named event source by @csviri in #2219
- docs: note on activation condition by @csviri in #2220
- fix: possible issue with concurrency for activation dynamic event source registration by @csviri in #2222
- fix: cleanup of resources with activation condition by @csviri in #2223
Full Changelog: v4.7.0...v4.7.1
4.7.0
For changes please check change log:
4.6.2
What's Changed
- CI with kubernetes v1.29.0 by @liangyuanpeng in #2164
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #2168
- fix: misleading warning message on workflow execution by @csviri in #2170
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #2176
- chore(deps): bump log4j.version from 2.22.0 to 2.22.1 by @dependabot in #2177
- feat: Made ConfigurationServiceOverrider to accept dependent resource factory by @rameshmalla in #2175
- chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #2179
- chore(deps): bump manusa/actions-setup-minikube from 2.9.0 to 2.10.0 by @dependabot in #2181
- chore(deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #2180
New Contributors
- @liangyuanpeng made their first contribution in #2164
- @rameshmalla made their first contribution in #2175
Full Changelog: v4.6.1...v4.6.2
4.6.1
What's Changed
- chore(deps): bump log4j.version from 2.21.1 to 2.22.0 by @dependabot in #2129
- chore(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #2131
- chore(deps): bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #2134
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #2133
- improve: make sure there is no infinite recursion by default for external service by @csviri in #2130
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #2137
- chore(deps): bump org.apache.maven:maven-plugin-api from 3.9.5 to 3.9.6 by @dependabot in #2138
- chore(deps-dev): bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #2139
- chore(deps): bump org.awaitility:awaitility from 4.1.1 to 4.2.0 by @dependabot in #2143
- chore(deps): bump okhttp.version from 4.10.0 to 4.12.0 by @dependabot in #2142
- chore(deps): bump org.takes:takes from 1.21.1 to 1.24.4 by @dependabot in #2140
- chore(deps): bump com.github.ben-manes.caffeine:caffeine from 3.1.3 to 3.1.8 by @dependabot in #2141
- chore(deps): bump org.junit:junit-bom from 5.9.2 to 5.10.1 by @dependabot in #2150
- chore(deps): bump com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11 by @dependabot in #2149
- chore(deps): bump org.codehaus.mojo:templating-maven-plugin from 1.0.0 to 3.0.0 by @dependabot in #2148
- chore(deps-dev): bump com.google.testing.compile:compile-testing from 0.19 to 0.21.0 by @dependabot in #2147
- fix: preserve the original itemstore by @shawkins in #2154
- chore(deps): bump actions/stale from 8 to 9 by @dependabot in #2155
- chore(deps): bump io.micrometer:micrometer-core from 1.12.0 to 1.12.1 by @dependabot in #2156
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #2160
- improve: api for dynamic registration of event sources by @csviri in #2162
Full Changelog: v4.6.0...v4.6.1
4.6.0
See Full Changelog: v4.5.0...v4.6.0
4.5.0
For Change Log see: v4.4.4...v4.5.0
Also check the release notes:
https://javaoperatorsdk.io/docs/v4-5-migration
4.4.4
What's Changed
- chore(deps): bump io.micrometer:micrometer-core from 1.11.3 to 1.11.4 by @dependabot in #2052
- chore(deps): bump manusa/actions-setup-minikube from 2.7.2 to 2.9.0 by @dependabot in #2055
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #2058
- fix: informer config builder by @csviri in #2062
- fix: leader election stop not called by @csviri in #2059
- fix: remove comment that not holds anymore by @csviri in #2066
Full Changelog: v4.4.3...v4.4.4
4.4.3
What's Changed
- docs: remove ConfigurationServiceProvider obsolete usage by @csviri in #2022
- chore(deps-dev): bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in #2025
- improve: add test for startup with no right and no stop config by @csviri in #2024
- improve: dependent resource can be re-initialized by @csviri in #2026
- docs: remove dependent resources disclaimer by @csviri in #2031
- improve: logging if no primary found for resource id by @csviri in #2036
- refactor: reduce redundancy by removing duplicate configuration recording by @metacosm in #2035
- chore: upgrade k8s for CI, only keeping supported versions by @metacosm in #1657
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #2044
- fix: processor issue with cleanup resources by @csviri in #2049
- Re-use ignoreList in GenericKubernetesResourceMatcher by @Donnerbart in #2050
Full Changelog: v4.4.2...v4.4.3
4.4.2
What's Changed
- feat: add a mapper that is based on owner reference kind by @Bijnagte in #1980
- chore(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #1986
- : fix #1981 by @xiaoma20082008 in #1984
- fix: logging whole resource just on trace level by @csviri in #1985
- Improvement/handle namespace deletion on finalizer gracefully by @Donnerbart in #1988
- feat: endpoints and endpont slice updatematcher by @csviri in #1990
- feat: update ClusterRoleBinding with default namespace ( WebPage sample ) by @yarinkos in #1991
- fix: remove unused file by @csviri in #1992
- fix: dependent event handling with temp cache not cleared in some corner cases by @csviri in #1994
- fix: standalone workflows now fail on top-level cycles by @yarinkos in #1997
- fix: do not log sensitive resources by @csviri in #2003
- fix: add informer limit also to the annotation by @csviri in #2004
- improve: remove optimistic locking from update for SSA in dependent resources by @csviri in #2008
- fix: use update instead of replace in DR by @csviri in #2006
- chore(deps): bump io.micrometer:micrometer-core from 1.11.2 to 1.11.3 by @dependabot in #2017
New Contributors
- @xiaoma20082008 made their first contribution in #1984
- @Donnerbart made their first contribution in #1988
- @yarinkos made their first contribution in #1991
Full Changelog: v4.4.1...v4.4.2
4.4.1
What's Changed
- docs: removed road map section from docs - does not apply anymore by @csviri in #1966
- fix: remove junk files by @csviri in #1968
- fix: add primary to secondary mapper to tomcat sample by @csviri in #1967
- chore(deps): bump micrometer-core from 1.11.1 to 1.11.2 by @dependabot in #1972
- docs: fix small typos by @gonmmarques in #1974
- fix: usage of builde when using upgraded client version by @csviri in #1979
- feat: Allow configuration of informer pagination through list limit (… by @Bijnagte in #1977
New Contributors
- @gonmmarques made their first contribution in #1974
- @Bijnagte made their first contribution in #1977
Full Changelog: v4.4.0...v4.4.1