Skip to content

Commit

Permalink
moved notification to last in array
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Oct 26, 2023
1 parent ba4c6e6 commit d015c3a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/notices.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit d015c3a

Please sign in to comment.