Skip to content

Commit a318922

Browse files
authored
bring controller to runtime v0.20.1 (#98)
Brings ACK runtime v0.20.1 and aws-sdk-go v1.44.93 to Elasticache controller. Needed to modify the `config/iam/KMS-policy-template.json` to include the now-necessary CloudWatch Logs permissions that the testing framework uses. Signed-off-by: Jay Pipes <jaypipes@gmail.com> By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d9aadfe commit a318922

39 files changed

+1476
-1195
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ack_generate_info:
2-
build_date: "2022-06-22T22:30:30Z"
3-
build_hash: 4b54669d709a0eb2c1fab659e329060350a40e84
4-
go_version: go1.17.5
5-
version: v0.19.2
6-
api_directory_checksum: 7087207d90a71ce286e3c45edad16bb89b0a8eb3
2+
build_date: "2022-10-20T18:12:15Z"
3+
build_hash: 5ee0ac052c54f008dff50f6f5ebb73f2cf3a0bd7
4+
go_version: go1.18.1
5+
version: v0.20.1-4-g5ee0ac0
6+
api_directory_checksum: b23d56789f6d360f338415c3242f27df04e79403
77
api_version: v1alpha1
8-
aws_sdk_go_version: v1.42.0
8+
aws_sdk_go_version: v1.44.93
99
generator_config_info:
1010
file_checksum: 2461349a2827ec98ae7440fbff3301c1effcfaf4
1111
original_file_name: generator.yaml

apis/v1alpha1/cache_parameter_group.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/enums.go

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/replication_group.go

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

apis/v1alpha1/snapshot.go

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

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)