6.5.0 (2023-03-10) #4964
manusa
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Regarding "createOrReplace is deprecated, you should use server side apply instead" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bugs
http://json-schema.org/draft-07/schema#)NullPointerExceptioninThread.currentThread().getContextClassLoader()SharedIndexInformeris done watching #4794: improving the semantics of manually calling informer stopDispatcheruse daemon threads #4797: OkHttpClientFactory.additionalConfig can be used to override the default OkHttp Dispatcher*/in generated JavaDocsImprovements
PUTandPATCHrequests.scopefield when implementing theNamespacedinterfacekubernetes-examples/module to use up to date codenetworking.k8s.ioapiGroup #4906: URLFromIngressImpl considers Ingress innetworking.k8s.ioapiGroup while resolving IngressDependency Upgrade
New Features
Note: Breaking changes
replaceis deprecated, you should useupdateinstead. If you set the resourceVersion to null it will not be optimistically locked.createOrReplaceis deprecated, you should use server side apply instead.edituses now optimistic locking by default. To disable locking you should change your methods to follow this pattern:.edit(pod -> new PodBuilder(pod).editMetadata().withResourceVersion(null)//...Note: Deprecations
Full Changelog: v6.4.1...v6.5.0
This discussion was created from the release 6.5.0 (2023-03-10).
Beta Was this translation helpful? Give feedback.
All reactions