From d015c3ace5d308be3017e155a1feb9e9c09c2bcf Mon Sep 17 00:00:00 2001 From: Francis Date: Thu, 26 Oct 2023 14:14:25 -0700 Subject: [PATCH] moved notification to last in array Signed-off-by: Francis --- data/notices.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/data/notices.json b/data/notices.json index e739d1e..d75aea5 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,25 +1,5 @@ { "notices": [ - { - "title": "pipelines: step id cannot be unresolved during synthesis", - "issueNumber": 27701, - "overview": "A change was made to S3Source, CodeStarConnectionSource, and CodeCommitSource to differentiate between sources of the same repository by appending the branch name onto the node id and input/output artifacts. However, if the branch name is a token a synth time error will occur stating, 'Step id cannot be unresolved'.", - "components": [ - { - "name": "aws-cdk-lib.pipelines.S3Source", - "version": "2.103.0" - }, - { - "name": "aws-cdk-lib.pipelines.CodeStarConnectionSource", - "version": "2.103.0" - }, - { - "name": "aws-cdk-lib.pipelines.CodeCommitSource", - "version": "2.103.0" - } - ], - "schemaVersion": "1" - }, { "title": "custom resources: provisioning failures", "issueNumber": 26325, @@ -371,6 +351,26 @@ } ], "schemaVersion": "1" + }, + { + "title": "pipelines: step id cannot be unresolved during synthesis", + "issueNumber": 27701, + "overview": "A change was made to S3Source, CodeStarConnectionSource, and CodeCommitSource to differentiate between sources of the same repository by appending the branch name onto the node id and input/output artifacts. However, if the branch name is a token a synth time error will occur stating, 'Step id cannot be unresolved'.", + "components": [ + { + "name": "aws-cdk-lib.pipelines.S3Source", + "version": "2.103.0" + }, + { + "name": "aws-cdk-lib.pipelines.CodeStarConnectionSource", + "version": "2.103.0" + }, + { + "name": "aws-cdk-lib.pipelines.CodeCommitSource", + "version": "2.103.0" + } + ], + "schemaVersion": "1" } ] }