From 09ccb34cc5f38e92dea13b82de1ef8775f6f892b Mon Sep 17 00:00:00 2001 From: Hanley Yin Date: Mon, 18 Nov 2024 14:35:27 -0500 Subject: [PATCH] Release artifacts for release v1.0.0 (#73) Description of changes: Release artifacts for release v1.0.0 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- apis/v1alpha1/ack-generate-metadata.yaml | 4 ++-- config/controller/kustomization.yaml | 2 +- helm/Chart.yaml | 4 ++-- helm/templates/NOTES.txt | 2 +- helm/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index a4722d9..2ac3bde 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,7 +1,7 @@ ack_generate_info: - build_date: "2024-11-15T06:51:21Z" + build_date: "2024-11-15T19:35:19Z" build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b - go_version: go1.23.4 + go_version: go1.23.3 version: v0.39.1-4-g9715a2a api_directory_checksum: 2a5ffd53d814dd7186cef799fb8fb320d6bf6866 api_version: v1alpha1 diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index acc1890..a041058 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/acmpca-controller - newTag: 0.0.20 + newTag: 1.0.0 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8db763a..53bcfd4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: acmpca-chart description: A Helm chart for the ACK service controller for AWS Private Certificate Authority (PCA) -version: 0.0.20 -appVersion: 0.0.20 +version: 1.0.0 +appVersion: 1.0.0 home: https://github.com/aws-controllers-k8s/acmpca-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 9625b08..42a0f44 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/acmpca-controller:0.0.20". +This chart deploys "public.ecr.aws/aws-controllers-k8s/acmpca-controller:1.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 02e22c6..3b8c137 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/acmpca-controller - tag: 0.0.20 + tag: 1.0.0 pullPolicy: IfNotPresent pullSecrets: []