From 6a2f9ea6701efd5de0f12c9a316c5def7222033c Mon Sep 17 00:00:00 2001 From: Otavio Macedo <288203+otaviomacedo@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:11:09 +0100 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/27189 (#317) --- data/notices.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index f180d34..cd0ecbc 100644 --- a/data/notices.json +++ b/data/notices.json @@ -11,7 +11,7 @@ } ], "schemaVersion": "1" - }, + }, { "title": "custom-resources: `INACTIVE` custom resource provider lambda throws `functionActiveV2 is not found`", "issueNumber": 24358, @@ -271,6 +271,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "cdk deploy fails on regions ap-southeast-4 and il-central-1", + "issueNumber": 27189, + "overview": "These regions don't have the AWS::CDK::Metadata resource type available yet, leading to a deployment failure. Workaround: use the --no-version-reporting flag", + "components": [ + { + "name": "framework", + "version": "2.94.0" + } + ], + "schemaVersion": "1" } ] }