From 700a840f36cc5216f6c175d5657e40e5a93bf74e Mon Sep 17 00:00:00 2001 From: SankyRed Date: Wed, 25 Oct 2023 12:40:28 -0500 Subject: [PATCH 1/3] Update notices.json --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 67d487d..966d051 100644 --- a/data/notices.json +++ b/data/notices.json @@ -339,6 +339,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "Kinesis Firehose CIDR block support issue for few regions", + "issueNumber": 27656, + "overview": "Deploying or trying to synth the specific regions resulted in `Mapping doesn't contain top-level key` for the `@aws-cdk/aws-kinesisfirehose-alpha` module", + "components": [ + { + "name": "@aws-cdk/aws-kinesisfirehose-alpha", + "version": "2.102.0" + } + ], + "schemaVersion": "1" } ] } From 53c83aa69d386b37413fbb66820f3551077127fd Mon Sep 17 00:00:00 2001 From: SankyRed Date: Wed, 25 Oct 2023 13:17:25 -0500 Subject: [PATCH 2/3] Updating notices.json --- data/notices.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/notices.json b/data/notices.json index 966d051..1d412f5 100644 --- a/data/notices.json +++ b/data/notices.json @@ -341,12 +341,12 @@ "schemaVersion": "1" }, { - "title": "Kinesis Firehose CIDR block support issue for few regions", + "title": "Kinesis Firehose CIDR block support issue for ap-south-2, eu-central-2 and eu-south-2", "issueNumber": 27656, - "overview": "Deploying or trying to synth the specific regions resulted in `Mapping doesn't contain top-level key` for the `@aws-cdk/aws-kinesisfirehose-alpha` module", + "overview": "Deploying or trying to synth the specific regions result in `Mapping doesn't contain top-level key` for the `@aws-cdk/aws-kinesisfirehose-alpha` module", "components": [ { - "name": "@aws-cdk/aws-kinesisfirehose-alpha", + "name": "@aws-cdk/aws-kinesisfirehose-alpha.deliveryStream", "version": "2.102.0" } ], From f2b82cdcfd7f9e706727e40bdbfdff57998b5cbe Mon Sep 17 00:00:00 2001 From: SankyRed Date: Wed, 25 Oct 2023 13:19:20 -0500 Subject: [PATCH 3/3] Updating the version for notice --- data/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index 1d412f5..b269714 100644 --- a/data/notices.json +++ b/data/notices.json @@ -347,7 +347,7 @@ "components": [ { "name": "@aws-cdk/aws-kinesisfirehose-alpha.deliveryStream", - "version": "2.102.0" + "version": ">=v2.95.0