Skip to content

Releases: kubernetes/autoscaler

vertical-pod-autoscaler-1.1.1

25 Apr 21:09
b396895
Compare
Choose a tag to compare

What's Changed

  • [vpa-release-1.1] Cherry-pick of #6712: Fix NPE in vpa-updater when Pod owner isn't scalable by @voelzmo in #6724

Full Changelog: vertical-pod-autoscaler-1.1.0...vertical-pod-autoscaler-1.1.1

Cluster Autoscaler 1.30.0

24 Apr 22:47
55a18a3
Compare
Choose a tag to compare

Changelog

Removals

  • Packet provider now renamed to equinixmetal (#6271)

Deprecations

  • The Linode provider is now deprecated and will be removed in a future release (#6613)

Notes

During the 1.30 release cycle code for the implementation of ProvisioningRequest has been added with the API currently marked as beta, however due to uncertainty on the stability of this API currently, for this release the feature flag has been hardcoded to disabled. If you want to test out this functionality, you will need to revert the changes made by #6755 and build your own binaries/images.

For further context please refer to this meeting.

General

  • Restored flags for setting QPS limits (#6405)
  • Changed status value in data of cluster-autoscaler-status config map to yaml format for easier parsing. Added error information for backoff status in scale-up. (#6375)
  • Go version bumped to 1.22.2 (#6737)
  • k/k dependencies bumped to 1.30 (#6737)
  • Added: --scale-down-delay-type-local flag. It specifies if --scale-down-delay-after-* flags should be applied locally per nodegroup or globally across all nodegroups) (#5729)
  • function_duration_seconds metric is now more fine grained, using exponential bucketing. (#6453)
  • Refactor binpacking estimator improving performance (#6667)
  • Allow draining when DaemonSet kind has custom API Group (#6412)
  • Add flag node-group-keep-backoff-out-of-resources which instructs CA to respect the entire duration of the backoff period for a node group that has hit an out-of-resources error during scale up (#5756)
  • APIs broken our into a separate go module (#6315)
  • Fixed a memory leak in NodeDeleteTracker (#6602)
  • Refactor StartDeletion usage patterns and enforce periodic scaledown (#6575)
  • Add a new frequent-loops-enabled flag to trigger iterations more frequently - disabled by default (#6589)
  • Track auto-provisioned queued provisioning node groups (#6604)
  • Adds informer argument to the CloudProviders builder - fixes building by tags (#6494)
  • Add BuildTestNodeWithAllocatable test utility method (#6552)
  • Fix a bug where atomic scale-down failure could affect subsequent atomic scale-downs (#6578)*
  • Consider preemption policy for expendable pods (#6577)
  • Extracted create group to a function (#6548)
  • Fix expectedToRegister to respect instances with nil status (#6528)
  • Reduced log spam in AtomicResizeFilteringProcessor (#6509)
  • Fixed undesired behaviour at the beginning of autoscaler main logic and during scale down, where it would clean taints from nodes that are not part of selected node groups (--nodes flag) (#6273)
  • Fixed panic in deleteNodesFromCloudProvider (#6485)
  • Consider atomic nodes for scale down even when in excess of unneededNodesLimit (#6477)
  • Added node group health and back off metrics (#6396)
  • Properly handle calls to NodeGroup.GetOptions() that return cloudprovider.ErrNotImplemented in the scale up path (#6756)

AliCloud

  • Fix empty ProviderID in NodeGroupForNode (#6507)

AWS

  • Add g6 instance types to the static instance list (#6697)

Azure

  • Skip non-azure nodes to support on premises nodes (#6291)
  • Azure manager will refresh automatically refreshed on failure due to throttled requests. (#6550)
  • Add support for edge zones (#6447)

Civo

  • Added Gpu count to node template (#6390)

Cluster API

  • kubeClientBurst and kubeClientQPS flags are now passed to the clusterapi provider k8s clients (#6416)
  • Added missing RBAC + Update Deployment tolerations to examples (#6399)
  • Do not skip nodegroups with minSize=maxSize (#6628)
  • Fixes Cluster API Machine name normalization issue that break auto-scaling of Azure VMSS MachinePool resources (#6632)

## GCE

  • Lower errors verbosity for kube-env label missing to reduce logs (#6706)
  • Support Regional Instance Templates (#6570)
  • Migrate client to server-side wait (#6547)
  • Add price info for n4 instances (#6614)
  • Add price info for z3 instances (#6535)
  • Add listManagedInstancesResults to cache (#6598)
  • Change the default disk type for the legacy GCE storage provider; the default type is now pd-balanced (#6611)
  • GCE: Implement kube-env caching improving CPU use (#6531)

Hetzner

  • Fixed an issue where the provider breaks when nodes from other providers are present (#6717)
  • Fix missing ephemeral storage definition (#6574)
  • Fixed stalled scale up when pods expect kubernetes.io/hostname node label for provider (#6751)

Ionos

  • Update ionos-cloud sdk-go and add metrics (#6617)

kwok

  • Prevent quitting when scaling down node group (#6336)

Linode

  • The Linode provider is now deprecated and will be removed in a future release (#6613)

OCI

  • Delay force refresh by DefaultInterval when OCI GetNodePool call returns 404 by (#6584)

Packet

  • Packet provider now fully renamed to Equinix Metal (#6271)

Rancher

  • Errors parsing resource annotations for the Rancher provider will now emit the correct error message as well as expose the underlying parser error. (#6363)
  • Allow to override rancher provider setting via environment variables (#6606)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.0
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.30.0
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.30.0
  • registry.k8s.io/autoscaling/cluster-autoscaler-s390x:v1.30.0

Full Changelog: cluster-autoscaler-1.29.0...cluster-autoscaler-1.30.0

vertical-pod-autoscaler-1.1.0

10 Apr 15:40
7803cdd
Compare
Choose a tag to compare

This version is built with Go 1.22.1

  • Confirms VPA/Pod association by checking OwnerRef against TargetRef, instead of relying on labelSelector (see #6460)
  • Removes vpa builder Dockerfile and switch dependabot to component Dockerfiles (see #6370)
  • Switches to multistage build Dockerfiles for VPA (see #6338)
  • Implements KEP-4831: Control VPA eviction behavior based on scaling direction and resource (see #5599)
  • Fixes multiple run of informers created in fetcher.go (see #6157)

Full Changelog: vertical-pod-autoscaler-1.0.0...vertical-pod-autoscaler-1.1.0

Cluster Autoscaler 1.29.2

18 Apr 22:04
002321e
Compare
Choose a tag to compare

Changelog

General

  • Update Go version to 1.21.6 (#6526)
  • Update k/k deps to 1.29.3 (#6642)
  • Added: --scale-down-delay-type-local flag. It specifies if --scale-down-delay-after-* flags should be applied locally per nodegroup or globally across all nodegroups) (#6484)
  • Add ability to build images based on tags (#6590)

Ionoscloud

  • Add cluster_autoscaler_ionoscloud_api_request_total alpha metric (#6629)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.29.2
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.29.2
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.29.2
  • registry.k8s.io/autoscaling/cluster-autoscaler-s390x:v1.29.2

Full Changelog: cluster-autoscaler-1.29.1...cluster-autoscaler-1.29.2

Cluster Autoscaler 1.28.4

18 Apr 21:48
92c182f
Compare
Choose a tag to compare

Changelog

General

  • Update k/k deps to 1.28.8 (#6641)

AWS

  • Cache instance requirements (#6621)

Ionoscloud

  • Add cluster_autoscaler_ionoscloud_api_request_total alpha metric (#6630)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.28.4
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.28.4
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.28.4
  • registry.k8s.io/autoscaling/cluster-autoscaler-s390x:v1.28.4

Full Changelog: cluster-autoscaler-1.28.3...cluster-autoscaler-1.28.4

Cluster Autoscaler 1.27.7

18 Apr 21:31
6fbce54
Compare
Choose a tag to compare

Changelog

General

  • Update k/k deps to 1.27.12 (#6640)
  • Remove unneeded node groups regardless of scale down being in cooldown (#6505)

AWS

  • Cache instance requirements (#6622)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.27.7
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.27.7
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.27.7
  • registry.k8s.io/autoscaling/cluster-autoscaler-s390x:v1.27.7

Full Changelog: cluster-autoscaler-1.27.6...cluster-autoscaler-1.27.7

Cluster Autoscaler 1.26.8

18 Apr 21:08
77fbb3b
Compare
Choose a tag to compare

Changelog

General

  • Update k/k vendor to 1.26.15 (#6639)
  • Remove unneeded node groups regardless of scale down being in cooldown (#6504)

AWS

  • Cache instance requirements (#6623)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.26.8
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.26.8
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.26.8

Full Changelog: cluster-autoscaler-1.26.7...cluster-autoscaler-1.26.8

cluster-autoscaler-chart-9.36.0

18 Mar 10:14
165738a
Compare
Choose a tag to compare

Scales Kubernetes worker nodes within autoscaling groups.

cluster-autoscaler-chart-9.35.0

05 Feb 15:00
e5625a4
Compare
Choose a tag to compare

Scales Kubernetes worker nodes within autoscaling groups.

Cluster Autoscaler 1.28.3

18 Apr 21:44
6685cb4
Compare
Choose a tag to compare

Changelog

General

  • Update k/k deps to 1.28.6 (#6465)
  • Update Golang in builder Dockerfile to 1.20.12 (#6355)

AWS

  • Update cloudprovider/aws/aws-sdk-go to 1.48.7 so we support dynamic auth token (#6379)

CAPI

  • kubeClientBurst and kubeClientQPS flags are now passed to the clusterapi provider k8s clients (#6439)

Civo

  • Implement TemplateNodeInfo() method for civo cloudprovider (#6342)
  • Calculate the real value for template using node group (#6342)
  • Add GPU count to node templates (#6403)

## Hetzner

  • Fixed a bug where failed servers are kept for longer than necessary (#6365)

Images

  • registry.k8s.io/autoscaling/cluster-autoscaler:v1.28.3
  • registry.k8s.io/autoscaling/cluster-autoscaler-arm64:v1.28.3
  • registry.k8s.io/autoscaling/cluster-autoscaler-amd64:v1.28.3
  • registry.k8s.io/autoscaling/cluster-autoscaler-s390x:v1.28.3

Full Changelog: cluster-autoscaler-1.28.2...cluster-autoscaler-1.28.3