Releases: kubecost/cluster-turndown
Releases · kubecost/cluster-turndown
v2.0.1
v2.0.0 (BREAKING CHANGES, see notes)
- 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)
Version 1.3.0
#37: Update K8s libs to v0.20.4, rework the generate.sh script a bit, re-generate CRD code for v0.20.4
Version 1.2.2
- Fix for panic during provider validation
- Added support for OIDC auth for EKS/AWS
Version 1.2.1
- Fixed Issue where Autoscaling Turndown would Flatten the Turndown deployment to 0 replicas.
Version 1.2
- Added the ability to pass custom labels to turndown nodepool creation for the Masterless strategy.
Version 1.1
- Support for AWS Elastic Kubernetes Service (EKS) using the Masterless strategy
- AWS Kops implementation stability improvements.
- Generic Cluster Provider APIs separated from Turndown Provider. This package can be imported into any go project - godocs coming soon!
Version 1.0
v1.0