Skip to content

Commit

Permalink
Release artifacts for release v0.0.12 (#30)
Browse files Browse the repository at this point in the history
Description of changes:
This PR increments the release version of service controller from v0.0.11 to v0.0.12

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
vflaux authored Feb 10, 2024
1 parent 718d4e7 commit 80f736a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ack_generate_info:
build_date: "2024-02-09T14:53:45Z"
build_date: "2024-02-10T13:16:21Z"
build_hash: 92f531cde5631865cfc3dfa778cbc9611f3a64c3
go_version: go1.21.6
version: v0.29.2
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/acm-controller
newTag: 0.0.11
newTag: 0.0.12
13 changes: 6 additions & 7 deletions config/crd/bases/acm.services.k8s.aws_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,20 +201,19 @@ spec:
format: date-time
type: string
domainValidations:
description: |-
Contains information about the initial validation of each domain name that
occurs as a result of the RequestCertificate request. This field exists only
when the certificate type is AMAZON_ISSUED.
description: Contains information about the initial validation of
each domain name that occurs as a result of the RequestCertificate
request. This field exists only when the certificate type is AMAZON_ISSUED.
items:
description: Contains information about the validation of each domain
name in the certificate.
properties:
domainName:
type: string
resourceRecord:
description: |-
Contains a DNS record value that you can use to validate ownership or control
of a domain. This is used by the DescribeCertificate action.
description: Contains a DNS record value that you can use to
validate ownership or control of a domain. This is used by
the DescribeCertificate action.
properties:
name:
type: string
Expand Down
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: acm-chart
description: A Helm chart for the ACK service controller for AWS Certificate Manager (ACM)
version: 0.0.11
appVersion: 0.0.11
version: 0.0.12
appVersion: 0.0.12
home: https://github.com/aws-controllers-k8s/acm-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
13 changes: 6 additions & 7 deletions helm/crds/acm.services.k8s.aws_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,20 +201,19 @@ spec:
format: date-time
type: string
domainValidations:
description: |-
Contains information about the initial validation of each domain name that
occurs as a result of the RequestCertificate request. This field exists only
when the certificate type is AMAZON_ISSUED.
description: Contains information about the initial validation of
each domain name that occurs as a result of the RequestCertificate
request. This field exists only when the certificate type is AMAZON_ISSUED.
items:
description: Contains information about the validation of each domain
name in the certificate.
properties:
domainName:
type: string
resourceRecord:
description: |-
Contains a DNS record value that you can use to validate ownership or control
of a domain. This is used by the DescribeCertificate action.
description: Contains a DNS record value that you can use to
validate ownership or control of a domain. This is used by
the DescribeCertificate action.
properties:
name:
type: string
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/acm-controller:0.0.11".
This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:0.0.12".

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/acm-controller
tag: 0.0.11
tag: 0.0.12
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 80f736a

Please sign in to comment.