Skip to content

Commit 43eacf8

Browse files
author
Kyle Schultheiss
committed
Update acm SDK to v1.42.0 and regenerate
Bumps github.com/aws/aws-sdk-go-v2/service/acm from v1.33.0 to v1.42.0 and regenerates against the latest code-generator. Regeneration-only, no new functionality. New CRD fields introduced by the v1.42.0 model: - spec.managedBy (server-set, request-time only) -> late_initialize + is_immutable + compare.is_ignored to avoid a perpetual false delta / continuous no-op Update. - spec.options.export (server-defaulted, request-time only) -> late_initialize + compare.is_ignored for the same reason. - status.domainValidations[].httpRedirect and status.renewalSummary.domainValidationOptions[].httpRedirect are read-only status fields (no delta impact). The ACME resources present in the v1.42.0 model are ignored via ignore.resource_names; controllers for them are added in a follow-up.
1 parent 0a84244 commit 43eacf8

12 files changed

Lines changed: 1367 additions & 203 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2026-07-07T21:56:48Z"
3-
build_hash: 0a6b791fa10a6140d862be334a6891868ee588eb
4-
go_version: go1.26.4
5-
version: v0.61.0
6-
api_directory_checksum: 1f8c794be4a652f9a9cbd936b859e8f103e9291e
2+
build_date: "2026-07-17T17:59:11Z"
3+
build_hash: ab6940f9c532e013d284f670e50b727102b4126d
4+
go_version: go1.26.1
5+
version: v0.61.0-2-gab6940f
6+
api_directory_checksum: b63f5ff80e2d5be0938672b26850bebb37c52e2d
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.32.6
8+
aws_service_sdk_version: v1.42.0
99
generator_config_info:
10-
file_checksum: bd0a12d0529ef1e66f351dc61be00f8956aa966e
10+
file_checksum: 3f5e6a25a0bd83960ebc060bbd4feee99d3d8222
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/certificate.go

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

Lines changed: 145 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/generator.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
ignore:
2+
resource_names:
3+
- AcmeEndpoint
4+
- AcmeExternalAccountBinding
5+
- AcmeDomainValidation
26
field_paths:
37
- "RequestCertificateInput.IdempotencyToken"
48
- "RequestCertificateInput.ValidationMethod"
@@ -88,8 +92,17 @@ resources:
8892
is_immutable: true
8993
compare:
9094
is_ignored: true
95+
ManagedBy:
96+
late_initialize: {}
97+
is_immutable: true
98+
compare:
99+
is_ignored: true
91100
Options:
92101
late_initialize: {}
102+
Options.Export:
103+
late_initialize: {}
104+
compare:
105+
is_ignored: true
93106
# NOTE(jaypipes): The Create operation (RequestCertificate) has a
94107
# response with only a single field (certificateArn). All of the status
95108
# fields for the certificate are in the ReadOne operation

0 commit comments

Comments
 (0)