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
-
Bugs
http://json-schema.org/draft-07/schema#
)NullPointerException
inThread.currentThread().getContextClassLoader()
SharedIndexInformer
is done watching #4794: improving the semantics of manually calling informer stopDispatcher
use daemon threads #4797: OkHttpClientFactory.additionalConfig can be used to override the default OkHttp Dispatcher*/
in generated JavaDocsImprovements
PUT
andPATCH
requests.scope
field when implementing theNamespaced
interfacekubernetes-examples/
module to use up to date codenetworking.k8s.io
apiGroup #4906: URLFromIngressImpl considers Ingress innetworking.k8s.io
apiGroup while resolving IngressDependency Upgrade
New Features
Note: Breaking changes
replace
is deprecated, you should useupdate
instead. If you set the resourceVersion to null it will not be optimistically locked.createOrReplace
is deprecated, you should use server side apply instead.edit
uses 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