Releases: operator-framework/java-operator-sdk
Releases · operator-framework/java-operator-sdk
4.3.4
What's Changed
- chore(deps): bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 by @dependabot in #1904
- chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #1908
- feat: add support for additional Kubernetes resource pre processors by @metacosm in #1909
- improve: integration test for special resources by @csviri in #1910
- feat: use processors for matching as well since usually both are related by @metacosm in #1911
- feat: not start operator if leader elector has no permission to lease object by @csviri in #1912
- fix: IllegalStateException observed with Role due to wrong import by @coltmcnealy-lh in #1913
New Contributors
- @coltmcnealy-lh made their first contribution in #1913
Full Changelog: v4.3.3...v4.3.4
4.3.3
What's Changed
- chore(deps): bump jib-maven-plugin from 3.3.1 to 3.3.2 by @dependabot in #1901
- chore: update fabric8 client to 6.6.2 by @metacosm in #1902
Full Changelog: v4.3.2...v4.3.3
4.3.2
What's Changed
- improve: jetty log level to info by @csviri in #1882
- fix: interruption of a workflow by @csviri in #1883
- fix: only load Version from properties once by @metacosm in #1886
- chore: update to fabric8 client to 6.6.0 by @metacosm in #1885
- chore(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #1893
- chore(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #1892
- chore(deps): bump micrometer-core from 1.10.6 to 1.11.0 by @dependabot in #1894
- chore(deps): bump impsort-maven-plugin from 1.8.0 to 1.9.0 by @dependabot in #1895
- chore: update fabric8 client to 6.6.1 by @metacosm in #1900
- fix: avoid NPE is given spec is null by @metacosm in #1899
Full Changelog: v4.3.1...v4.3.2
4.3.1
What's Changed
- chore: jenvtest 0.5.0 by @csviri in #1838
- fix: flaky per resource event source test by @csviri in #1845
- docs: slack badge by @csviri in #1837
- docs: improved docs on primary to secondary mapper by @csviri in #1846
- fix: javadoc problems preventing snapshot release by @csviri in #1848
- feat: add sample to primary to secondary missing issue by @csviri in #1847
- feat: parameterize http client implementation in ITs by @metacosm in #1839
- docs: fix broken links in getting started docs by @nickebbitt in #1852
- chore(deps): bump micrometer-core from 1.10.5 to 1.10.6 by @dependabot in #1853
- chore(deps-dev): bump mockito-core from 5.2.0 to 5.3.0 by @dependabot in #1854
- chore: log4j 2.20.0 by @csviri in #1859
- chore: jenvtest 0.9.0 by @csviri in #1858
- fix: log4j2 binder issue by @csviri in #1861
- chore(deps-dev): bump mockito-core from 5.3.0 to 5.3.1 by @dependabot in #1866
- docs: read only dependent resource dilemma by @csviri in #1860
- fix: workflow builder isCleaner bug by @csviri in #1872
- improve: workflows impl detail future proof by @csviri in #1870
- fix: logging missing config by @csviri in #1873
- improve: delete GC dependent if reconcile precondition not met by @csviri in #1871
- fix: override executor replaces implementation event if not needed by @csviri in #1874
New Contributors
- @nickebbitt made their first contribution in #1852
Full Changelog: v4.3.0...v4.3.1
4.3.0
What's Changed
- docs: better explain
noFinalizerRemovaluse case by @csviri in #1790 - style: provide settings for vscode by @scrocquesel in #1797
- docs: fix a dead link by @scrocquesel in #1796
- chore(deps-dev): bump mockito-core from 5.1.1 to 5.2.0 by @dependabot in #1806
- docs: improvements on reschedule / retry behavior by @csviri in #1809
- test: Cleanup reschedule IT by @csviri in #1808
- chore(deps): bump micrometer-core from 1.10.4 to 1.10.5 by @dependabot in #1815
- fix: scm url main pom by @csviri in #1818
- chore(deps): bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #1819
- feat: add CNCF required files by @csviri in #1820
- docs: readme improvements by @csviri in #1825
- chore(deps): bump actions/stale from 7 to 8 by @dependabot in #1827
- chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 by @dependabot in #1829
- chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #1830
- feat: use jenvtest in special ITs by @csviri in #1831
- feat: improved per resource polling by @csviri in #1826
- fix: flaky special integration test by @csviri in #1834
- feat: now possible to only output non-resource related metrics by @metacosm in #1823
- fix: special IT failing test case by @csviri in #1836
- chore: update to Fabric8 client 6.5.1 by @metacosm in #1813
- Next -> Main by @csviri in #1711
Full Changelog: v4.2.8...v4.3.0
4.2.8
What's Changed
- docs: add Glasskube reference implementation by @pmig in #1766
- chore(deps): bump micrometer-core from 1.10.3 to 1.10.4 by @dependabot in #1769
- chore(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #1768
- fix: secondary to primary mapper supporting cluster scoped resource by @csviri in #1770
- chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #1772
- fix: operator not starting when watching multi namespace and no permission for one by @csviri in #1779
- chore(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #1784
- chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #1787
- feat: configure resource class and name for controller by @csviri in #1781
- fix: increased timeout for failing test by @csviri in #1788
New Contributors
Full Changelog: v4.2.7...v4.2.8
4.2.7
What's Changed
- chore(deps): bump formatter-maven-plugin from 2.21.0 to 2.22.0 by @dependabot in #1760
- feat: sample of how to do unmodifiable part of dependent by @csviri in #1746
- feat: strong equality matcher by @csviri in #1733
- fix: flaky MultiVersionCRDIT by @csviri in #1761
- fix: avoid computing potentially unused values by @metacosm in #1759
Full Changelog: v4.2.6...v4.2.7
4.2.6
4.2.5
What's Changed
- chore(deps-dev): bump mockito-core from 5.1.0 to 5.1.1 by @dependabot in #1745
- fix: improvements on informer start and logging by @csviri in #1749
Full Changelog: v4.2.4...v4.2.5
4.2.4
What's Changed
- improve: logging for informer health check by @csviri in #1737
- docs: small addition to faq events part by @csviri in #1738
- fix: remove unused cache impl by @csviri in #1739
- chore(deps-dev): bump mockito-core from 5.0.0 to 5.1.0 by @dependabot in #1741
Full Changelog: v4.2.3...v4.2.4