From e1e9cfea06ab03beaa95a7ab7f8892fdf79248ed Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:39:42 -0400 Subject: [PATCH 1/2] Update notices.json --- data/notices.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/data/notices.json b/data/notices.json index 39f46e5..b1ee755 100644 --- a/data/notices.json +++ b/data/notices.json @@ -295,6 +295,36 @@ } ], "schemaVersion": "1" + }, + { + "title": "Python users using Schedule class get synth-time TypeError for mismatched types", + "issueNumber": 27259 + "overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.", + "components": [ + { + "name": "aws-cdk-lib.aws-events.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-backup.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-autoscaling.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-applicationautoscaling.Schedule", + "verion": "2.97.0" + }, + { + "name": "@aws-cdk/aws-synthetics-alpha.Schedule", + "version": "2.97.0-alpha.0" + }, + { + "name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression", + "version": "2.97.0-alpha.0" + } } ] } From ebfbf0e91343246702e250916923a01dfd841057 Mon Sep 17 00:00:00 2001 From: Otavio Macedo <288203+otaviomacedo@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:40:31 +0100 Subject: [PATCH 2/2] Fixed JSON file --- data/notices.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/notices.json b/data/notices.json index b1ee755..b87b636 100644 --- a/data/notices.json +++ b/data/notices.json @@ -298,7 +298,7 @@ }, { "title": "Python users using Schedule class get synth-time TypeError for mismatched types", - "issueNumber": 27259 + "issueNumber": 27259, "overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.", "components": [ { @@ -315,7 +315,7 @@ }, { "name": "aws-cdk-lib.aws-applicationautoscaling.Schedule", - "verion": "2.97.0" + "version": "2.97.0" }, { "name": "@aws-cdk/aws-synthetics-alpha.Schedule", @@ -325,6 +325,8 @@ "name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression", "version": "2.97.0-alpha.0" } + ], + "schemaVersion": "1" } ] }