Skip to content

Commit

Permalink
Release artifacts for release v1.0.0 (#73)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
HanleyYin authored Nov 18, 2024
1 parent 10f3984 commit 09ccb34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 }}"
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/acmpca-controller
tag: 0.0.20
tag: 1.0.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 09ccb34

Please sign in to comment.