Skip to content

Commit a43e5e9

Browse files
authored
release artifacts for release v0.1.0 (#51)
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.
1 parent 8eb6934 commit a43e5e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2021-09-16T00:51:44Z"
2+
build_date: "2021-09-16T18:26:31Z"
33
build_hash: 29a44ff03ae7d871faa8603c6ee9885cab5abd92
44
go_version: go1.14.14
55
version: v0.14.0

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: applicationautoscaling-chart
33
description: A Helm chart for the ACK service controller for AWS Auto Scaling (AutoScaling)
4-
version: v0.0.3
5-
appVersion: v0.0.3
4+
version: v0.1.0
5+
appVersion: v0.1.0
66
home: https://github.com/aws-controllers-k8s/applicationautoscaling-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/applicationautoscaling-controller
7-
tag: v0.0.3
7+
tag: v0.1.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)