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 (#64)
### 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.4.1` to `v1.4.2`
Once this PR is merged, release `v1.4.2` will be automatically created for `apigateway-controller`
**Please close this PR, if you do not want the new patch release for `apigateway-controller`**
----------
#### stdout for `make build-controller`:
```
building ack-generate ... ok.
==== building apigateway-controller ====
Copying common custom resource definitions into apigateway
Building Kubernetes API objects for apigateway
Generating deepcopy code for apigateway
Generating custom resource definitions for apigateway
Building service controller for apigateway
Running GO mod tidy
Generating RBAC manifests for apigateway
Running gofmt against generated code for apigateway
Updating additional GitHub repository maintenance files
==== building apigateway-controller release artifacts ====
Building release artifacts for apigateway-v1.4.2
Generating common custom resource definitions
Generating custom resource definitions for apigateway
Generating RBAC manifests for apigateway
```
----------
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
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:
1532
+
1533
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1526
1534
1535
+
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.
1527
1536
1528
1537
1529
1538
1530
1539
1540
+
1541
+
#### github.com/spf13/pflag
1542
+
1543
+
License Identifier: BSD-3-Clause
1544
+
1545
+
Copyright (c) 2012 Alex Ogier. All rights reserved.
1546
+
Copyright (c) 2012 The Go Authors. All rights reserved.
1547
+
1548
+
Redistribution and use in source and binary forms, with or without
1549
+
modification, are permitted provided that the following conditions are
1550
+
met:
1551
+
1552
+
* Redistributions of source code must retain the above copyright
1553
+
notice, this list of conditions and the following disclaimer.
1554
+
* Redistributions in binary form must reproduce the above
1555
+
copyright notice, this list of conditions and the following disclaimer
1556
+
in the documentation and/or other materials provided with the
1557
+
distribution.
1558
+
* Neither the name of Google Inc. nor the names of its
1559
+
contributors may be used to endorse or promote products derived from
1560
+
this software without specific prior written permission.
1561
+
1562
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1563
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1564
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1565
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1566
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1567
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1568
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1569
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1570
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1571
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1572
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments