Releases: aws-controllers-k8s/applicationautoscaling-controller
Releases · aws-controllers-k8s/applicationautoscaling-controller
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Release Notes:
- Added
ScalableTarget
unit tests #56 - Added
ScalaingPolicy
unit tests #57 - Helm image is updated to be Helm 3.7 compatible #58
⚠️ Breaking Change Helm versions <3.7
are no longer compatible
- Update ACK Runtime from
0.14.0
to0.15.1
#62⚠️ Breaking Changeaws-account-id
can no longer be set and has been removed from the charts.- Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes
v0.1.1
v0.1.0
v0.0.3
This release includes the following resources and updates:
- The Status fields for both ScalableTarget and ScalingPolicy resources now include the
CreationTime
as recorded by the service ( #39 ). - The Status fields for both ScalableTarget and ScalingPolicy also include the
LastModifiedTime
which records the time the resource was last updated ( #40 ). - Add node type selector to helm chart and use
==
instead of ackcompare to compare pointers ( #43 ) - Includes updates to the README file ( #37 )
v0.0.2
This release includes the following resources and updates:
- Enable updates for ScalableTarget and ScalingPolicy
- Enable updating conditions post delete
- Support for private link
⚠️ Breaking Change Changes to the namespace scoped installationChanges to the namespace scoped installation- Namespace scoped installation now uses Role and RoleBinding instead of ClusterRole and ClusterRoleBinding
- Update ACK Runtime from v0.2.1 to v0.13.0
- Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes