k8s-publishing-bot
released this
15 Dec 09:12
·
3578 commits
to master
since this release
Action Required:
-
The deprecated
ThirdPartyResource
(TPR) API was removed. To avoid losing your TPR data, migrate to CustomResourceDefinition.
New Features:
-
[alpha] The CustomResourceDefinition API can now optionally validate custom objects based on a JSON schema provided in the CRD spec. Enable this alpha feature with the CustomResourceValidation feature gate in kube-apiserver.
-
CustomResourceDefinitions support
metadata.generation
and implement spec/status split.