Releases: kubernetes-client/java
Releases · kubernetes-client/java
v26.0.1
What's Changed
- Since PR generation is still not working, manual clone of the 22.0.0 release changes by @brendandburns in #3786
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.29.0 to 1.30.0 by @dependabot[bot] in #3788
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.777 to 1.12.778 by @dependabot[bot] in #3789
- build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot[bot] in #3794
- build(deps): bump org.springframework:spring-test from 6.1.14 to 6.2.0 by @dependabot[bot] in #3792
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.778 to 1.12.779 by @dependabot[bot] in #3798
- build(deps): bump spring.boot.version from 3.3.5 to 3.4.0 by @dependabot[bot] in #3797
- build(deps): bump com.google.protobuf:protobuf-java from 4.28.3 to 4.29.0 by @dependabot[bot] in #3804
- build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 by @dependabot[bot] in #3805
- build(deps): bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by @dependabot[bot] in #3807
- build(deps): bump org.wiremock:wiremock from 3.9.2 to 3.10.0 by @dependabot[bot] in #3810
- build(deps): bump com.google.protobuf:protobuf-java from 4.29.0 to 4.29.1 by @dependabot[bot] in #3812
- Add support for v5 of the streaming protocol by @brendandburns in #3800
- Add support for terminal resize in ExecProcess by @brendandburns in #3801
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot[bot] in #3816
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.30.0 to 1.30.1 by @dependabot[bot] in #3820
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.779 to 1.12.780 by @dependabot[bot] in #3822
- build(deps): bump spring.version from 6.2.0 to 6.2.1 by @dependabot[bot] in #3821
- Refactor: Merge TokenFile auth with refresh auth by @yue9944882 in #3817
- build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot[bot] in #3825
- build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 by @dependabot[bot] in #3827
- build(deps): bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.13 by @dependabot[bot] in #3829
- build(deps): bump com.google.protobuf:protobuf-java from 4.29.1 to 4.29.2 by @dependabot[bot] in #3830
- build(deps): bump spring.boot.version from 3.4.0 to 3.4.1 by @dependabot[bot] in #3832
- build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot[bot] in #3833
- build(deps): bump ch.qos.logback:logback-classic from 1.5.13 to 1.5.14 by @dependabot[bot] in #3834
- build(deps): bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15 by @dependabot[bot] in #3837
- build(deps): bump helm/kind-action from 1.11.0 to 1.12.0 by @dependabot[bot] in #3838
- build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.0 by @dependabot[bot] in #3839
- build(deps): bump org.assertj:assertj-core from 3.27.0 to 3.27.1 by @dependabot[bot] in #3840
- build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.1.0 to 4.1.1 by @dependabot[bot] in #3843
- build(deps): bump org.mockito:mockito-junit-jupiter from 5.14.2 to 5.15.2 by @dependabot[bot] in #3844
- build(deps): bump org.assertj:assertj-core from 3.27.1 to 3.27.2 by @dependabot[bot] in #3846
- build(deps): bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 by @dependabot[bot] in #3847
- build(deps): bump commons-codec:commons-codec from 1.17.1 to 1.17.2 by @dependabot[bot] in #3850
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.0 by @dependabot[bot] in #3851
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.0 to 2.44.1 by @dependabot[bot] in #3855
- build(deps): bump com.google.protobuf:protobuf-java from 4.29.2 to 4.29.3 by @dependabot[bot] in #3861
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 by @dependabot[bot] in #3862
- build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80 by @dependabot[bot] in #3863
- build(deps): bump io.swagger:swagger-annotations from 1.6.14 to 1.6.15 by @dependabot[bot] in #3867
- build(deps): bump spring.version from 6.2.1 to 6.2.2 by @dependabot[bot] in #3871
- Clarifying legacy release workflow instructions by @yue9944882 in #3869
- build(deps): bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot[bot] in #3873
- Bump master branch version to 23.0.0-SNAPSHOT by @yue9944882 in #3879
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.30.1 to 1.31.0 by @dependabot[bot] in #3881
- Enable the reuse of cached informers on creation by
SharedInformerFactory. by @Sud0x67 in #3856 - build(deps): bump spring.boot.version from 3.4.1 to 3.4.2 by @dependabot[bot] in #3882
- build(deps): bump commons-codec:commons-codec from 1.17.2 to 1.18.0 by @dependabot[bot] in #3884
- build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.0 by @dependabot[bot] in #3886
- build(deps): bump com.google.code.gson:gson from 2.12.0 to 2.12.1 by @dependabot[bot] in #3889
- build(deps): bump org.wiremock:wiremock from 3.10.0 to 3.11.0 by @dependabot[bot] in #3892
- Refreshes the patches files by @yue9944882 in #3896
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.31.0 to 1.32.0 by @dependabot[bot] in #3899
- chore(deps): remove unused jakarta.ws.rs-api dependency by @JynLeazy in #3907
- Remove unused dependencies from extended, spring, and root module by @JynLeazy in #3909
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.32.0 to 1.32.1 by @dependabot[bot] in #3911
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.780 to 1.12.781 by @dependabot[bot] in #3918
- build(deps): bump org.wiremock:wiremock from 3.11.0 to 3.12.0 by @dependabot[bot] in #3919
- Automated Generate from openapi release-1.32 by @yue9944882 in #3916
- build(deps): bump spring.version from 6.2.2 to 6.2.3 by @dependabot[bot] in #3923
- build(deps): bump org.yaml:snakeyaml from 2.3 to 2.4 by @dependabot[bot] in #3925
- fix: add missing continue token when build cluster list call by @cyrilcsr in #3930
- Chore: Re-run spotless formatter by @yue9944882 in #3939
- build(deps): bump spring.boot.version from 3.4.2 to 3.4.3 by @dependabot[bot] in #3935
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 by @dependabot[bot] in #3936
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.781 to 1.12.782 by @dependabot[bot] in #3933
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #3946
- build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 by @dependabot[bot] in #3947
- build(deps): bump org.awaitility:awaitility from 4.2.2 to 4...
v26.0.0
What's Changed
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #4272
- build(deps): bump org.mockito:mockito-junit-jupiter from 5.19.0 to 5.20.0 by @dependabot[bot] in #4273
- build(deps): bump software.amazon.awssdk:sts from 2.33.13 to 2.34.0 by @dependabot[bot] in #4274
- Replace deprecated nexusUrl with the new endpoint by @yue9944882 in #4270
- build(deps): bump org.assertj:assertj-core from 3.27.5 to 3.27.6 by @dependabot[bot] in #4276
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #4277
- build(deps): bump software.amazon.awssdk:sts from 2.34.0 to 2.34.2 by @dependabot[bot] in #4283
- build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #4284
- build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #4285
- build(deps): bump software.amazon.awssdk:sts from 2.34.2 to 2.34.4 by @dependabot[bot] in #4292
- build(deps): bump software.amazon.awssdk:sts from 2.34.4 to 2.34.5 by @dependabot[bot] in #4293
- Fix typo by @anton-johansson in #4294
- build(deps): bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 by @dependabot[bot] in #4297
- build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.791 to 1.12.792 by @dependabot[bot] in #4302
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #4303
- build(deps): bump software.amazon.awssdk:sts from 2.34.5 to 2.34.9 by @dependabot[bot] in #4304
- build(deps): bump software.amazon.awssdk:sts from 2.34.9 to 2.35.0 by @dependabot[bot] in #4307
- build(deps): bump io.sundr:builder-annotations from 0.220.1 to 0.230.0 by @dependabot[bot] in #4308
- build(deps): bump software.amazon.awssdk:sts from 2.35.0 to 2.35.2 by @dependabot[bot] in #4313
- build(deps): bump okhttp3.version from 5.1.0 to 5.2.0 by @dependabot[bot] in #4314
- build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #4316
- build(deps): bump io.sundr:builder-annotations from 0.230.0 to 0.230.1 by @dependabot[bot] in #4317
- build(deps): bump software.amazon.awssdk:sts from 2.35.2 to 2.35.3 by @dependabot[bot] in #4318
- build(deps): bump okhttp3.version from 5.2.0 to 5.2.1 by @dependabot[bot] in #4320
- build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #4325
- build(deps): bump software.amazon.awssdk:sts from 2.35.3 to 2.35.6 by @dependabot[bot] in #4327
- build(deps): bump software.amazon.awssdk:sts from 2.35.6 to 2.35.7 by @dependabot[bot] in #4329
- build(deps): bump com.google.auth:google-auth-library-oauth2-http from 1.39.1 to 1.40.0 by @dependabot[bot] in #4330
- build(deps): bump com.google.protobuf:protobuf-java from 4.32.1 to 4.33.0 by @dependabot[bot] in #4332
- build(deps): bump software.amazon.awssdk:sts from 2.35.7 to 2.35.8 by @dependabot[bot] in #4333
- build(deps): bump spring.version from 6.2.11 to 6.2.12 by @dependabot[bot] in #4335
- build(deps): bump software.amazon.awssdk:sts from 2.35.8 to 2.35.9 by @dependabot[bot] in #4336
- build(deps): bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 by @dependabot[bot] in #4339
- build(deps): bump software.amazon.awssdk:sts from 2.35.9 to 2.35.11 by @dependabot[bot] in #4340
- Update style format workflow to use Java 17 by @brendandburns in #4310
- Remove release 17~20 example by @yue9944882 in #4343
- build(deps): bump spring.boot.version from 3.5.6 to 3.5.7 by @dependabot[bot] in #4345
- build(deps): bump software.amazon.awssdk:sts from 2.35.11 to 2.36.1 by @dependabot[bot] in #4346
- build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 by @dependabot[bot] in #4286
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #4349
- build(deps): bump software.amazon.awssdk:sts from 2.36.1 to 2.36.3 by @dependabot[bot] in #4350
- build(deps): bump io.sundr:builder-annotations from 0.230.1 to 0.230.2 by @dependabot[bot] in #4353
- build(deps): bump software.amazon.awssdk:sts from 2.36.3 to 2.37.1 by @dependabot[bot] in #4354
- build(deps): bump okhttp3.version from 5.2.1 to 5.3.0 by @dependabot[bot] in #4356
- build(deps): bump software.amazon.awssdk:sts from 2.37.1 to 2.37.3 by @dependabot[bot] in #4361
- build(deps): bump helm/kind-action from 1.12.0 to 1.13.0 by @dependabot[bot] in #4364
- build(deps): bump software.amazon.awssdk:sts from 2.37.3 to 2.37.5 by @dependabot[bot] in #4366
- build(deps): bump commons-codec:commons-codec from 1.19.0 to 1.20.0 by @dependabot[bot] in #4368
- build(deps): bump software.amazon.awssdk:sts from 2.37.5 to 2.38.1 by @dependabot[bot] in #4370
- docs: fix typos in some files by @khanhkhanhlele in #4371
- build(deps): bump software.amazon.awssdk:sts from 2.38.1 to 2.38.2 by @dependabot[bot] in #4372
- build(deps): bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #4373
- build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #4374
- Fix flaky KubernetesInformerCreatorTest by using exact path matching by @Copilot in #4378
- build(deps): bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 by @dependabot[bot] in #4379
- build(deps): bump software.amazon.awssdk:sts from 2.38.2 to 2.38.4 by @dependabot[bot] in #4381
- Add protocol buffer generation automation to maintain sync with upstream Kubernetes by @Copilot in #4380
- Add e2e tests for Protocol Buffer client by @Copilot in #4383
- build(deps): bump software.amazon.awssdk:sts from 2.38.4 to 2.38.5 by @dependabot[bot] in #4384
- build(deps): bump commons-cli:commons-cli from 1.10.0 to 1.11.0 by @dependabot[bot] in #4385
- build(deps): bump com.google.protobuf:protobuf-java from 4.33.0 to 4.33.1 by @dependabot[bot] in #4389
- build(deps): bump software.amazon.awssdk:sts from 2.38.5 to 2.38.6 by @dependabot[bot] in #4390
- Sanitize release plugin to fix release GH workflow by @yue9944882 in #4344
- build(deps): bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #4394
- build(deps): bump software.amazon.awssdk:sts from 2.38.6 to 2.38.7 by @dependabot[bot] in #4395
- build(deps): bump org.wiremock:wiremock from 3.13.1 to 3.13.2 by @dependabot[bot] in #4396
- Remove unused urlMatching import from WireMock tests by @Copilot in #4399
- Replace urlEqualTo with urlPathEqualTo in WireMock test stubs by @Copilot in #4401
- build(deps): bump software.amazon.awssdk:sts from 2.38.7 to 2.38.8 by @dependabot[bot] in #4404
- build(deps): bump okhttp3.version from 5.3.0 to 5.3.1 by @dependabot[bot] in #4405
- build(deps): bump ...
v25.0.0-legacy
[maven-release-plugin] copy for tag v25.0.0-legacy
v25.0.0
What's Changed
- Support for Kubernetes 1.34
- Add support for v5 of the streaming protocol by @brendandburns in #3800
- Add support for terminal resize in ExecProcess by @brendandburns in #3801
- Enable the reuse of cached informers on creation by
SharedInformerFactory. by @Sud0x67 in #3856 - chore(deps): remove unused jakarta.ws.rs-api dependency by @JynLeazy in #3907
- Remove unused dependencies from extended, spring, and root module by @JynLeazy in #3909
- fix: add missing continue token when build cluster list call by @cyrilcsr in #3930
- Chore: Re-run spotless formatter by @yue9944882 in #3939
- Fix patch workflow - fix linux patch command compatibility by @yue9944882 in #4055
- Fix NPE in KubectlTop - skip pods which are down by @c4lm in #4087
- Migrate EKS authentication from AWS 1.x -> AWS 2.x by @danielburrell in #4113
- fix: correct fieldManager parameter in makeClusterCreateCallBuilder by @zongzewu23 in #4140
- Add ApiClient in ClientBuilder by @iseki0 in #4152
- refactor: use StandardCharsets by @iseki0 in #4188
New Contributors
- @Sud0x67 made their first contribution in #3856
- @JynLeazy made their first contribution in #3907
- @cyrilcsr made their first contribution in #3930
- @c4lm made their first contribution in #4087
- @zongzewu23 made their first contribution in #4140
- @iseki0 made their first contribution in #4152
Full Changelog: v24.0.0...v25.0.0
v24.0.0-legacy
[maven-release-plugin] prepare release v24.0.0-legacy Signed-off-by: Min Jin <minkimzz@amazon.com>
v24.0.0
[maven-release-plugin] copy for tag v24.0.0
v23.0.0-legacy
v23.0.0-legacy
v23.0.0
v23.0.0
v22.0.1
What's Changed
- Release-22: Bump the latest pom version to 22.0.1-SNAPSHOT by @yue9944882 in #3877
- Generate openapi model for release-22 from upstream release 1.31 by @yue9944882 in #3895
Full Changelog: v22.0.0...v22.0.1
v22.0.1-legacy
[maven-release-plugin] copy for tag v22.0.1-legacy