Skip to content

Commit

Permalink
release: v1.17.0 (aws#5108)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
Elad Ben-Israel authored Nov 19, 2019
1 parent 5ebc633 commit d946256
Show file tree
Hide file tree
Showing 143 changed files with 1,889 additions and 1,868 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.17.0](https://github.com/aws/aws-cdk/compare/v1.16.1...v1.17.0) (2019-11-19)


### Features

* **cfnspec:** update CloudFormation Resource Specification to v8.0.0 ([#5031](https://github.com/aws/aws-cdk/issues/5031)) ([1896de2](https://github.com/aws/aws-cdk/commit/1896de2cea8d2d6e922db4354c9b82574bb762d9))
* **cli:** adding new option to `cdk deploy` to indicate whether ChangeSet should be executed ([#4852](https://github.com/aws/aws-cdk/issues/4852)) ([c02c9e5](https://github.com/aws/aws-cdk/commit/c02c9e5518bfb2d8f8195322b7fd97343f5ca63b)), closes [#4739](https://github.com/aws/aws-cdk/issues/4739)
* **custom-resources:** python handler skeleton in readme ([#4977](https://github.com/aws/aws-cdk/issues/4977)) ([f0a62fd](https://github.com/aws/aws-cdk/commit/f0a62fd5324cc368752bc75f0bdae620a13e826d)
* upgrade all uses of node8.10 lambda runtime to node10.x ([#5075](https://github.com/aws/aws-cdk/issues/5075)) ([7a3a3b1](https://github.com/aws/aws-cdk/commit/7a3a3b1c45fd5d773db71c2a6c45a3ff64c5510c)), [#4655](https://github.com/aws/aws-cdk/issues/4655) [#4653](https://github.com/aws/aws-cdk/issues/4653) [#4642](https://github.com/aws/aws-cdk/issues/4642)
* upgrade to jsii 0.20.7 ([#5103](https://github.com/aws/aws-cdk/issues/5103)) ([5ebc633](https://github.com/aws/aws-cdk/commit/5ebc633e0160d684084cf05eaa590caebedd9b2f)), closes [aws/aws-cdk#4316](https://github.com/aws/aws-cdk/issues/4316) [#994](https://github.com/aws/aws-cdk/issues/994) [aws/aws-cdk#5066](https://github.com/aws/aws-cdk/issues/5066) [#904](https://github.com/aws/aws-cdk/issues/904) [#925](https://github.com/aws/aws-cdk/issues/925)

### Bug Fixes

* **cli:** cdk bootstrap is broken due to --no-execute ([#5092](https://github.com/aws/aws-cdk/issues/5092)) ([7acc588](https://github.com/aws/aws-cdk/commit/7acc588d5e6c7a15edfd7ff275453d6da6741199))
* **cli:** cdk version prints to STDERR instead of STDOUT like --version ([#5095](https://github.com/aws/aws-cdk/issues/5095)) ([ae5170c](https://github.com/aws/aws-cdk/commit/ae5170c9b4fa1c693ab7ae190aa07732d74911c7)), closes [#4720](https://github.com/aws/aws-cdk/issues/4720)
* **core:** unable to find stack by name using the cli in legacy mode ([#4998](https://github.com/aws/aws-cdk/issues/4998)) ([26bba19](https://github.com/aws/aws-cdk/commit/26bba196abc6e67b3d6424b281beee6aa60079d3)), closes [#4895](https://github.com/aws/aws-cdk/issues/4895) [#4997](https://github.com/aws/aws-cdk/issues/4997)
* **custom-resources:** flatten objects with null values in AwsCustomResource ([#5073](https://github.com/aws/aws-cdk/issues/5073)) ([f4ea264](https://github.com/aws/aws-cdk/commit/f4ea264708c309675a4248a54939af7ee1c93342)), closes [#5061](https://github.com/aws/aws-cdk/issues/5061)
* **ecs-patterns:** Fix issue related to protocol being passed to target group ([#4988](https://github.com/aws/aws-cdk/issues/4988)) ([a257d4d](https://github.com/aws/aws-cdk/commit/a257d4d07f11cba666a7dd1b8005736ca7113bc3))
* **init-templates:** update init templates for csharp and java ([#5059](https://github.com/aws/aws-cdk/issues/5059)) ([2d92ab3](https://github.com/aws/aws-cdk/commit/2d92ab3e22130408056257d87620a3e03d75b226))
* **logs:** cannot use same Lambda for multiple SubscriptionFilters ([#4975](https://github.com/aws/aws-cdk/issues/4975)) ([94f5017](https://github.com/aws/aws-cdk/commit/94f501729af80e17eee67c9107a897840d8347ce)), closes [#4951](https://github.com/aws/aws-cdk/issues/4951)

## [1.16.2](https://github.com/aws/aws-cdk/compare/v1.16.1...v1.16.2) (2019-11-12)


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.16.1"
"version": "1.17.0"
}
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.16.1",
"version": "1.17.0",
"private": true,
"pkglint": {
"include": "dependencies/node-version"
Expand Down
16 changes: 8 additions & 8 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.16.1",
"version": "1.17.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,19 +65,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
"@aws-cdk/assert": "1.17.0",
"cdk-build-tools": "1.17.0",
"cfn2ts": "1.17.0",
"pkglint": "1.17.0"
},
"dependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
46 changes: 23 additions & 23 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.16.1",
"version": "1.17.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -42,22 +42,22 @@
"compat": "cdk-compat"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.16.1",
"@aws-cdk/aws-codebuild": "1.16.1",
"@aws-cdk/aws-codepipeline": "1.16.1",
"@aws-cdk/aws-codepipeline-actions": "1.16.1",
"@aws-cdk/aws-events": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
"@aws-cdk/aws-cloudformation": "1.17.0",
"@aws-cdk/aws-codebuild": "1.17.0",
"@aws-cdk/aws-codepipeline": "1.17.0",
"@aws-cdk/aws-codepipeline-actions": "1.17.0",
"@aws-cdk/aws-events": "1.17.0",
"@aws-cdk/aws-iam": "1.17.0",
"@aws-cdk/core": "1.17.0",
"@aws-cdk/cx-api": "1.17.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"@aws-cdk/aws-s3": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"@aws-cdk/assert": "1.17.0",
"@aws-cdk/aws-s3": "1.17.0",
"cdk-build-tools": "1.17.0",
"cdk-integ-tools": "1.17.0",
"fast-check": "^1.18.1",
"pkglint": "1.16.1"
"pkglint": "1.17.0"
},
"repository": {
"type": "git",
Expand All @@ -76,14 +76,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.16.1",
"@aws-cdk/aws-codebuild": "1.16.1",
"@aws-cdk/aws-codepipeline": "1.16.1",
"@aws-cdk/aws-codepipeline-actions": "1.16.1",
"@aws-cdk/aws-events": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
"@aws-cdk/aws-cloudformation": "1.17.0",
"@aws-cdk/aws-codebuild": "1.17.0",
"@aws-cdk/aws-codepipeline": "1.17.0",
"@aws-cdk/aws-codepipeline-actions": "1.17.0",
"@aws-cdk/aws-events": "1.17.0",
"@aws-cdk/aws-iam": "1.17.0",
"@aws-cdk/core": "1.17.0",
"@aws-cdk/cx-api": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -98,4 +98,4 @@
"docs-public-apis:@aws-cdk/app-delivery.PipelineDeployStackActionProps"
]
}
}
}
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.16.1",
"version": "1.17.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.23",
"cdk-build-tools": "1.16.1",
"pkglint": "1.16.1"
"cdk-build-tools": "1.17.0",
"pkglint": "1.17.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1",
"@aws-cdk/cloudformation-diff": "1.17.0",
"@aws-cdk/core": "1.17.0",
"@aws-cdk/cx-api": "1.17.0",
"jest": "^24.9.0",
"source-map-support": "^0.5.16"
},
Expand Down
22 changes: 11 additions & 11 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.16.1",
"version": "1.17.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,25 +65,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"@aws-cdk/assert": "1.17.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"pkglint": "1.16.1",
"aws-cdk": "1.17.0",
"cdk-build-tools": "1.17.0",
"cdk-integ-tools": "1.17.0",
"pkglint": "1.17.0",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1",
"@aws-cdk/core": "1.17.0",
"@aws-cdk/cx-api": "1.17.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
"@aws-cdk/core": "1.17.0",
"@aws-cdk/cx-api": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -99,4 +99,4 @@
"docs-public-apis:@aws-cdk/assets.FollowMode"
]
}
}
}
16 changes: 8 additions & 8 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.16.1",
"version": "1.17.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,19 +65,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
"@aws-cdk/assert": "1.17.0",
"cdk-build-tools": "1.17.0",
"cfn2ts": "1.17.0",
"pkglint": "1.17.0"
},
"dependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
16 changes: 8 additions & 8 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.16.1",
"version": "1.17.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
"@aws-cdk/assert": "1.17.0",
"cdk-build-tools": "1.17.0",
"cfn2ts": "1.17.0",
"pkglint": "1.17.0"
},
"dependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.1"
"@aws-cdk/core": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
36 changes: 18 additions & 18 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.16.1",
"version": "1.17.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,27 +67,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.1",
"@aws-cdk/aws-ec2": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
"@aws-cdk/assert": "1.17.0",
"@aws-cdk/aws-ec2": "1.17.0",
"cdk-build-tools": "1.17.0",
"cdk-integ-tools": "1.17.0",
"cfn2ts": "1.17.0",
"pkglint": "1.17.0"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.16.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/aws-lambda": "1.16.1",
"@aws-cdk/core": "1.16.1"
"@aws-cdk/aws-certificatemanager": "1.17.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.17.0",
"@aws-cdk/aws-iam": "1.17.0",
"@aws-cdk/aws-lambda": "1.17.0",
"@aws-cdk/core": "1.17.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.16.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/aws-lambda": "1.16.1",
"@aws-cdk/core": "1.16.1"
"@aws-cdk/aws-certificatemanager": "1.17.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.17.0",
"@aws-cdk/aws-iam": "1.17.0",
"@aws-cdk/aws-lambda": "1.17.0",
"@aws-cdk/core": "1.17.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down Expand Up @@ -289,4 +289,4 @@
]
},
"stability": "stable"
}
}
Loading

0 comments on commit d946256

Please sign in to comment.