Skip to content

v2.0.0 (BREAKING CHANGES, see notes)

Compare
Choose a tag to compare
@michaelmdresser michaelmdresser released this 27 May 18:58
· 27 commits to develop since this release
5d0057e
  • Updates CRDs from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1 due to the removal of v1beta1 in K8s v1.22 [1].
  • ⚠️ BREAKING CHANGE: Changes turndownschedules.kubecost.k8s.io to turndownschedules.kubecost.com due to K8s API policy requirements [2]. All existing turndownschedules.kubecost.k8s.io custom resources will have to be updated.
  • ⚠️ BREAKING CHANGE: Changes finalizers.kubecost.k8s.io to finalizers.kubecost.com for the same reason. All existing resources using finalizers.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)