Skip to content

Commit a531fd6

Browse files
authored
updates to aws-sdk-go 1.44.232 (#144)
Brings in the latest aws-sdk-go v1.44.232 release, making the following changes to generator.yaml in order to get the controller to successfully compile: 1) Ignore the BlueGreenDeployment resource that was recently introduced in RDS, since generating this causes compile errors in `zz_generated.deepcopy.go` 2) Include the `DBClusterSnapshotIdentifier` field in `DBInstance` resources since restoring a DB instance from a DB cluster snapshot is now supported in the RestoreDBInstanceFromSnapshot operation. Issue aws-controllers-k8s/community#1747 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4ac9aa8 commit a531fd6

31 files changed

+2911
-1593
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2023-03-24T19:44:43Z"
2+
build_date: "2023-03-30T14:52:36Z"
33
build_hash: fa24753ea8b657d8815ae3eac7accd0958f5f9fb
44
go_version: go1.19.4
55
version: v0.25.0
6-
api_directory_checksum: 249bb23477dbb69a88064ea191a078f41f4966d0
6+
api_directory_checksum: c260842c2919b6d1d7ddc4b1dc40cacea82dc551
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.44.93
8+
aws_sdk_go_version: v1.44.232
99
generator_config_info:
10-
file_checksum: b25db005880b617bda699d2a80b7a6bba0144ba4
10+
file_checksum: c3a80c129c39b07e24dd80a830d5254626362121
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/db_cluster.go

Lines changed: 70 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)