-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #966 from aws-quickstart/task/1.14.1-release-prep
Task/1.14.1 release prep
- Loading branch information
Showing
12 changed files
with
26 additions
and
26 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
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 |
---|---|---|
|
@@ -26,8 +26,8 @@ Create a directory that represents you project (e.g. `my-blueprints`) and then c | |
```bash | ||
npm install -g n # may require sudo | ||
n stable # may require sudo | ||
npm install -g aws-cdk@2.132.0 # may require sudo (Ubuntu) depending on configuration | ||
cdk --version # must produce 2.132.0 | ||
npm install -g aws-cdk@2.133.0 # may require sudo (Ubuntu) depending on configuration | ||
cdk --version # must produce 2.133.0 | ||
mkdir my-blueprints | ||
cd my-blueprints | ||
cdk init app --language typescript | ||
|
@@ -53,11 +53,11 @@ npm ERR! node_modules/aws-cdk-lib | |
npm ERR! aws-cdk-lib@"2.130.0" from the root project | ||
npm ERR! | ||
npm ERR! Could not resolve dependency: | ||
npm ERR! peer bundled aws-cdk-lib@"2.132.0" from @aws-quickstart/[email protected] | ||
npm ERR! peer bundled aws-cdk-lib@"2.133.0" from @aws-quickstart/[email protected] | ||
npm ERR! node_modules/@aws-quickstart/eks-blueprint | ||
``` | ||
|
||
This message means that the version of CDK that the customer is using is different from the version of CDK used in EKS Blueprints. Locate the line `peer bundled` and check the expected version of the CDK. Make sure that in your `package.json` the version is set to the expected. In this example, `package.json` contained `"aws-cdk-lib": "2.130.0"`, while the expected version was `2.132.0`. | ||
This message means that the version of CDK that the customer is using is different from the version of CDK used in EKS Blueprints. Locate the line `peer bundled` and check the expected version of the CDK. Make sure that in your `package.json` the version is set to the expected. In this example, `package.json` contained `"aws-cdk-lib": "2.130.0"`, while the expected version was `2.133.0`. | ||
|
||
**Note**: after the initial installation, upgrading the version of CDK to an incompatible higher/lower version will produce a warning, but will succeed. For community support (submitting GitHub issues) please make sure you have a matching version configured. | ||
|
||
|
@@ -66,7 +66,7 @@ Example warning: | |
``` | ||
npm WARN | ||
npm WARN Could not resolve dependency: | ||
npm WARN peer bundled aws-cdk-lib@"2.132.0" from @aws-quickstart/[email protected] | ||
npm WARN peer bundled aws-cdk-lib@"2.133.0" from @aws-quickstart/[email protected] | ||
``` | ||
|
||
## Deploy EKS Clusters | ||
|
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
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