-
Notifications
You must be signed in to change notification settings - Fork 8
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.32.0`, code-generator `v0.32.1` ---------- * ACK code-generator `v0.32.1` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.32.1) * ACK runtime `v0.32.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.32.0) ---------- NOTE: This PR increments the release version of service controller from `v0.0.6` to `v0.0.7` Once this PR is merged, release `v0.0.7` 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.7 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
29 changed files
with
1,501 additions
and
1,112 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-29T07:12:05Z" | ||
build_hash: 92f531cde5631865cfc3dfa778cbc9611f3a64c3 | ||
go_version: go1.21.5 | ||
version: v0.29.2 | ||
build_date: "2024-03-06T21:31:42Z" | ||
build_hash: a5ba3c851434263128a1464a2c41e528779eeefa | ||
go_version: go1.22.0 | ||
version: v0.32.1 | ||
api_directory_checksum: c21cc54e1842f6dc598ef26beb5b59d559d0dba8 | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.49.6 | ||
generator_config_info: | ||
file_checksum: b9317bc6ff2109fcd6441679c7387052148f69ab | ||
file_checksum: 46b04991f05eae96faccb032c37fa57299ec61da | ||
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.
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
406 changes: 236 additions & 170 deletions
406
config/crd/bases/acmpca.services.k8s.aws_certificateauthorities.yaml
Large diffs are not rendered by default.
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
Oops, something went wrong.