Skip to content

Commit

Permalink
release: v1.6.1 (aws#3861)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
RomainMuller authored Aug 29, 2019
1 parent d71175f commit a09203a
Show file tree
Hide file tree
Showing 272 changed files with 1,406 additions and 1,393 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.6.1](https://github.com/aws/aws-cdk/compare/v1.6.0...v1.6.1) (2019-08-29)


### Bug Fixes

* **cloudwatch:** don't ignore 'stacked' property in GraphWidget class ([#2103](https://github.com/aws/aws-cdk/issues/2103)) ([#3796](https://github.com/aws/aws-cdk/issues/3796)) ([527b362](https://github.com/aws/aws-cdk/commit/527b362))
* **init-templates:** remove dependency on @types/node ([#3840](https://github.com/aws/aws-cdk/issues/3840)) ([f46ce18](https://github.com/aws/aws-cdk/commit/f46ce18)), closes [#3839](https://github.com/aws/aws-cdk/issues/3839)
* **toolkit:** do not deploy empty stacks ([#3144](https://github.com/aws/aws-cdk/issues/3144)) ([64ace90](https://github.com/aws/aws-cdk/commit/64ace90))
* **vpc:** recognize Public subnets by Internet Gateway ([#3784](https://github.com/aws/aws-cdk/issues/3784)) ([54599e5](https://github.com/aws/aws-cdk/commit/54599e5)), closes [#3706](https://github.com/aws/aws-cdk/issues/3706)



## [1.6.0](https://github.com/aws/aws-cdk/compare/v1.5.0...v1.6.0) (2019-08-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "1.6.0"
"version": "1.6.1"
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/alexa-ask/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.6.0",
"version": "1.6.1",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/app-delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 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.6.0",
"version": "1.6.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,18 +40,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.6.0",
"@aws-cdk/aws-codebuild": "^1.6.0",
"@aws-cdk/aws-codepipeline": "^1.6.0",
"@aws-cdk/aws-codepipeline-actions": "^1.6.0",
"@aws-cdk/aws-events": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/core": "^1.6.0",
"@aws-cdk/cx-api": "^1.6.0"
"@aws-cdk/aws-cloudformation": "^1.6.1",
"@aws-cdk/aws-codebuild": "^1.6.1",
"@aws-cdk/aws-codepipeline": "^1.6.1",
"@aws-cdk/aws-codepipeline-actions": "^1.6.1",
"@aws-cdk/aws-events": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
},
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/aws-s3": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/aws-s3": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.16.0",
Expand All @@ -74,14 +74,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.6.0",
"@aws-cdk/aws-codebuild": "^1.6.0",
"@aws-cdk/aws-codepipeline": "^1.6.0",
"@aws-cdk/aws-codepipeline-actions": "^1.6.0",
"@aws-cdk/aws-events": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/core": "^1.6.0",
"@aws-cdk/cx-api": "^1.6.0"
"@aws-cdk/aws-cloudformation": "^1.6.1",
"@aws-cdk/aws-codebuild": "^1.6.1",
"@aws-cdk/aws-codepipeline": "^1.6.1",
"@aws-cdk/aws-codepipeline-actions": "^1.6.1",
"@aws-cdk/aws-events": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.6.0",
"version": "1.6.1",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "^1.6.0",
"@aws-cdk/core": "^1.6.0",
"@aws-cdk/cx-api": "^1.6.0",
"@aws-cdk/cloudformation-diff": "^1.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1",
"jest": "^24.8.0",
"source-map-support": "^0.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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.6.0",
"version": "1.6.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,25 +63,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^1.6.0",
"aws-cdk": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.4.1",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "^1.6.0",
"@aws-cdk/cx-api": "^1.6.0",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.6.0",
"@aws-cdk/cx-api": "^1.6.0"
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amazonmq/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.6.0",
"version": "1.6.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.6.0",
"version": "1.6.1",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,16 +64,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/core": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 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.6.0",
"version": "1.6.1",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,27 +65,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/aws-ec2": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/aws-ec2": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^1.6.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/aws-lambda": "^1.6.0",
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/aws-certificatemanager": "^1.6.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/aws-lambda": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.6.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/aws-lambda": "^1.6.0",
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/aws-certificatemanager": "^1.6.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/aws-lambda": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 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.6.0",
"version": "1.6.1",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -62,24 +62,24 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.0",
"@aws-cdk/assert": "^1.6.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"fast-check": "^1.16.0",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "^1.6.0",
"@aws-cdk/aws-cloudwatch": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/aws-autoscaling-common": "^1.6.1",
"@aws-cdk/aws-cloudwatch": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "^1.6.0",
"@aws-cdk/aws-cloudwatch": "^1.6.0",
"@aws-cdk/aws-iam": "^1.6.0",
"@aws-cdk/core": "^1.6.0"
"@aws-cdk/aws-autoscaling-common": "^1.6.1",
"@aws-cdk/aws-cloudwatch": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appmesh/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a09203a

Please sign in to comment.