Commit d005f74
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.2.0` to `v1.2.1`
Once this PR is merged, release `v1.2.1` will be automatically created for `cloudfront-controller`
**Please close this PR, if you do not want the new patch release for `cloudfront-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building cloudfront-controller ====
Copying common custom resource definitions into cloudfront
Building Kubernetes API objects for cloudfront
Generating deepcopy code for cloudfront
Generating custom resource definitions for cloudfront
Building service controller for cloudfront
Running GO mod tidy
Generating RBAC manifests for cloudfront
Running gofmt against generated code for cloudfront
Updating additional GitHub repository maintenance files
==== building cloudfront-controller release artifacts ====
Building release artifacts for cloudfront-v1.2.1
Generating common custom resource definitions
Generating custom resource definitions for cloudfront
Generating RBAC manifests for cloudfront
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 118ae41 commit d005f74
File tree
16 files changed
+37
-25
lines changed- apis/v1alpha1
- config/controller
- helm
- templates
- pkg/resource
- cache_policy
- distribution
- function
- origin_access_control
- origin_request_policy
- response_headers_policy
- vpc_origin
16 files changed
+37
-25
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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| 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 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments