-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cx-api): bump cli <=> cdk protocol version (#2956)
following up on #2922, manifest may include "env" that indicates unknown-account/unknown-region, which will cause old CLIs to fail, so we must bump the version to ensure compatibility. BREAKING CHANGE: Previous versions of the CDK CLI will not be fully compatible with this version of the framework and vice versa.
- Loading branch information
Elad Ben-Israel
authored
Jun 23, 2019
1 parent
a942e4c
commit 8ab84ec
Showing
17 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ Array [ | |
|
||
exports[`empty assembly 1`] = ` | ||
Object { | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
} | ||
`; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"StackA": { | ||
"type": "aws:cloudformation:stack", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.34.0" | ||
"version": "0.36.0" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/invalid-artifact-type/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyArt": { | ||
"type": "who:am:i", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/invalid-depends/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"StackA": { | ||
"type": "aws:cloudformation:stack", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/invalid-env-format/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/logical-id-map/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/missing-context/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/multiple-stacks/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/single-stack/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@aws-cdk/cx-api/test/fixtures/stack-without-params/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.34.0", | ||
"version": "0.36.0", | ||
"artifacts": { | ||
"MyStackName": { | ||
"type": "aws:cloudformation:stack", | ||
|