Skip to content

Commit 4312db6

Browse files
authored
Update to ACK runtime v0.39.0, code-generator v0.39.1 (#54)
### Update to ACK runtime `v0.39.0`, code-generator `v0.39.1` ---------- * ACK code-generator `v0.39.1` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.39.1) * ACK runtime `v0.39.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.39.0) ---------- NOTE: This PR increments the release version of service controller from `v0.0.17` to `v0.0.18` Once this PR is merged, release `v0.0.18` 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 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.18 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.
1 parent 4e20c0f commit 4312db6

20 files changed

+133
-473
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2024-08-29T17:03:54Z"
3-
build_hash: f8f98563404066ac3340db0a049d2e530e5c51cc
4-
go_version: go1.22.5
5-
version: v0.38.1
2+
build_date: "2024-10-10T03:57:16Z"
3+
build_hash: 36c2d234498c2bc4f60773ab8df632af4067f43b
4+
go_version: go1.23.2
5+
version: v0.39.1
66
api_directory_checksum: 78fb7fd24a85da24b8de6246cad67ff3fb6598f8
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.49.0

config/controller/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/route53-controller
9-
newTag: 0.0.17
9+
newTag: 0.0.18

config/crd/bases/route53.services.k8s.aws_healthchecks.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.2
77
name: healthchecks.route53.services.k8s.aws
88
spec:
99
group: route53.services.k8s.aws
@@ -40,7 +40,6 @@ spec:
4040
description: |-
4141
HealthCheckSpec defines the desired state of HealthCheck.
4242
43-
4443
A complex type that contains information about one health check that is associated
4544
with the current Amazon Web Services account.
4645
properties:
@@ -108,7 +107,6 @@ spec:
108107
specified health check or hosted zone and/or the tags that you want to edit
109108
Value for.
110109
111-
112110
You can add a maximum of 10 tags to a health check or a hosted zone.
113111
items:
114112
description: |-
@@ -141,7 +139,6 @@ spec:
141139
when it has verified that an "adopted" resource (a resource where the
142140
ARN annotation was set by the Kubernetes user on the CR) exists and
143141
matches the supplied CR's Spec field values.
144-
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
145142
https://github.com/aws/aws-controllers-k8s/issues/270
146143
type: string
147144
ownerAccountID:

config/crd/bases/route53.services.k8s.aws_hostedzones.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.2
77
name: hostedzones.route53.services.k8s.aws
88
spec:
99
group: route53.services.k8s.aws
@@ -40,7 +40,6 @@ spec:
4040
description: |-
4141
HostedZoneSpec defines the desired state of HostedZone.
4242
43-
4443
A complex type that contains general information about the hosted zone.
4544
properties:
4645
delegationSetID:
@@ -50,7 +49,6 @@ spec:
5049
you created it. For more information about reusable delegation sets, see
5150
CreateReusableDelegationSet (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html).
5251
53-
5452
If you are using a reusable delegation set to create a public hosted zone
5553
for a subdomain, make sure that the parent hosted zone doesn't use one or
5654
more of the same name servers. If you have overlapping nameservers, the operation
@@ -60,13 +58,10 @@ spec:
6058
description: |-
6159
(Optional) A complex type that contains the following optional values:
6260
63-
6461
* For public and private hosted zones, an optional comment
6562
66-
6763
* For private hosted zones, an optional PrivateZone element
6864
69-
7065
If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig
7166
and the other elements.
7267
properties:
@@ -82,7 +77,6 @@ spec:
8277
the domain name is fully qualified. This means that Route 53 treats www.example.com
8378
(without a trailing dot) and www.example.com. (with a trailing dot) as identical.
8479
85-
8680
If you're creating a public hosted zone, this is the name you have registered
8781
with your DNS registrar. If your domain name is registered with a registrar
8882
other than Route 53, change the name servers for your domain to the set of
@@ -94,7 +88,6 @@ spec:
9488
specified health check or hosted zone and/or the tags that you want to edit
9589
Value for.
9690
97-
9891
You can add a maximum of 10 tags to a health check or a hosted zone.
9992
items:
10093
description: |-
@@ -112,12 +105,10 @@ spec:
112105
(Private hosted zones only) A complex type that contains information about
113106
the Amazon VPC that you're associating with this hosted zone.
114107
115-
116108
You can specify only one Amazon VPC when you create a private hosted zone.
117109
If you are associating a VPC with a hosted zone with this request, the paramaters
118110
VPCId and VPCRegion are also required.
119111
120-
121112
To associate additional Amazon VPCs with the hosted zone, use AssociateVPCWithHostedZone
122113
(https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html)
123114
after you create a hosted zone.
@@ -148,7 +139,6 @@ spec:
148139
when it has verified that an "adopted" resource (a resource where the
149140
ARN annotation was set by the Kubernetes user on the CR) exists and
150141
matches the supplied CR's Spec field values.
151-
TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse
152142
https://github.com/aws/aws-controllers-k8s/issues/270
153143
type: string
154144
ownerAccountID:

0 commit comments

Comments
 (0)