v2.0.0 (BREAKING CHANGES, see notes)
michaelmdresser
released this
27 May 18:58
·
27 commits
to develop
since this release
- Updates CRDs from
apiextensions.k8s.io/v1beta1
toapiextensions.k8s.io/v1
due to the removal ofv1beta1
in K8s v1.22 [1]. ⚠️ BREAKING CHANGE: Changesturndownschedules.kubecost.k8s.io
toturndownschedules.kubecost.com
due to K8s API policy requirements [2]. All existingturndownschedules.kubecost.k8s.io
custom resources will have to be updated.⚠️ BREAKING CHANGE: Changesfinalizers.kubecost.k8s.io
tofinalizers.kubecost.com
for the same reason. All existing resources usingfinalizers.kubecost.k8s.io
will have to be updated.
Release changes are in these PRs:
[1] https://cloud.google.com/kubernetes-engine/docs/deprecations/apis-1-22
[2] kubernetes/enhancements#1111 (comment)