Commit 2451cc9
authored
### Update to ACK runtime `v0.52.0`, code-generator `v0.52.0`
----------
* ACK code-generator `v0.52.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.52.0)
* ACK runtime `v0.52.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.52.0)
----------
NOTE:
This PR increments the release version of service controller from `v1.1.0` to `v1.1.1`
Once this PR is merged, release `v1.1.1` 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.
==== 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
Running GO mod tidy
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-v1.1.1
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 eb89639 commit 2451cc9
File tree
18 files changed
+70
-58
lines changed- apis/v1alpha1
- config/controller
- helm
- templates
- pkg/resource
- api_mapping
- api
- authorizer
- deployment
- domain_name
- integration
- route
- stage
- vpc_link
18 files changed
+70
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| 94 | + | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments