Skip to content

Commit e145084

Browse files
authored
release artifacts for release v0.0.2 (#33)
Description of changes: release version update to 0.0.2 Release notes draft: This release includes the following resources and updates: - Enable updates for ScalableTarget and ScalingPolicy - Runtime update 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 - Enable updating conditions post delete - Support for private link and changes to the namespace scoped installation - Namespace scoped installation now uses Role and RoleBinding instead of ClusterRole and ClusterRoleBinding Testing: PR build By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e27afc5 commit e145084

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ack_generate_info:
2-
build_date: "2021-09-01T18:41:33Z"
3-
build_hash: 6f22b7b568e25b4ee007bb1ab5f9338c16daf172
4-
go_version: go1.14.14 darwin/amd64
2+
build_date: "2021-09-01T20:10:23Z"
3+
build_hash: 709a1e110beb1da248c87c7738f97282d90556ba
4+
go_version: go1.16.4 linux/amd64
55
version: v0.13.0
66
api_directory_checksum: 8697d12182de3cc93f7263c2a5d45e480b77bf05
77
api_version: v1alpha1
@@ -11,4 +11,4 @@ generator_config_info:
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-09-01 18:41:46.256329 +0000 UTC
14+
timestamp: 2021-09-01 20:10:27.994424987 +0000 UTC

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.1
5-
appVersion: v0.0.1
4+
version: v0.0.2
5+
appVersion: v0.0.2
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.1
7+
tag: v0.0.2
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)