fabric8io / kubernetes-client

Java client for Kubernetes & OpenShift
http://fabric8.io
Apache License 2.0
3.39k stars 1.46k forks source link

Release Fabric8 Kubernetes Client 6.13.4 #6253

Open manusa opened 1 month ago

manusa commented 1 month ago

Backports

Issue to track the required tasks to release Fabric8 Kubernetes Client 6.13.4.

adietish commented 1 month ago

@manusa how many more releases in the 6.x stream do you forsee before only 7.x is brought forward? Asking because I am working on #6240 and wondering about the target

manusa commented 1 month ago

@manusa how many more releases in the 6.x stream do you forsee before only 7.x is brought forward? Asking because I am working on #6240 and wondering about the target

Hi @adietish, The initial intention was to release 7.0.0 on September. However, there's still plenty to do, so I'm not sure we'll make it. 6.13 is the final minor for version 6, it will be in a best-effort maintenance mode (bug-fixes, security patches, and so on).

Target your changes to v7. We'll try to backport it. However, for this to work and make it smooth, your changes shouldn't be very aggressive code-wise. Also, it shouldn't break the current approach (Besides from the warning when parsing multiple .kube/config files).