Skip to content

Commit

Permalink
release: v1.21.1
Browse files Browse the repository at this point in the history
v1.21.1
  • Loading branch information
iliapolo authored Jan 16, 2020
1 parent bf6ab14 commit 842cc5f
Show file tree
Hide file tree
Showing 160 changed files with 1,869 additions and 1,898 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.21.1](https://github.com/aws/aws-cdk/compare/v1.21.0...v1.21.1) (2020-01-16)

### Bug Fixes

* **ecr-assets:** cannot build docker images outside the source tree (i.e. against a cdk.out directory) ([#5836](https://github.com/aws/aws-cdk/pull/5836)) ([6bc8ecc](https://github.com/aws/aws-cdk/pull/5833/commits/6bc8eccdba21a10944c81ababe07df37c07481d0)), fixes ([#5807](https://github.com/aws/aws-cdk/issues/5807))
* **cli:** `cdk init` fails if run under a directory where `cdk.json` exists, reverts ([#5772](https://github.com/aws/aws-cdk/pull/5772)) due to an issue which will be fixed in a subsequent version ([#5836](https://github.com/aws/aws-cdk/pull/5836)) ([da9c626](https://github.com/aws/aws-cdk/pull/5833/commits/da9c6262fd262a5cfd8c150c2c165e46ecbc95b1))
, fixes ([#5826](https://github.com/aws/aws-cdk/issues/5826))
## [1.21.0](https://github.com/aws/aws-cdk/compare/v1.20.0...v1.21.0) (2020-01-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "1.21.0"
"version": "1.21.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cdk",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"pkglint": {
"include": "dependencies/node-version"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/alexa-ask",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -80,16 +80,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"cdk-build-tools": "1.21.0",
"cfn2ts": "1.21.0",
"pkglint": "1.21.0"
"@aws-cdk/assert": "1.21.1",
"cdk-build-tools": "1.21.1",
"cfn2ts": "1.21.1",
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
44 changes: 22 additions & 22 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "1.21.0",
"version": "1.21.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,24 +40,24 @@
"compat": "cdk-compat"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.21.0",
"@aws-cdk/aws-codebuild": "1.21.0",
"@aws-cdk/aws-codepipeline": "1.21.0",
"@aws-cdk/aws-codepipeline-actions": "1.21.0",
"@aws-cdk/aws-events": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/core": "1.21.0",
"@aws-cdk/cx-api": "1.21.0"
"@aws-cdk/aws-cloudformation": "1.21.1",
"@aws-cdk/aws-codebuild": "1.21.1",
"@aws-cdk/aws-codepipeline": "1.21.1",
"@aws-cdk/aws-codepipeline-actions": "1.21.1",
"@aws-cdk/aws-events": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/core": "1.21.1",
"@aws-cdk/cx-api": "1.21.1"
},
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"@aws-cdk/aws-s3": "1.21.0",
"@aws-cdk/assert": "1.21.1",
"@aws-cdk/aws-s3": "1.21.1",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.21.0",
"cdk-integ-tools": "1.21.0",
"cdk-build-tools": "1.21.1",
"cdk-integ-tools": "1.21.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.21.0"
"pkglint": "1.21.1"
},
"repository": {
"type": "git",
Expand All @@ -76,14 +76,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.21.0",
"@aws-cdk/aws-codebuild": "1.21.0",
"@aws-cdk/aws-codepipeline": "1.21.0",
"@aws-cdk/aws-codepipeline-actions": "1.21.0",
"@aws-cdk/aws-events": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/core": "1.21.0",
"@aws-cdk/cx-api": "1.21.0"
"@aws-cdk/aws-cloudformation": "1.21.1",
"@aws-cdk/aws-codebuild": "1.21.1",
"@aws-cdk/aws-codepipeline": "1.21.1",
"@aws-cdk/aws-codepipeline-actions": "1.21.1",
"@aws-cdk/aws-events": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/core": "1.21.1",
"@aws-cdk/cx-api": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "1.21.0",
"version": "1.21.1",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.9.0",
"cdk-build-tools": "1.21.0",
"cdk-build-tools": "1.21.1",
"jest": "^24.9.0",
"pkglint": "1.21.0",
"pkglint": "1.21.1",
"ts-jest": "^24.3.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.21.0",
"@aws-cdk/core": "1.21.0",
"@aws-cdk/cx-api": "1.21.0"
"@aws-cdk/cloudformation-diff": "1.21.1",
"@aws-cdk/core": "1.21.1",
"@aws-cdk/cx-api": "1.21.1"
},
"peerDependencies": {
"jest": "^24.9.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets",
"version": "1.21.0",
"version": "1.21.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,27 +63,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"@aws-cdk/assert": "1.21.1",
"@types/minimatch": "^3.0.3",
"@types/nodeunit": "^0.0.30",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.21.0",
"cdk-build-tools": "1.21.0",
"cdk-integ-tools": "1.21.0",
"aws-cdk": "1.21.1",
"cdk-build-tools": "1.21.1",
"cdk-integ-tools": "1.21.1",
"nodeunit": "^0.11.3",
"pkglint": "1.21.0",
"pkglint": "1.21.1",
"sinon": "^8.0.4",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.21.0",
"@aws-cdk/cx-api": "1.21.0",
"@aws-cdk/core": "1.21.1",
"@aws-cdk/cx-api": "1.21.1",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.21.0",
"@aws-cdk/cx-api": "1.21.0"
"@aws-cdk/core": "1.21.1",
"@aws-cdk/cx-api": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-accessanalyzer",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for AWS::AccessAnalyzer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,16 +81,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"cdk-build-tools": "1.21.0",
"cfn2ts": "1.21.0",
"pkglint": "1.21.0"
"@aws-cdk/assert": "1.21.1",
"cdk-build-tools": "1.21.1",
"cfn2ts": "1.21.1",
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amazonmq",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -80,16 +80,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"cdk-build-tools": "1.21.0",
"cfn2ts": "1.21.0",
"pkglint": "1.21.0"
"@aws-cdk/assert": "1.21.1",
"cdk-build-tools": "1.21.1",
"cfn2ts": "1.21.1",
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amplify",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,16 +81,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"cdk-build-tools": "1.21.0",
"cfn2ts": "1.21.0",
"pkglint": "1.21.0"
"@aws-cdk/assert": "1.21.1",
"cdk-build-tools": "1.21.1",
"cfn2ts": "1.21.1",
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.21.0"
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
34 changes: 17 additions & 17 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-apigateway",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,29 +65,29 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"@aws-cdk/aws-ec2": "1.21.0",
"@aws-cdk/assert": "1.21.1",
"@aws-cdk/aws-ec2": "1.21.1",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.21.0",
"cdk-integ-tools": "1.21.0",
"cfn2ts": "1.21.0",
"cdk-build-tools": "1.21.1",
"cdk-integ-tools": "1.21.1",
"cfn2ts": "1.21.1",
"nodeunit": "^0.11.3",
"pkglint": "1.21.0"
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.21.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/aws-lambda": "1.21.0",
"@aws-cdk/core": "1.21.0"
"@aws-cdk/aws-certificatemanager": "1.21.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/aws-lambda": "1.21.1",
"@aws-cdk/core": "1.21.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.21.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/aws-lambda": "1.21.0",
"@aws-cdk/core": "1.21.0"
"@aws-cdk/aws-certificatemanager": "1.21.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/aws-lambda": "1.21.1",
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "1.21.0",
"version": "1.21.1",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -62,26 +62,26 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.21.0",
"@aws-cdk/assert": "1.21.1",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.21.0",
"cfn2ts": "1.21.0",
"cdk-build-tools": "1.21.1",
"cfn2ts": "1.21.1",
"fast-check": "^1.21.0",
"nodeunit": "^0.11.3",
"pkglint": "1.21.0"
"pkglint": "1.21.1"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "1.21.0",
"@aws-cdk/aws-cloudwatch": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/core": "1.21.0"
"@aws-cdk/aws-autoscaling-common": "1.21.1",
"@aws-cdk/aws-cloudwatch": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/core": "1.21.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "1.21.0",
"@aws-cdk/aws-cloudwatch": "1.21.0",
"@aws-cdk/aws-iam": "1.21.0",
"@aws-cdk/core": "1.21.0"
"@aws-cdk/aws-autoscaling-common": "1.21.1",
"@aws-cdk/aws-cloudwatch": "1.21.1",
"@aws-cdk/aws-iam": "1.21.1",
"@aws-cdk/core": "1.21.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
Loading

0 comments on commit 842cc5f

Please sign in to comment.