6.0.0-RC1 (2022-06-13) #4208
manusa
announced in
Announcements
Replies: 1 comment 3 replies
-
Hi, Do you have some staging repo with the Maven artifacts which can be used for testing? Or does it need to be built and distributed locally? Thanks & Regards |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bugs
HasMetadata
is used inresources(...)
APIImprovements
LeaderElector
#2207: added LeaderElector.start to provide a CompletableFuture for easy cancellation/version
expectation #3758: VersionInfo in KubernetesMockServer can be overriddensetIntVal
,setStrVal
,setKind
setters fromIntOrString
class to avoid invalid combinationsSharedIndexInformer allows for the addition and removal of indexes even after starting, and you can remove the default namespace index if you wish.
And Store.getKey can be used rather than directly referencing static Cache functions.
InputStream
from theLoggable
resourcesDependency Upgrade
New Features
There is also client.resourceList(...).resources() and client.configMaps().resources() - that will provide a Resource stream.
This allows you to implement composite operations easily with lambda: client.secrets().resources().forEach(r -> r.delete());
Note: Breaking changes in the API
Please see the migration guide
Full Changelog: v5.12.2...v6.0.0-RC1
This discussion was created from the release 6.0.0-RC1 (2022-06-13).
Beta Was this translation helpful? Give feedback.
All reactions