Skip to content

Commit d4b8ce0

Browse files
authored
Release artifacts for release v0.0.5 (#47)
Issue #, if available: Need to do a dev preview release. Description of changes: release artifacts for release v0.0.5 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9df7dd6 commit d4b8ce0

File tree

11 files changed

+15
-9
lines changed

11 files changed

+15
-9
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: "2022-12-24T00:37:23Z"
3-
build_hash: 16f0e201b37a06b535370cc69e11adb934a22d33
2+
build_date: "2022-12-29T19:31:19Z"
3+
build_hash: 4e4052d49c6c272312b98aa030fe61bc4092eb64
44
go_version: go1.19
5-
version: v0.20.1-18-g16f0e20
6-
api_directory_checksum: a1e396caca4bdd1612fa7d09f0ee56f3e4976ff7
5+
version: v0.21.0-7-g4e4052d
6+
api_directory_checksum: ee32acc4d4a0ba7e2823dd20fdbe2c4ef1d9e0f4
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:

apis/v1alpha1/acl.go

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

apis/v1alpha1/cluster.go

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

apis/v1alpha1/parameter_group.go

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

apis/v1alpha1/snapshot.go

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

apis/v1alpha1/subnet_group.go

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

apis/v1alpha1/user.go

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

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/memorydb-controller
9-
newTag: v0.0.4
9+
newTag: v0.0.5

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: memorydb-chart
33
description: A Helm chart for the ACK service controller for Amazon MemoryDB for Redis (MemoryDB)
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/memorydb-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v0.0.4".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v0.0.5".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

0 commit comments

Comments
 (0)