Skip to content

Commit f9de752

Browse files
release artifacts for release v0.0.5 (#54)
Issue #, if available: Description of changes: * support Tags field for resources (on create) release v0.0.5 * Artifacts generated per the steps: https://github.com/aws-controllers-k8s/community/blob/main/docs/content/docs/contributor-docs/release.md By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7e991d4 commit f9de752

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ack_generate_info:
2-
build_date: "2021-09-10T19:15:20Z"
3-
build_hash: 156715a12fb8fc11d00f6277a2d6060d254da5e9
4-
go_version: go1.17
2+
build_date: "2021-09-13T18:13:33Z"
3+
build_hash: c6e8ce29423336f827d2ca5c737595561c84539c
4+
go_version: go1.15.2
55
version: v0.13.2
6-
api_directory_checksum: 0013960b3201a50a05f2a34fbce35b24c70d4177
6+
api_directory_checksum: 69c917d1e1ee2b196c23799a02417b920297bc74
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.38.52
99
generator_config_info:

apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: elasticache-chart
33
description: A Helm chart for the ACK service controller for Amazon ElastiCache (ElastiCache)
4-
version: v0.0.4
5-
appVersion: v0.0.4
4+
version: v0.0.5
5+
appVersion: v0.0.5
66
home: https://github.com/aws-controllers-k8s/elasticache-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/elasticache-controller
7-
tag: v0.0.4
7+
tag: v0.0.5
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)