Skip to content

Commit 25104bd

Browse files
ack-botci-robot
and
ci-robot
authored
Update to ACK runtime v0.43.0, code-generator v0.43.2 (#244)
Co-authored-by: ci-robot <[email protected]>
1 parent 48c8f72 commit 25104bd

File tree

53 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+58
-58
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ack_generate_info:
2-
build_date: "2025-02-18T00:51:49Z"
3-
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
4-
go_version: go1.23.6
5-
version: v0.43.0
6-
api_directory_checksum: 3a83e3e04bb049345203b77de8f4bbf46f808b0a
2+
build_date: "2025-02-20T17:55:49Z"
3+
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
4+
go_version: go1.24.0
5+
version: v0.43.2
6+
api_directory_checksum: b31faecf6092fab9677498f3624e624fee4cbaed
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/capacity_reservation.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/dhcp_options.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/elastic_ip_address.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/flow_log.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/instance.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/internet_gateway.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/nat_gateway.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/network_acl.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/route_table.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/security_group.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/subnet.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/transit_gateway.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/vpc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/vpc_endpoint.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/vpc_endpoint_service_configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/vpc_peering_connection.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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/ec2-controller
9-
newTag: 1.3.5
9+
newTag: 1.3.6

config/crd/bases/ec2.services.k8s.aws_capacityreservations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ spec:
308308
type: object
309309
conditions:
310310
description: |-
311-
All CRS managed by ACK have a common `Status.Conditions` member that
311+
All CRs managed by ACK have a common `Status.Conditions` member that
312312
contains a collection of `ackv1alpha1.Condition` objects that describe
313313
the various terminal states of the CR and its backend AWS service API
314314
resource

config/crd/bases/ec2.services.k8s.aws_dhcpoptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
type: object
134134
conditions:
135135
description: |-
136-
All CRS managed by ACK have a common `Status.Conditions` member that
136+
All CRs managed by ACK have a common `Status.Conditions` member that
137137
contains a collection of `ackv1alpha1.Condition` objects that describe
138138
the various terminal states of the CR and its backend AWS service API
139139
resource

config/crd/bases/ec2.services.k8s.aws_elasticipaddresses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
type: string
128128
conditions:
129129
description: |-
130-
All CRS managed by ACK have a common `Status.Conditions` member that
130+
All CRs managed by ACK have a common `Status.Conditions` member that
131131
contains a collection of `ackv1alpha1.Condition` objects that describe
132132
the various terminal states of the CR and its backend AWS service API
133133
resource

config/crd/bases/ec2.services.k8s.aws_flowlogs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ spec:
184184
type: string
185185
conditions:
186186
description: |-
187-
All CRS managed by ACK have a common `Status.Conditions` member that
187+
All CRs managed by ACK have a common `Status.Conditions` member that
188188
contains a collection of `ackv1alpha1.Condition` objects that describe
189189
the various terminal states of the CR and its backend AWS service API
190190
resource

config/crd/bases/ec2.services.k8s.aws_instances.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ spec:
634634
type: string
635635
conditions:
636636
description: |-
637-
All CRS managed by ACK have a common `Status.Conditions` member that
637+
All CRs managed by ACK have a common `Status.Conditions` member that
638638
contains a collection of `ackv1alpha1.Condition` objects that describe
639639
the various terminal states of the CR and its backend AWS service API
640640
resource

config/crd/bases/ec2.services.k8s.aws_internetgateways.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ spec:
151151
type: array
152152
conditions:
153153
description: |-
154-
All CRS managed by ACK have a common `Status.Conditions` member that
154+
All CRs managed by ACK have a common `Status.Conditions` member that
155155
contains a collection of `ackv1alpha1.Condition` objects that describe
156156
the various terminal states of the CR and its backend AWS service API
157157
resource

config/crd/bases/ec2.services.k8s.aws_natgateways.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
type: object
148148
conditions:
149149
description: |-
150-
All CRS managed by ACK have a common `Status.Conditions` member that
150+
All CRs managed by ACK have a common `Status.Conditions` member that
151151
contains a collection of `ackv1alpha1.Condition` objects that describe
152152
the various terminal states of the CR and its backend AWS service API
153153
resource

config/crd/bases/ec2.services.k8s.aws_networkacls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ spec:
181181
type: object
182182
conditions:
183183
description: |-
184-
All CRS managed by ACK have a common `Status.Conditions` member that
184+
All CRs managed by ACK have a common `Status.Conditions` member that
185185
contains a collection of `ackv1alpha1.Condition` objects that describe
186186
the various terminal states of the CR and its backend AWS service API
187187
resource

config/crd/bases/ec2.services.k8s.aws_routetables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ spec:
247247
type: array
248248
conditions:
249249
description: |-
250-
All CRS managed by ACK have a common `Status.Conditions` member that
250+
All CRs managed by ACK have a common `Status.Conditions` member that
251251
contains a collection of `ackv1alpha1.Condition` objects that describe
252252
the various terminal states of the CR and its backend AWS service API
253253
resource

config/crd/bases/ec2.services.k8s.aws_securitygroups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ spec:
320320
type: object
321321
conditions:
322322
description: |-
323-
All CRS managed by ACK have a common `Status.Conditions` member that
323+
All CRs managed by ACK have a common `Status.Conditions` member that
324324
contains a collection of `ackv1alpha1.Condition` objects that describe
325325
the various terminal states of the CR and its backend AWS service API
326326
resource

config/crd/bases/ec2.services.k8s.aws_subnets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
type: integer
201201
conditions:
202202
description: |-
203-
All CRS managed by ACK have a common `Status.Conditions` member that
203+
All CRs managed by ACK have a common `Status.Conditions` member that
204204
contains a collection of `ackv1alpha1.Condition` objects that describe
205205
the various terminal states of the CR and its backend AWS service API
206206
resource

config/crd/bases/ec2.services.k8s.aws_transitgateways.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
type: object
125125
conditions:
126126
description: |-
127-
All CRS managed by ACK have a common `Status.Conditions` member that
127+
All CRs managed by ACK have a common `Status.Conditions` member that
128128
contains a collection of `ackv1alpha1.Condition` objects that describe
129129
the various terminal states of the CR and its backend AWS service API
130130
resource

config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spec:
237237
type: object
238238
conditions:
239239
description: |-
240-
All CRS managed by ACK have a common `Status.Conditions` member that
240+
All CRs managed by ACK have a common `Status.Conditions` member that
241241
contains a collection of `ackv1alpha1.Condition` objects that describe
242242
the various terminal states of the CR and its backend AWS service API
243243
resource

config/crd/bases/ec2.services.k8s.aws_vpcendpointserviceconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
type: array
145145
conditions:
146146
description: |-
147-
All CRS managed by ACK have a common `Status.Conditions` member that
147+
All CRs managed by ACK have a common `Status.Conditions` member that
148148
contains a collection of `ackv1alpha1.Condition` objects that describe
149149
the various terminal states of the CR and its backend AWS service API
150150
resource

config/crd/bases/ec2.services.k8s.aws_vpcpeeringconnections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ spec:
212212
type: object
213213
conditions:
214214
description: |-
215-
All CRS managed by ACK have a common `Status.Conditions` member that
215+
All CRs managed by ACK have a common `Status.Conditions` member that
216216
contains a collection of `ackv1alpha1.Condition` objects that describe
217217
the various terminal states of the CR and its backend AWS service API
218218
resource

config/crd/bases/ec2.services.k8s.aws_vpcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ spec:
201201
type: array
202202
conditions:
203203
description: |-
204-
All CRS managed by ACK have a common `Status.Conditions` member that
204+
All CRs managed by ACK have a common `Status.Conditions` member that
205205
contains a collection of `ackv1alpha1.Condition` objects that describe
206206
the various terminal states of the CR and its backend AWS service API
207207
resource

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: ec2-chart
33
description: A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2)
4-
version: 1.3.5
5-
appVersion: 1.3.5
4+
version: 1.3.6
5+
appVersion: 1.3.6
66
home: https://github.com/aws-controllers-k8s/ec2-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/ec2.services.k8s.aws_capacityreservations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ spec:
308308
type: object
309309
conditions:
310310
description: |-
311-
All CRS managed by ACK have a common `Status.Conditions` member that
311+
All CRs managed by ACK have a common `Status.Conditions` member that
312312
contains a collection of `ackv1alpha1.Condition` objects that describe
313313
the various terminal states of the CR and its backend AWS service API
314314
resource

