You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to ACK runtime v0.58.0, code-generator v0.58.0 (#117)
### Update to ACK runtime `v0.58.0`, code-generator `v0.58.0`
----------
* ACK code-generator `v0.58.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.58.0)
* ACK runtime `v0.58.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.58.0)
----------
NOTE:
This PR increments the release version of service controller from `v1.2.1` to `v1.2.2`
Once this PR is merged, release `v1.2.2` 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.2.2
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.
@@ -169,6 +167,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
169
167
170
168
License Identifier: Apache-2.0
171
169
170
+
#### github.com/go-logr/zapr
171
+
172
+
License Identifier: Apache-2.0
173
+
172
174
#### github.com/google/go-cmp
173
175
174
176
License Identifier: BSD-3-Clause
@@ -231,6 +233,20 @@ SOFTWARE.
231
233
232
234
License Identifier: Apache-2.0
233
235
236
+
#### github.com/micahhausler/aws-iam-policy
237
+
238
+
License Identifier: MIT
239
+
240
+
The MIT License (MIT)
241
+
242
+
Copyright (c) 2023, Micah Hausler
243
+
244
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
245
+
246
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
247
+
248
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
249
+
234
250
#### github.com/pkg/errors
235
251
236
252
License Identifier: BSD-2-Clause
@@ -263,32 +279,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
263
279
264
280
License Identifier: Apache-2.0
265
281
266
-
#### github.com/samber/lo
267
-
268
-
License Identifier: MIT
269
-
270
-
MIT License
271
-
272
-
Copyright (c) 2022 Samuel Berthe
273
-
274
-
Permission is hereby granted, free of charge, to any person obtaining a copy
275
-
of this software and associated documentation files (the "Software"), to deal
276
-
in the Software without restriction, including without limitation the rights
277
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
278
-
copies of the Software, and to permit persons to whom the Software is
279
-
furnished to do so, subject to the following conditions:
280
-
281
-
The above copyright notice and this permission notice shall be included in all
282
-
copies or substantial portions of the Software.
283
-
284
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments