From 1bbb855ddd75b61146d961e7bcb20b5a482ce86c Mon Sep 17 00:00:00 2001 From: yuanhaoz Date: Thu, 22 Aug 2024 20:58:21 -0700 Subject: [PATCH 1/2] chore: notice for https://github.com/aws/aws-cdk/issues/31183 --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index f22f9c1..73767ac 100644 --- a/data/notices.json +++ b/data/notices.json @@ -591,6 +591,18 @@ } ], "schemaVersion": "1" + }, + { + "title": " (bedrock): AWS::Bedrock::DataSource L1 construct is missing DataSourceConfiguration property in latest version 2.154.0", + "issueNumber": 31183, + "overview": "An automated CloudFormation schema change was added to Bedrock DataSet L1 Construct and caused DataSourceConfiguration to be removed from the L1 Construct.", + "components": [ + { + "name": "aws-cdk-lib.aws-bedrock", + "version": "2.154.0" + } + ], + "schemaVersion": "1" } ] } From d613ecc98961e5494011675fcd5c3db484eeb891 Mon Sep 17 00:00:00 2001 From: yuanhaoz Date: Thu, 22 Aug 2024 21:01:19 -0700 Subject: [PATCH 2/2] update title --- data/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index 73767ac..98c1089 100644 --- a/data/notices.json +++ b/data/notices.json @@ -593,7 +593,7 @@ "schemaVersion": "1" }, { - "title": " (bedrock): AWS::Bedrock::DataSource L1 construct is missing DataSourceConfiguration property in latest version 2.154.0", + "title": " (bedrock): CfnDataSet is missing DataSourceConfiguration property", "issueNumber": 31183, "overview": "An automated CloudFormation schema change was added to Bedrock DataSet L1 Construct and caused DataSourceConfiguration to be removed from the L1 Construct.", "components": [