Skip to content

Commit

Permalink
added notice for pipelines p0
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <[email protected]>
  • Loading branch information
colifran committed Oct 26, 2023
1 parent 0b814f6 commit ba4c6e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"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

0 comments on commit ba4c6e6

Please sign in to comment.