From be21e6cbbcd2f462460f3cc3b443f533a74f9c51 Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:27:01 -0500 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/27928 (#326) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 1f14c9f..b91b7fb 100644 --- a/data/notices.json +++ b/data/notices.json @@ -383,6 +383,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(elbv2) applicationLoadBalancer + imported buckets fails with \"Cannot read properties of undefined\"", + "issueNumber": 27928, + "overview": "A dependency on the bucket policy when using access logs was added to fix a circular dependency issue, but the bucket policy does not exist for imported buckets resulting in synth-time error.", + "components": [ + { + "name": "aws-cdk-lib.aws-elasticloadbalancingv2.ApplicationLoadBalancer", + "version": ">=2.106.0 <=2.108.0" + } + ], + "schemaVersion": "1" } ] }