-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Update to ACK runtime `v0.29.2`, code-generator `v0.29.2` ---------- * ACK code-generator `v0.29.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.29.2) * ACK runtime `v0.29.2` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.29.2) ---------- NOTE: This PR increments the release version of service controller from `v0.0.5` to `v0.0.6` Once this PR is merged, release `v0.0.6` will be automatically created for `acmpca-controller` **Please close this PR, if you do not want the new patch release for `acmpca-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building acmpca-controller ==== Copying common custom resource definitions into acmpca Building Kubernetes API objects for acmpca Generating deepcopy code for acmpca Generating custom resource definitions for acmpca Building service controller for acmpca Generating RBAC manifests for acmpca Running gofmt against generated code for acmpca Updating additional GitHub repository maintenance files ==== building acmpca-controller release artifacts ==== Building release artifacts for acmpca-v0.0.6 Generating common custom resource definitions Generating custom resource definitions for acmpca Generating RBAC manifests for acmpca ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information
Showing
16 changed files
with
405 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
ack_generate_info: | ||
build_date: "2024-01-10T16:51:57Z" | ||
build_hash: 66f2265b640acee87a394afaf979d24d9fbce38a | ||
build_date: "2024-01-29T07:12:05Z" | ||
build_hash: 92f531cde5631865cfc3dfa778cbc9611f3a64c3 | ||
go_version: go1.21.5 | ||
version: v0.28.0 | ||
api_directory_checksum: 1d6e5aa9bc3d0c9da85d6c4ad54b9a17bb1f21b8 | ||
version: v0.29.2 | ||
api_directory_checksum: c21cc54e1842f6dc598ef26beb5b59d559d0dba8 | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.49.6 | ||
generator_config_info: | ||
file_checksum: 5bb70d4a2d6c71954f8a5bf93ee3c2fd30d0886f | ||
file_checksum: b9317bc6ff2109fcd6441679c7387052148f69ab | ||
original_file_name: generator.yaml | ||
last_modification: | ||
reason: API generation |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.