helm/crds/ec2.services.k8s.aws_dhcpoptions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
type: object
134134
conditions:
135135
description: |-
136-
All CRS managed by ACK have a common `Status.Conditions` member that
136+
All CRs managed by ACK have a common `Status.Conditions` member that
137137
contains a collection of `ackv1alpha1.Condition` objects that describe
138138
the various terminal states of the CR and its backend AWS service API
139139
resource

helm/crds/ec2.services.k8s.aws_elasticipaddresses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
type: string
128128
conditions:
129129
description: |-
130-
All CRS managed by ACK have a common `Status.Conditions` member that
130+
All CRs managed by ACK have a common `Status.Conditions` member that
131131
contains a collection of `ackv1alpha1.Condition` objects that describe
132132
the various terminal states of the CR and its backend AWS service API
133133
resource

helm/crds/ec2.services.k8s.aws_flowlogs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ spec:
184184
type: string
185185
conditions:
186186
description: |-
187-
All CRS managed by ACK have a common `Status.Conditions` member that
187+
All CRs managed by ACK have a common `Status.Conditions` member that
188188
contains a collection of `ackv1alpha1.Condition` objects that describe
189189
the various terminal states of the CR and its backend AWS service API
190190
resource

helm/crds/ec2.services.k8s.aws_instances.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ spec:
634634
type: string
635635
conditions:
636636
description: |-
637-
All CRS managed by ACK have a common `Status.Conditions` member that
637+
All CRs managed by ACK have a common `Status.Conditions` member that
638638
contains a collection of `ackv1alpha1.Condition` objects that describe
639639
the various terminal states of the CR and its backend AWS service API
640640
resource

helm/crds/ec2.services.k8s.aws_internetgateways.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ spec:
151151
type: array
152152
conditions:
153153
description: |-
154-
All CRS managed by ACK have a common `Status.Conditions` member that
154+
All CRs managed by ACK have a common `Status.Conditions` member that
155155
contains a collection of `ackv1alpha1.Condition` objects that describe
156156
the various terminal states of the CR and its backend AWS service API
157157
resource

0 commit comments

Comments
 (0)