Skip to content

Releases: kubecost/cluster-turndown

v2.0.1

27 May 20:27
28ab31c
Compare
Choose a tag to compare

Updates the module to github.com/kubecost/cluster-turndown/v2. Contains no functionality changes.

⚠️ v2.0.0+ of cluster-turndown contains breaking changes from v1. See the v2.0.0 release for details. ⚠️

PRs:

v2.0.0 (BREAKING CHANGES, see notes)

27 May 18:58
5d0057e
Compare
Choose a tag to compare
  • 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)

Version 1.3.0

16 Feb 21:17
1474fd2
Compare
Choose a tag to compare

#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

24 Mar 13:16
Compare
Choose a tag to compare
  • Fix for panic during provider validation
  • Added support for OIDC auth for EKS/AWS

Version 1.2.1

08 Jun 19:45
Compare
Choose a tag to compare
  • Fixed Issue where Autoscaling Turndown would Flatten the Turndown deployment to 0 replicas.

Version 1.2

11 May 22:31
Compare
Choose a tag to compare
  • Added the ability to pass custom labels to turndown nodepool creation for the Masterless strategy.

Version 1.1

01 May 22:38
Compare
Choose a tag to compare
  • 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

23 Mar 20:38
Compare
Choose a tag to compare