Skip to content

Commit 9af7f10

Browse files
committed
adding release note for 20.0.0 breaking change
Signed-off-by: Min Jin <[email protected]>
1 parent 6488f23 commit 9af7f10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ See the wiki page and documentation [here](https://github.com/kubernetes-client/
1616
- [Client Versioning and Compatibility](https://github.com/kubernetes-client/java/wiki/2.-Versioning-and-Compatibility)
1717
- [Code Examples](https://github.com/kubernetes-client/java/wiki/3.-Code-Examples)
1818

19+
## Release
20+
21+
Starting from `20.0.0` (Kubernetes 1.28), `client-java-api` was introduced non-backward-compatible changes. Optional
22+
parameters are now consolidated into a single object, and Java8 support has been removed. For Java8 users or those
23+
preferring the old SDK interface, a legacy SDK module version is available with a "-legacy" suffix, like `20.0.0-legacy`.
24+
1925
## Development
2026

2127
- [Development and Contributing](https://github.com/kubernetes-client/java/wiki/4.-Development-and-Contributing)

0 commit comments

Comments
 (0)