From 9dab3220359129910944bd6562f14c8a498dee69 Mon Sep 17 00:00:00 2001 From: Raghav Muddur Date: Wed, 5 Apr 2023 11:09:35 -0700 Subject: [PATCH] release artifacts for release v1.0.0 --- apis/v1alpha1/ack-generate-metadata.yaml | 8 ++++---- config/controller/kustomization.yaml | 2 +- helm/Chart.yaml | 4 ++-- helm/templates/NOTES.txt | 2 +- helm/values.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index 7c60fb9..6aca8ff 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,8 +1,8 @@ ack_generate_info: - build_date: "2023-03-22T22:19:23Z" - build_hash: fa24753ea8b657d8815ae3eac7accd0958f5f9fb - go_version: go1.19 - version: v0.25.0 + build_date: "2023-04-05T18:08:25Z" + build_hash: a6ae2078e57187b2daf47978bc07bd67072d2cba + go_version: go1.20.3 + version: v0.25.0-1-ga6ae207 api_directory_checksum: 863961569e4c45d940e482713a85bac302b37d66 api_version: v1alpha1 aws_sdk_go_version: v1.44.93 diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 2033bd1..2cfb6dc 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: public.ecr.aws/aws-controllers-k8s/memorydb-controller - newTag: v0.0.12 + newTag: v1.0.0 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index eb3db45..7cea59f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: memorydb-chart description: A Helm chart for the ACK service controller for Amazon MemoryDB for Redis (MemoryDB) -version: v0.0.12 -appVersion: v0.0.12 +version: v1.0.0 +appVersion: v1.0.0 home: https://github.com/aws-controllers-k8s/memorydb-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index 6b0f7c5..0638709 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -1,5 +1,5 @@ {{ .Chart.Name }} has been installed. -This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v0.0.12". +This chart deploys "public.ecr.aws/aws-controllers-k8s/memorydb-controller:v1.0.0". Check its status by running: kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}" diff --git a/helm/values.yaml b/helm/values.yaml index 8489bef..e7dc616 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/memorydb-controller - tag: v0.0.12 + tag: v1.0.0 pullPolicy: IfNotPresent pullSecrets: []