Skip to content

Commit

Permalink
Release artifacts for release v0.1.1 (#55)
Browse files Browse the repository at this point in the history
Release Notes Draft:
- Added late-initialize for ScalableTarget `roleARN` field. (#52)
- Update ACK Runtime from 0.13.0 to 0.13.2 (#53)
  - Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ryansteakley authored Sep 23, 2021
1 parent 304e266 commit 243d1d8
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-20T21:07:07Z"
build_date: "2021-09-23T20:44:28Z"
build_hash: 29a44ff03ae7d871faa8603c6ee9885cab5abd92
go_version: go1.16.4
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.1.0
appVersion: v0.1.0
version: v0.1.1
appVersion: v0.1.1
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.1.0
tag: v0.1.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 243d1d8

Please sign in to comment.