Skip to content

Commit

Permalink
Update to ACK runtime v0.43.0, code-generator v0.43.2 (#63)
Browse files Browse the repository at this point in the history
### Update to ACK runtime `v0.43.0`, code-generator `v0.43.2`

----------

* ACK code-generator `v0.43.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.43.2)
* ACK runtime `v0.43.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.43.0)

----------

NOTE:
This PR increments the release version of service controller from `v0.0.22` to `v0.0.23`

Once this PR is merged, release `v0.0.23` will be automatically created for `route53-controller`

**Please close this PR, if you do not want the new patch release for `route53-controller`**

----------

#### stdout for `make build-controller`:

```
building ack-generate ... ok.
==== building route53-controller ====
Copying common custom resource definitions into route53
Building Kubernetes API objects for route53
Generating deepcopy code for route53
Generating custom resource definitions for route53
Building service controller for route53
Running GO mod tidy
Generating RBAC manifests for route53
Running gofmt against generated code for route53
Updating additional GitHub repository maintenance files
==== building route53-controller release artifacts ====
Building release artifacts for route53-v0.0.23
Generating common custom resource definitions
Generating custom resource definitions for route53
Generating RBAC manifests for route53
```

----------

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ack-bot authored Feb 20, 2025
1 parent 0a88681 commit 31f639c
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 61 deletions.
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:00:36Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: ef701690985c9c04e2a0d155a3563d8d128b4990
build_date: "2025-02-20T18:21:43Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
go_version: go1.24.0
version: v0.43.2
api_directory_checksum: 0e842f9492e354f790fd6f70698b57776324fc31
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
2 changes: 1 addition & 1 deletion apis/v1alpha1/health_check.go

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

2 changes: 1 addition & 1 deletion apis/v1alpha1/hosted_zone.go

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

7 changes: 6 additions & 1 deletion apis/v1alpha1/record_set.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/route53-controller
newTag: 0.0.22
newTag: 0.0.23
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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 config/crd/bases/route53.services.k8s.aws_hostedzones.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
type: string
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
14 changes: 13 additions & 1 deletion config/crd/bases/route53.services.k8s.aws_recordsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ spec:
The ID of the hosted zone that contains the resource record sets that you
want to change.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
hostedZoneRef:
description: "AWSResourceReferenceWrapper provides a wrapper around
*AWSResourceReference\ntype to provide more user friendly syntax
Expand Down Expand Up @@ -443,6 +446,9 @@ spec:
You can't use the * wildcard for resource records sets that have a type
of NS.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
recordType:
description: |-
The DNS record type. For information about different record types and how
Expand Down Expand Up @@ -495,6 +501,9 @@ spec:
routing traffic to, and creating a CNAME record for the zone apex isn't
supported even for an alias record.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
region:
description: |-
Latency-based resource record sets only: The Amazon EC2 Region where you
Expand Down Expand Up @@ -551,6 +560,9 @@ spec:
For information about routing policies, see Choosing a Routing Policy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html)
in the Amazon Route 53 Developer Guide.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
ttl:
description: |-
The resource record cache time to live (TTL), in seconds. Note the following:
Expand Down Expand Up @@ -645,7 +657,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: route53-chart
description: A Helm chart for the ACK service controller for Amazon Route53 (Route53)
version: 0.0.22
appVersion: 0.0.22
version: 0.0.23
appVersion: 0.0.23
home: https://github.com/aws-controllers-k8s/route53-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/crds/route53.services.k8s.aws_healthchecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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/crds/route53.services.k8s.aws_hostedzones.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
type: string
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
14 changes: 13 additions & 1 deletion helm/crds/route53.services.k8s.aws_recordsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ spec:
The ID of the hosted zone that contains the resource record sets that you
want to change.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
hostedZoneRef:
description: "AWSResourceReferenceWrapper provides a wrapper around
*AWSResourceReference\ntype to provide more user friendly syntax
Expand Down Expand Up @@ -443,6 +446,9 @@ spec:
You can't use the * wildcard for resource records sets that have a type
of NS.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
recordType:
description: |-
The DNS record type. For information about different record types and how
Expand Down Expand Up @@ -495,6 +501,9 @@ spec:
routing traffic to, and creating a CNAME record for the zone apex isn't
supported even for an alias record.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
region:
description: |-
Latency-based resource record sets only: The Amazon EC2 Region where you
Expand Down Expand Up @@ -551,6 +560,9 @@ spec:
For information about routing policies, see Choosing a Routing Policy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html)
in the Amazon Route 53 Developer Guide.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
ttl:
description: |-
The resource record cache time to live (TTL), in seconds. Note the following:
Expand Down Expand Up @@ -645,7 +657,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/route53-controller:0.0.22".
This chart deploys "public.ecr.aws/aws-controllers-k8s/route53-controller:0.0.23".

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/route53-controller
tag: 0.0.22
tag: 0.0.23
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
21 changes: 0 additions & 21 deletions pkg/resource/health_check/sdk.go

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

21 changes: 0 additions & 21 deletions pkg/resource/record_set/sdk.go

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

0 comments on commit 31f639c

Please sign in to comment.