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 (#211)
### 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.3.1` to `v1.3.2`
Once this PR is merged, release `v1.3.2` will be automatically created for `s3-controller`
**Please close this PR, if you do not want the new patch release for `s3-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building s3-controller ====
Copying common custom resource definitions into s3
Building Kubernetes API objects for s3
Generating deepcopy code for s3
Generating custom resource definitions for s3
Building service controller for s3
Running GO mod tidy
Generating RBAC manifests for s3
Running gofmt against generated code for s3
Updating additional GitHub repository maintenance files
==== building s3-controller release artifacts ====
Building release artifacts for s3-v1.3.2
Generating common custom resource definitions
Generating custom resource definitions for s3
Generating RBAC manifests for s3
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@@ -171,6 +169,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
171
169
172
170
License Identifier: Apache-2.0
173
171
172
+
#### github.com/go-logr/zapr
173
+
174
+
License Identifier: Apache-2.0
175
+
174
176
#### github.com/google/go-cmp
175
177
176
178
License Identifier: BSD-3-Clause
@@ -233,6 +235,20 @@ SOFTWARE.
233
235
234
236
License Identifier: Apache-2.0
235
237
238
+
#### github.com/micahhausler/aws-iam-policy
239
+
240
+
License Identifier: MIT
241
+
242
+
The MIT License (MIT)
243
+
244
+
Copyright (c) 2023, Micah Hausler
245
+
246
+
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:
247
+
248
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
249
+
250
+
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.
251
+
236
252
#### github.com/pkg/errors
237
253
238
254
License Identifier: BSD-2-Clause
@@ -265,32 +281,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
265
281
266
282
License Identifier: Apache-2.0
267
283
268
-
#### github.com/samber/lo
269
-
270
-
License Identifier: MIT
271
-
272
-
MIT License
273
-
274
-
Copyright (c) 2022 Samuel Berthe
275
-
276
-
Permission is hereby granted, free of charge, to any person obtaining a copy
277
-
of this software and associated documentation files (the "Software"), to deal
278
-
in the Software without restriction, including without limitation the rights
279
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
280
-
copies of the Software, and to permit persons to whom the Software is
281
-
furnished to do so, subject to the following conditions:
282
-
283
-
The above copyright notice and this permission notice shall be included in all
284
-
copies or substantial portions of the Software.
285
-
286
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
287
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
288
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
289
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
290
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
291
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments