-
Notifications
You must be signed in to change notification settings - Fork 52
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.35.0`, code-generator `v0.35.0` ---------- * ACK code-generator `v0.35.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.35.0) * ACK runtime `v0.35.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.35.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 `rds-controller` **Please close this PR, if you do not want the new patch release for `rds-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building rds-controller ==== Copying common custom resource definitions into rds Building Kubernetes API objects for rds Generating deepcopy code for rds Generating custom resource definitions for rds Building service controller for rds Generating RBAC manifests for rds Running gofmt against generated code for rds Updating additional GitHub repository maintenance files ==== building rds-controller release artifacts ==== Building release artifacts for rds-v1.4.2 Generating common custom resource definitions Generating custom resource definitions for rds Generating RBAC manifests for rds ``` ---------- 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
7 changed files
with
49 additions
and
57 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-06-11T21:00:10Z" | ||
build_hash: 14cef51778d471698018b6c38b604181a6948248 | ||
go_version: go1.22.3 | ||
version: v0.34.0 | ||
api_directory_checksum: 03d7817f582e395d13fd3eb447996b9c6ff7a0e7 | ||
build_date: "2024-07-19T23:02:13Z" | ||
build_hash: f0a0f42d507c550c2b063a192b3b43e4522bdd9c | ||
go_version: go1.22.5 | ||
version: v0.35.0 | ||
api_directory_checksum: 721d07f7f5c29de8a1c65268e497be355ee1b3fd | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.44.232 | ||
generator_config_info: | ||
file_checksum: 6289988e39ed3478c6a38753adc1298031f0acf9 | ||
file_checksum: 02d67bd678a59333a653acc2a27ac01e64619ef3 | ||
original_file_name: generator.yaml | ||
last_modification: | ||
reason: API generation |
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
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
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