Skip to content

Commit

Permalink
release artifacts for release v0.0.3 (#44)
Browse files Browse the repository at this point in the history
Description of changes:
release artifacts for release v0.0.3

Release Notes draft:
This release includes the following resources and updates:
 - Update ACK Runtime from 0.13.0 to 0.13.2 ( #41 )
    - Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes
 - The Status field now includes the CreationTime as recorded by the server ( #39 ).
 - The Status field also includes the `LastModifiedTime` which records the time the resource was last updated ( #40 ).
 - Includes updates to the README file ( #37 )


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 13, 2021
1 parent 2d78e83 commit cdd2eef
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-13T20:15:48Z"
build_date: "2021-09-13T20:41:14Z"
build_hash: c6e8ce29423336f827d2ca5c737595561c84539c
go_version: go1.14.14
version: v0.13.2
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.2
appVersion: v0.0.2
version: v0.0.3
appVersion: v0.0.3
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.2
tag: v0.0.3
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit cdd2eef

Please sign in to comment.