Skip to content

Commit 39a6d3b

Browse files
authored
Update to ACK runtime v0.36.0, code-generator v0.36.0 (#207)
### Update to ACK runtime `v0.36.0`, code-generator `v0.36.0` ---------- * ACK code-generator `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.36.0) * ACK runtime `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.36.0) ---------- NOTE: This PR increments the release version of service controller from `v1.2.15` to `v1.2.16` Once this PR is merged, release `v1.2.16` will be automatically created for `ec2-controller` **Please close this PR, if you do not want the new patch release for `ec2-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building ec2-controller ==== Copying common custom resource definitions into ec2 Building Kubernetes API objects for ec2 Generating deepcopy code for ec2 Generating custom resource definitions for ec2 Building service controller for ec2 Generating RBAC manifests for ec2 Running gofmt against generated code for ec2 Updating additional GitHub repository maintenance files ==== building ec2-controller release artifacts ==== Building release artifacts for ec2-v1.2.16 Generating common custom resource definitions Generating custom resource definitions for ec2 Generating RBAC manifests for ec2 ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 55c98ba commit 39a6d3b

37 files changed

+267
-69
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2024-07-19T22:53:54Z"
3-
build_hash: f0a0f42d507c550c2b063a192b3b43e4522bdd9c
2+
build_date: "2024-08-06T02:52:04Z"
3+
build_hash: 587b90dc860e91ee9a763e9e3bc4d3f1b2fbddb7
44
go_version: go1.22.5
5-
version: v0.35.0
5+
version: v0.36.0
66
api_directory_checksum: 1b53401670898ce50e6d6cc8bfba6b63ea7d5683
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93

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.2.15
9+
newTag: 1.2.16

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ spec:
9191
properties:
9292
name:
9393
type: string
94+
namespace:
95+
type: string
9496
type: object
9597
type: object
9698
type: array

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ spec:
6161
properties:
6262
name:
6363
type: string
64+
namespace:
65+
type: string
6466
type: object
6567
type: object
6668
type: array
@@ -98,6 +100,8 @@ spec:
98100
properties:
99101
name:
100102
type: string
103+
namespace:
104+
type: string
101105
type: object
102106
type: object
103107
type: object

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ spec:
7070
properties:
7171
name:
7272
type: string
73+
namespace:
74+
type: string
7375
type: object
7476
type: object
7577
connectivityType:
@@ -93,6 +95,8 @@ spec:
9395
properties:
9496
name:
9597
type: string
98+
namespace:
99+
type: string
96100
type: object
97101
type: object
98102
tags:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ spec:
6868
properties:
6969
name:
7070
type: string
71+
namespace:
72+
type: string
7173
type: object
7274
type: object
7375
type: object
@@ -141,6 +143,8 @@ spec:
141143
properties:
142144
name:
143145
type: string
146+
namespace:
147+
type: string
144148
type: object
145149
type: object
146150
type: object

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
properties:
7575
name:
7676
type: string
77+
namespace:
78+
type: string
7779
type: object
7880
type: object
7981
instanceID:
@@ -92,6 +94,8 @@ spec:
9294
properties:
9395
name:
9496
type: string
97+
namespace:
98+
type: string
9599
type: object
96100
type: object
97101
networkInterfaceID:
@@ -108,6 +112,8 @@ spec:
108112
properties:
109113
name:
110114
type: string
115+
namespace:
116+
type: string
111117
type: object
112118
type: object
113119
vpcEndpointID:
@@ -122,6 +128,8 @@ spec:
122128
properties:
123129
name:
124130
type: string
131+
namespace:
132+
type: string
125133
type: object
126134
type: object
127135
vpcPeeringConnectionID:
@@ -136,6 +144,8 @@ spec:
136144
properties:
137145
name:
138146
type: string
147+
namespace:
148+
type: string
139149
type: object
140150
type: object
141151
type: object
@@ -170,6 +180,8 @@ spec:
170180
properties:
171181
name:
172182
type: string
183+
namespace:
184+
type: string
173185
type: object
174186
type: object
175187
type: object

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ spec:
130130
properties:
131131
name:
132132
type: string
133+
namespace:
134+
type: string
133135
type: object
134136
type: object
135137
peeringStatus:
@@ -150,6 +152,8 @@ spec:
150152
properties:
151153
name:
152154
type: string
155+
namespace:
156+
type: string
153157
type: object
154158
type: object
155159
type: object
@@ -226,6 +230,8 @@ spec:
226230
properties:
227231
name:
228232
type: string
233+
namespace:
234+
type: string
229235
type: object
230236
type: object
231237
peeringStatus:
@@ -246,6 +252,8 @@ spec:
246252
properties:
247253
name:
248254
type: string
255+
namespace:
256+
type: string
249257
type: object
250258
type: object
251259
type: object
@@ -295,6 +303,8 @@ spec:
295303
properties:
296304
name:
297305
type: string
306+
namespace:
307+
type: string
298308
type: object
299309
type: object
300310
required:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ spec:
125125
properties:
126126
name:
127127
type: string
128+
namespace:
129+
type: string
128130
type: object
129131
type: object
130132
type: array
@@ -162,6 +164,8 @@ spec:
162164
properties:
163165
name:
164166
type: string
167+
namespace:
168+
type: string
165169
type: object
166170
type: object
167171
type: object

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ spec:
103103
properties:
104104
name:
105105
type: string
106+
namespace:
107+
type: string
106108
type: object
107109
type: object
108110
type: array
@@ -127,6 +129,8 @@ spec:
127129
properties:
128130
name:
129131
type: string
132+
namespace:
133+
type: string
130134
type: object
131135
type: object
132136
type: array
@@ -157,6 +161,8 @@ spec:
157161
properties:
158162
name:
159163
type: string
164+
namespace:
165+
type: string
160166
type: object
161167
type: object
162168
type: array
@@ -197,6 +203,8 @@ spec:
197203
properties:
198204
name:
199205
type: string
206+
namespace:
207+
type: string
200208
type: object
201209
type: object
202210
required:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ spec:
8989
properties:
9090
name:
9191
type: string
92+
namespace:
93+
type: string
9294
type: object
9395
type: object
9496
requesterPeeringConnectionOptions:
@@ -133,6 +135,8 @@ spec:
133135
properties:
134136
name:
135137
type: string
138+
namespace:
139+
type: string
136140
type: object
137141
type: object
138142
type: object

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.5
66

77
require (
8-
github.com/aws-controllers-k8s/runtime v0.35.0
8+
github.com/aws-controllers-k8s/runtime v0.36.0
99
github.com/aws/aws-sdk-go v1.49.0
1010
github.com/go-logr/logr v1.4.1
1111
github.com/samber/lo v1.37.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/aws-controllers-k8s/runtime v0.35.0 h1:kLRLFOAcaFJRv/aEiWtb0qhlxFpwvmx6shCWNc1Tuas=
2-
github.com/aws-controllers-k8s/runtime v0.35.0/go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew=
1+
github.com/aws-controllers-k8s/runtime v0.36.0 h1:XEMVGfUwsT9QMShihuCLHlape+daJWyYtXj45s/iJiU=
2+
github.com/aws-controllers-k8s/runtime v0.36.0/go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew=
33
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
44
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
55
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

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.2.15
5-
appVersion: 1.2.15
4+
version: 1.2.16
5+
appVersion: 1.2.16
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_dhcpoptions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ spec:
9191
properties:
9292
name:
9393
type: string
94+
namespace:
95+
type: string
9496
type: object
9597
type: object
9698
type: array

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ spec:
6161
properties:
6262
name:
6363
type: string
64+
namespace:
65+
type: string
6466
type: object
6567
type: object
6668
type: array
@@ -98,6 +100,8 @@ spec:
98100
properties:
99101
name:
100102
type: string
103+
namespace:
104+
type: string
101105
type: object
102106
type: object
103107
type: object

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ spec:
7070
properties:
7171
name:
7272
type: string
73+
namespace:
74+
type: string
7375
type: object
7476
type: object
7577
connectivityType:
@@ -93,6 +95,8 @@ spec:
9395
properties:
9496
name:
9597
type: string
98+
namespace:
99+
type: string
96100
type: object
97101
type: object
98102
tags:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ spec:
6868
properties:
6969
name:
7070
type: string
71+
namespace:
72+
type: string
7173
type: object
7274
type: object
7375
type: object
@@ -141,6 +143,8 @@ spec:
141143
properties:
142144
name:
143145
type: string
146+
namespace:
147+
type: string
144148
type: object
145149
type: object
146150
type: object

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
properties:
7575
name:
7676
type: string
77+
namespace:
78+
type: string
7779
type: object
7880
type: object
7981
instanceID:
@@ -92,6 +94,8 @@ spec:
9294
properties:
9395
name:
9496
type: string
97+
namespace:
98+
type: string
9599
type: object
96100
type: object
97101
networkInterfaceID:
@@ -108,6 +112,8 @@ spec:
108112
properties:
109113
name:
110114
type: string
115+
namespace:
116+
type: string
111117
type: object
112118
type: object
113119
vpcEndpointID:
@@ -122,6 +128,8 @@ spec:
122128
properties:
123129
name:
124130
type: string
131+
namespace:
132+
type: string
125133
type: object
126134
type: object
127135
vpcPeeringConnectionID:
@@ -136,6 +144,8 @@ spec:
136144
properties:
137145
name:
138146
type: string
147+
namespace:
148+
type: string
139149
type: object
140150
type: object
141151
type: object
@@ -170,6 +180,8 @@ spec:
170180
properties:
171181
name:
172182
type: string
183+
namespace:
184+
type: string
173185
type: object
174186
type: object
175187
type: object

0 commit comments

Comments
 (0)