Skip to content

Releases: aws-controllers-k8s/applicationautoscaling-controller

v0.2.5

28 Feb 20:37
189abb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

15 Feb 21:30
8578e5b
Compare
Choose a tag to compare

v0.2.3

24 Jan 21:27
be1fca8
Compare
Choose a tag to compare

v0.2.2

20 Jan 18:36
ed82bed
Compare
Choose a tag to compare

v0.2.1

10 Jan 18:21
8211123
Compare
Choose a tag to compare

v0.2.0

21 Oct 00:00
e7a995b
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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 to 0.15.1 #62

v0.1.1

23 Sep 21:42
243d1d8
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

v0.1.0

16 Sep 21:21
a43e5e9
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release includes the following resources and updates:

  • Enables the AdoptedResource Feature for both ScalableTarget and ScalingPolicy ( #47 ).
  • Uses the server side CreationTime to set the LastModifiedTime the very first time ( #49 ).
  • Some release and helm test related changes ( #48 and #50).

v0.0.3

13 Sep 21:31
830b7fe
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

01 Sep 21:05
e145084
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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