Releases: spring-cloud/spring-cloud-kubernetes
Releases · spring-cloud/spring-cloud-kubernetes
5.0.0-M1
🐞 Bug Fixes
- ActuatorRefresh*IT tests are timing out setting up k3s #1945
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot] and @wilkinsona
3.2.2
v3.1.6
What's Changed
- cleanup after fabric IT refactor by @wind57 in #1832
- drop ingress from fabric8 integration tests by @wind57 in #1833
- try to fix failing tests by @wind57 in #1841
- easier to read code (1) by @wind57 in #1842
- Drop overlapping tests (2) by @wind57 in #1844
- Drop more overlapping tests (3) by @wind57 in #1846
- Drop more overlaping tests last fabric8 by @wind57 in #1847
- Refactor k8s client catalog watcher it by @wind57 in #1836
- skip building image by @wind57 in #1850
- refactor skip.build.image using native spring boot maven plugin property by @wind57 in #1853
- simplify skipping building the image by @wind57 in #1854
- Refactor k8s client configuration watcher by @wind57 in #1849
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.14 to 1.0.0-alpha.16 in /docs by @dependabot in #1861
- Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 by @dependabot in #1859
- Fix 1831 by @wind57 in #1863
- refactor k8s discovery module in integration tests (1) by @wind57 in #1865
- minor improvement in fabric8 integration tests (2) by @wind57 in #1869
- fix fabric8 leader test by @wind57 in #1871
- minor simplifications in integration tests by @wind57 in #1872
- Add Maven profile for Vault integration by @arjavdongaonkar in #1868
- refactor k8s discovery server integration tests by @wind57 in #1877
- drop un-used configmap by @wind57 in #1880
- Kubernetes as a Composite config source by @arjavdongaonkar in #1873
- dont create a bean when not needed by @wind57 in #1881
- minor simplification by @wind57 in #1882
- Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs by @dependabot in #1885
- refactor kafka event bus integration test by @wind57 in #1879
- drop repackage from integration tests root pom by @wind57 in #1889
- refactor k8s rabbitmq integration test by @wind57 in #1890
- Keep the original JAR when repackaging (#1456) by @david-vana in #1891
- Fix the doc with correct links by @arjavdongaonkar in #1893
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #1897
- fix: use ',' as delimiter for key-value pairs in labelSelector by @cmaune in #1900
- Refactor k8s client reload simpler by @wind57 in #1905
- fix SecretsPropertySource reload bug by @wind57 in #1906
- Drop unused k8s client it methods by @wind57 in #1903
- Drop ingress by @wind57 in #1904
- wait for services to be deleted in integration tests by @wind57 in #1912
- remove services in correct order by @wind57 in #1913
- Replace junit assertions by @wind57 in #1901
- Clean up integration tests by @wind57 in #1916
- Fix 1757 by @wind57 in #1914
- documentation for issue 1757 by @wind57 in #1919
- Upgrade kubernetes java client to 19.0.3 by @ryanjbaxter in #1926
- Update ConfigMap link in Documentation by @vineeth-au in #1937
New Contributors
- @arjavdongaonkar made their first contribution in #1868
- @david-vana made their first contribution in #1891
- @cmaune made their first contribution in #1900
- @vineeth-au made their first contribution in #1937
Full Changelog: v3.1.5...v3.1.6
3.3.0
🐞 Bug Fixes
- Pin version of Jackson since Fabric8 6.x is incompatible with Jackson 2.19.x #1922
❤️ Contributors
Thank you to all the contributors who worked on this release:
v3.3.0-RC1
Full Changelog: v3.3.0-M3...v3.3.0-RC1
3.3.0-M3
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
What's Changed
- Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs by @dependabot in #1884
- Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs by @dependabot in #1885
- Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs by @dependabot in #1887
- refactor kafka event bus integration test by @wind57 in #1879
- drop repackage from integration tests root pom by @wind57 in #1889
- refactor k8s rabbitmq integration test by @wind57 in #1890
- Keep the original JAR when repackaging (#1456) by @david-vana in #1891
- Fix the doc with correct links by @arjavdongaonkar in #1893
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #1894
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #1895
- Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17 in /docs by @dependabot in #1897
- fix: use ',' as delimiter for key-value pairs in labelSelector by @cmaune in #1900
- Refactor k8s client reload simpler by @wind57 in #1905
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in #1910
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #1909
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in #1908
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #1907
- fix SecretsPropertySource reload bug by @wind57 in #1906
- Drop unused k8s client it methods by @wind57 in #1903
- Drop ingress by @wind57 in #1904
- wait for services to be deleted in integration tests by @wind57 in #1912
- remove services in correct order by @wind57 in #1913
- Replace junit assertions by @wind57 in #1901
New Contributors
- @david-vana made their first contribution in #1891
- @cmaune made their first contribution in #1900
Full Changelog: v3.3.0-M2...v3.3.0-M3
3.2.1
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot], @ryanjbaxter, and @wind57
3.3.0-M2
v3.3.0-M1
What's Changed
- Bump @antora/collector-extension from 1.0.0-rc.1 to 1.0.1 in /docs by @dependabot in #1810
- Bump @antora/collector-extension from 1.0.0-rc.1 to 1.0.1 in /docs by @dependabot in #1811
- Refactor fabric8 discovery integration tests (2) by @wind57 in #1756
- fix failling tests by @wind57 in #1812
- Fix failing tests change logic by @wind57 in #1815
- fabric8 istio IT upgrade (3) by @wind57 in #1760
- inline a method by @wind57 in #1817
- Upgrade Kubernetes Java Client to 19.0.2 by @ryanjbaxter in #1818
- Bump antora from 3.2.0-alpha.6 to 3.2.0-alpha.8 in /docs by @dependabot in #1821
- Bump antora from 3.2.0-alpha.6 to 3.2.0-alpha.8 in /docs by @dependabot in #1820
- Refactor last fabric8 integration test package (1) by @wind57 in #1824
- faster namespace deletion by @wind57 in #1829
- cleanup after fabric IT refactor by @wind57 in #1832
- drop ingress from fabric8 integration tests by @wind57 in #1833
- try to fix failing tests by @wind57 in #1841
- easier to read code (1) by @wind57 in #1842
- Enable tests by @wind57 in #1845
- Drop overlapping tests (2) by @wind57 in #1844
- Drop more overlapping tests (3) by @wind57 in #1846
- Drop more overlaping tests last fabric8 by @wind57 in #1847
- Refactor k8s client catalog watcher it by @wind57 in #1836
- skip building image by @wind57 in #1850
- Bump io.fabric8:kubernetes-client-bom from 6.13.4 to 6.13.5 by @dependabot in #1851
Full Changelog: v3.2.0...v3.3.0-M1
3.1.5
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot], @ryanjbaxter, and @wind57