Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
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
4.4.0
Migrating from 4.3.x
Please see https://javaoperatorsdk.io/docs/v4-4-migration for migration information.
What's Changed
- fix: same short name for multi version crd by @csviri in #1920
- improve: PerResourcePollingEventSource init improvements by @csviri in #1918
- improve: Integration test for dependent in different namespace by @csviri in #1924
- feat: add ability to stream secondary resources from Context by @metacosm in #1916
- chore: update Fabric8 client to 6.7.0 by @metacosm in #1927
- chore(deps): bump formatter-maven-plugin from 2.22.0 to 2.23.0 by @dependabot in #1929
- chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #1932
- chore: update Fabric8 client to 6.7.1 by @metacosm in #1935
- typo correction by @shawkins in #1936
- chore(deps): bump micrometer-core from 1.11.0 to 1.11.1 by @dependabot in #1939
- chore: update to fabric8 client 6.7.2 by @metacosm in #1945
- fix: change links after migration to operator framework by @csviri in #1946
- chore(deps-dev): bump mockito-core from 5.3.1 to 5.4.0 by @dependabot in #1949
- docs: item store on @ControllerConfiguration by @csviri in #1942
- chore(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 by @dependabot in #1955
- Fix a few links by @andreaTP in #1961
- feat: showcase sample for matcher with ssa in DR (#1964) by @csviri
- improve: non-SSA resource matching and updating (#1963) by @csviri
- docs: additional docs for migration of SSA (#1962) by @csviri
- docs: dependent resource ssa (#1960) by @csviri and @metacosm
- fix: default implementations shouldn't always recreate a client (#1959) by @metacosm
- refactor: move executor to AbstractWorkflowExecutor, add submit method (#1957) by @metacosm
- fix: use SSA matcher for bulk resources (#1952) by @csviri
- fix: remove unneeded Jackson exception reference (#1956) by @metacosm
- docs: migration to 4.4 (#1950) by @csviri and @metacosm
- fix: we need the constructor that takes a ConfigurationService for QOSDK (#1954) by @metacosm
- feat: decouple from ObjectMapper (#1953) by @metacosm
- fix: remove dead code (#1943) by @csviri
- docs: read only sample link (#1947) by @csviri
- feat: SSA based dependent resource matching and create/update (#1928) by @csviri
- improve: filters accept super types (#1940) by @csviri
- fix: rebase on merge by @csviri
- fix: issues after merge by @csviri
- fix: avoid always creating ExecutorServices, enforce valid values (#1891) by @metacosm
- feat: non static reference of services (#1865) by @csviri
- docs: fix javadoc issues (#1887) by @csviri
- matchers ignore list (#1880) by @csviri
- improve: dependent resource matcher API and handling (#1881) by @csviri
- fix: bom version by @csviri
- chore: update version to 4.4.0-SNAPSHOT by @csviri
Full Changelog: v4.3.5...v4.4.0