Commit c9a8c98
authored
### Update to ACK runtime `v0.56.0`, code-generator `v0.56.0`
----------
* ACK code-generator `v0.56.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.56.0)
* ACK runtime `v0.56.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.56.0)
----------
NOTE:
This PR increments the release version of service controller from `v1.1.2` to `v1.2.0`
Once this PR is merged, release `v1.2.0` will be automatically created for `networkfirewall-controller`
**Please close this PR, if you do not want the new patch release for `networkfirewall-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building networkfirewall-controller ====
Copying common custom resource definitions into networkfirewall
Building Kubernetes API objects for networkfirewall
Generating deepcopy code for networkfirewall
Generating custom resource definitions for networkfirewall
Building service controller for networkfirewall
Running GO mod tidy
Generating RBAC manifests for networkfirewall
Running gofmt against generated code for networkfirewall
Updating additional GitHub repository maintenance files
==== building networkfirewall-controller release artifacts ====
Building release artifacts for networkfirewall-v1.2.0
Generating common custom resource definitions
Generating custom resource definitions for networkfirewall
Generating RBAC manifests for networkfirewall
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6ea18c7 commit c9a8c98
File tree
15 files changed
+1258
-855
lines changed- .github/workflows
- apis/v1alpha1
- config/controller
- helm
- templates
- pkg/resource
- firewall_policy
- firewall
- rule_group
15 files changed
+1258
-855
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Large diffs are not rendered by default.
| 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 | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments