Skip to content

Commit 9e7a896

Browse files
authored
Update to ACK runtime v0.56.0, code-generator v0.56.0 (#61)
### 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.3.2` to `v1.4.0` Once this PR is merged, release `v1.4.0` 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.0 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.
1 parent 0154905 commit 9e7a896

File tree

26 files changed

+2230
-118
lines changed

26 files changed

+2230
-118
lines changed

.github/workflows/postsubmit.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Hydrate Go Proxy
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
call-hydrate-go-proxy:
10+
uses: aws-controllers-k8s/.github/.github/workflows/reusable-postsubmit.yaml@main

0 commit comments

Comments
 (0)