Skip to content

Commit

Permalink
release artifacts for release v0.1.0 (#51)
Browse files Browse the repository at this point in the history
Issue #, if available:
release artifacts for release v0.1.0

Release Notes draft:
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).


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
mbaijal authored Sep 16, 2021
1 parent 8eb6934 commit a43e5e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ack_generate_info:
build_date: "2021-09-16T00:51:44Z"
build_date: "2021-09-16T18:26:31Z"
build_hash: 29a44ff03ae7d871faa8603c6ee9885cab5abd92
go_version: go1.14.14
version: v0.14.0
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: applicationautoscaling-chart
description: A Helm chart for the ACK service controller for AWS Auto Scaling (AutoScaling)
version: v0.0.3
appVersion: v0.0.3
version: v0.1.0
appVersion: v0.1.0
home: https://github.com/aws-controllers-k8s/applicationautoscaling-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/applicationautoscaling-controller
tag: v0.0.3
tag: v0.1.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit a43e5e9

Please sign in to comment.