Skip to content

Commit 66d3850

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

28 files changed

+82
-203
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ack_generate_info:
2-
build_date: "2022-09-06T13:03:52Z"
3-
build_hash: 585f06bbd6d4cc1b738acb85901e7a009bf452c7
2+
build_date: "2022-12-08T18:23:02Z"
3+
build_hash: 12246c7da82841b351ec7a9e1f139f9338f2784b
44
go_version: go1.17.5
5-
version: v0.20.0
5+
version: v0.21.0
66
api_directory_checksum: c69d75f37400a8d4d6eb4362eb743005531a7b2c
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.42.0
8+
aws_sdk_go_version: v1.44.93
99
generator_config_info:
1010
file_checksum: 52b0fd0e1882461d1c0694dd583d1ef7e655c5c1
1111
original_file_name: generator.yaml

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/apigatewayv2-controller
9-
newTag: v0.1.4
9+
newTag: v0.1.5

config/crd/bases/apigatewayv2.services.k8s.aws_apis.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: apis.apigatewayv2.services.k8s.aws
109
spec:
@@ -194,9 +193,3 @@ spec:
194193
storage: true
195194
subresources:
196195
status: {}
197-
status:
198-
acceptedNames:
199-
kind: ""
200-
plural: ""
201-
conditions: []
202-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_authorizers.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: authorizers.apigatewayv2.services.k8s.aws
109
spec:
@@ -42,8 +41,7 @@ spec:
4241
apiRef:
4342
description: 'AWSResourceReferenceWrapper provides a wrapper around
4443
*AWSResourceReference type to provide more user friendly syntax
45-
for references using ''from'' field Ex: APIIDRef: from: name:
46-
my-api'
44+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
4745
properties:
4846
from:
4947
description: AWSResourceReference provides all the values necessary
@@ -164,9 +162,3 @@ spec:
164162
storage: true
165163
subresources:
166164
status: {}
167-
status:
168-
acceptedNames:
169-
kind: ""
170-
plural: ""
171-
conditions: []
172-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_deployments.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: deployments.apigatewayv2.services.k8s.aws
109
spec:
@@ -44,8 +43,7 @@ spec:
4443
apiRef:
4544
description: 'AWSResourceReferenceWrapper provides a wrapper around
4645
*AWSResourceReference type to provide more user friendly syntax
47-
for references using ''from'' field Ex: APIIDRef: from: name:
48-
my-api'
46+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
4947
properties:
5048
from:
5149
description: AWSResourceReference provides all the values necessary
@@ -141,9 +139,3 @@ spec:
141139
storage: true
142140
subresources:
143141
status: {}
144-
status:
145-
acceptedNames:
146-
kind: ""
147-
plural: ""
148-
conditions: []
149-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_integrations.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: integrations.apigatewayv2.services.k8s.aws
109
spec:
@@ -42,8 +41,7 @@ spec:
4241
apiRef:
4342
description: 'AWSResourceReferenceWrapper provides a wrapper around
4443
*AWSResourceReference type to provide more user friendly syntax
45-
for references using ''from'' field Ex: APIIDRef: from: name:
46-
my-api'
44+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
4745
properties:
4846
from:
4947
description: AWSResourceReference provides all the values necessary
@@ -58,8 +56,7 @@ spec:
5856
connectionRef:
5957
description: 'AWSResourceReferenceWrapper provides a wrapper around
6058
*AWSResourceReference type to provide more user friendly syntax
61-
for references using ''from'' field Ex: APIIDRef: from: name:
62-
my-api'
59+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
6360
properties:
6461
from:
6562
description: AWSResourceReference provides all the values necessary
@@ -196,9 +193,3 @@ spec:
196193
storage: true
197194
subresources:
198195
status: {}
199-
status:
200-
acceptedNames:
201-
kind: ""
202-
plural: ""
203-
conditions: []
204-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_routes.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: routes.apigatewayv2.services.k8s.aws
109
spec:
@@ -44,8 +43,7 @@ spec:
4443
apiRef:
4544
description: 'AWSResourceReferenceWrapper provides a wrapper around
4645
*AWSResourceReference type to provide more user friendly syntax
47-
for references using ''from'' field Ex: APIIDRef: from: name:
48-
my-api'
46+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
4947
properties:
5048
from:
5149
description: AWSResourceReference provides all the values necessary
@@ -66,8 +64,7 @@ spec:
6664
authorizerRef:
6765
description: 'AWSResourceReferenceWrapper provides a wrapper around
6866
*AWSResourceReference type to provide more user friendly syntax
69-
for references using ''from'' field Ex: APIIDRef: from: name:
70-
my-api'
67+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
7168
properties:
7269
from:
7370
description: AWSResourceReference provides all the values necessary
@@ -103,8 +100,7 @@ spec:
103100
targetRef:
104101
description: 'AWSResourceReferenceWrapper provides a wrapper around
105102
*AWSResourceReference type to provide more user friendly syntax
106-
for references using ''from'' field Ex: APIIDRef: from: name:
107-
my-api'
103+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
108104
properties:
109105
from:
110106
description: AWSResourceReference provides all the values necessary
@@ -191,9 +187,3 @@ spec:
191187
storage: true
192188
subresources:
193189
status: {}
194-
status:
195-
acceptedNames:
196-
kind: ""
197-
plural: ""
198-
conditions: []
199-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_stages.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: stages.apigatewayv2.services.k8s.aws
109
spec:
@@ -52,8 +51,7 @@ spec:
5251
apiRef:
5352
description: 'AWSResourceReferenceWrapper provides a wrapper around
5453
*AWSResourceReference type to provide more user friendly syntax
55-
for references using ''from'' field Ex: APIIDRef: from: name:
56-
my-api'
54+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
5755
properties:
5856
from:
5957
description: AWSResourceReference provides all the values necessary
@@ -88,8 +86,7 @@ spec:
8886
deploymentRef:
8987
description: 'AWSResourceReferenceWrapper provides a wrapper around
9088
*AWSResourceReference type to provide more user friendly syntax
91-
for references using ''from'' field Ex: APIIDRef: from: name:
92-
my-api'
89+
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
9390
properties:
9491
from:
9592
description: AWSResourceReference provides all the values necessary
@@ -212,9 +209,3 @@ spec:
212209
storage: true
213210
subresources:
214211
status: {}
215-
status:
216-
acceptedNames:
217-
kind: ""
218-
plural: ""
219-
conditions: []
220-
storedVersions: []

config/crd/bases/apigatewayv2.services.k8s.aws_vpclinks.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: vpclinks.apigatewayv2.services.k8s.aws
109
spec:
@@ -136,9 +135,3 @@ spec:
136135
storage: true
137136
subresources:
138137
status: {}
139-
status:
140-
acceptedNames:
141-
kind: ""
142-
plural: ""
143-
conditions: []
144-
storedVersions: []

config/crd/common/bases/services.k8s.aws_adoptedresources.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.7.0
6+
controller-gen.kubebuilder.io/version: v0.9.2
87
creationTimestamp: null
98
name: adoptedresources.services.k8s.aws
109
spec:
@@ -170,6 +169,7 @@ spec:
170169
- name
171170
- uid
172171
type: object
172+
x-kubernetes-map-type: atomic
173173
type: array
174174
type: object
175175
required:
@@ -224,9 +224,3 @@ spec:
224224
storage: true
225225
subresources:
226226
status: {}
227-
status:
228-
acceptedNames:
229-
kind: ""
230-
plural: ""
231-
conditions: []
232-
storedVersions: []

0 commit comments

Comments
 (0)