Skip to content

Update to ACK runtime v0.43.0, code-generator v0.43.2 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2025-02-18T01:07:06Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: 78a5d23ba8b0c12225d1afd2506d5524d9a7aa68
build_date: "2025-02-20T18:22:24Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
go_version: go1.24.0
version: v0.43.2
api_directory_checksum: 06c3fd0ed69ec69d489b2ca1582a2b21caaf2ad5
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
9 changes: 7 additions & 2 deletions apis/v1alpha1/certificate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 1.0.4
newTag: 1.0.5
17 changes: 16 additions & 1 deletion config/crd/bases/acm.services.k8s.aws_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,17 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateARN:
description: |-
The Amazon Resource Name (ARN) of an imported certificate to replace. This field is only valid when importing
an existing certificate into ACM.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateAuthorityARN:
description: |-
The Amazon Resource Name (ARN) of the private certificate authority (CA)
Expand All @@ -75,6 +81,9 @@ spec:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateAuthorityRef:
description: "AWSResourceReferenceWrapper provides a wrapper around
*AWSResourceReference\ntype to provide more user friendly syntax
Expand Down Expand Up @@ -112,6 +121,9 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
domainName:
description: |-
Fully qualified domain name (FQDN), such as www.example.com, that you want
Expand Down Expand Up @@ -201,6 +213,9 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
subjectAlternativeNames:
description: |-
Additional FQDNs to be included in the Subject Alternative Name extension
Expand Down Expand Up @@ -275,7 +290,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
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: 1.0.4
appVersion: 1.0.4
version: 1.0.5
appVersion: 1.0.5
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
17 changes: 16 additions & 1 deletion helm/crds/acm.services.k8s.aws_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,17 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateARN:
description: |-
The Amazon Resource Name (ARN) of an imported certificate to replace. This field is only valid when importing
an existing certificate into ACM.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateAuthorityARN:
description: |-
The Amazon Resource Name (ARN) of the private certificate authority (CA)
Expand All @@ -75,6 +81,9 @@ spec:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
certificateAuthorityRef:
description: "AWSResourceReferenceWrapper provides a wrapper around
*AWSResourceReference\ntype to provide more user friendly syntax
Expand Down Expand Up @@ -112,6 +121,9 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
domainName:
description: |-
Fully qualified domain name (FQDN), such as www.example.com, that you want
Expand Down Expand Up @@ -201,6 +213,9 @@ spec:
- key
type: object
x-kubernetes-map-type: atomic
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
subjectAlternativeNames:
description: |-
Additional FQDNs to be included in the Subject Alternative Name extension
Expand Down Expand Up @@ -275,7 +290,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
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:1.0.4".
This chart deploys "public.ecr.aws/aws-controllers-k8s/acm-controller:1.0.5".

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: 1.0.4
tag: 1.0.5
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
28 changes: 0 additions & 28 deletions pkg/resource/certificate/sdk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.