Releases: kubernetes/autoscaler
Releases · kubernetes/autoscaler
Vertical Pod Autoscaler 0.4.0
New autoscaling.k8s.io/v1beta2
API added.
The new API changes the way you express what pods should be scaled by a given Vertical Pod Autoscaler. In short, we are moving from label selectors to controller references. See README.md for more details.
Cluster Autoscaler 1.3.7
- Improve node memory capacity prediction on GCP
- Update known AWS instance types
- Read AWS region from metadata
Image: gcr.io/google-containers/cluster-autoscaler:v1.3.7
Cluster Autoscaler 1.3.6
- Improve reliability of tainting nodes before deleting them
- Fix logging error on failed scale down attempt
Image: gcr.io/google-containers/cluster-autoscaler:v1.3.6
Vertical Pod Autoscaler 0.3.1
Cluster Autoscaler 1.12.2
- Fix race condition causing minimum node limits to be violated on AWS
- Fix validation issue on AKS
- Update supported AWS instance types
- Improve balancing similar node groups on GKE
Image: gcr.io/google-containers/cluster-autoscaler:v1.12.2
Cluster Autoscaler 1.2.4
- Improve node balancing on GKE
- Improve caching node VM ids on Azure
- Fix ServerAppSecret issues for AKS cluster
- Fix node group discovery on AWS
- Update AWS instance types
Image: gcr.io/google-containers/cluster-autoscaler:v1.2.4
Cluster Autoscaler 1.3.5
- Fix multiple bugs causing uneven distribution of nodes between zones on different cloudproviders
- Update AWS EC2 instance type catalog
gcr.io/google-containers/cluster-autoscaler:v1.3.5
Vertical Pod Autoscaler 0.3.0
This is a Beta release of Vertical Pod Autoscaler
NOTE: Notice on swiching from alpha to beta
API changes:
- VPA API is now Beta! See usage examples.
- Added UncappedTarged field to the VPA Status.
Highlights:
- Increased recommendation resolution for low values
- Increased scalability (reduced load on API server, more efficient checkpointing mechanism)
- Instrumentation added for all components
- Capping recommendation to pod resource limit or min/max allowed from ContainerResourcePolicy leaves an annotation on updated pod
- Bug fixes
Cluster Autoscaler 1.13.0
- Add configurable delay for pod age before considering for scale-up via
--new-pod-scale-up-delay
param - Read AWS Region from EC2 Metadata
- Fetch ASG names in chunks of 50
- Ignore lo/fluentd-ds-ready when checking node similarity
- Support selecting which cloud providers are built in into CA binary
- Add Alibaba Cloud Provider
- Deprecate BasicEstimator
- Cloud provider SPI changes
- Add metrics in GCE cloud provider
- Add metrics in GKE cloud provider
- Various small bugfixes
- AWS load balancing improvements
- NodeGroupManager.CreateNodeGroup can create more than one node group.
- Update AWS EC2 instance type catalog
- Report ASGs using unknown AWS EC2 instance types
- Add flags to ignore daemonsets and mirror pods when calculating resource utilization of a node
gcr.io/google-containers/cluster-autoscaler:v1.13.0
Cluster Autoscaler 1.13.0-rc.2
- Add configurable delay for pod age before considering for scale-up via
--new-pod-scale-up-delay
param - Read AWS Region from EC2 Metadata
- Fetch ASG names in chunks of 50
- Ignore lo/fluentd-ds-ready when checking node similarity
- Support selecting which cloud providers are built in into CA binary
- Add Alibaba Cloud Provider
- Deprecate BasicEstimator
- Cloud provider SPI changes
- Add metrics in GCE cloud provider
- Add metrics in GKE cloud provider
- Various small bugfixes
- AWS load balancing improvements
- NodeGroupManager.CreateNodeGroup can create more than one node group.
- Update AWS EC2 instance type catalog
- Report ASGs using unknown AWS EC2 instance types
- Add flags to ignore daemonsets and mirror pods when calculating resource utilization of a node
gcr.io/google-containers/cluster-autoscaler:v1.13.0-rc.2