Skip to content

Commit

Permalink
v1.14.0 (#4619)
Browse files Browse the repository at this point in the history
* add a disclaimer about node upgrade
  • Loading branch information
Elad Ben-Israel authored Oct 22, 2019
1 parent fd167c3 commit 261a1bf
Show file tree
Hide file tree
Showing 280 changed files with 1,478 additions and 1,583 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.14.0](https://github.com/aws/aws-cdk/compare/v1.13.1...v1.14.0) (2019-10-22)

**NOTICE**: since Node.js 8.x is going out of maintenance [early next year](https://nodejs.org/en/about/releases), starting in the next release, we will only test the AWS CDK against Node.js 10.x. If you are using an older version of Node.js, we recommend to [upgrade](https://nodejs.org/en/).

### Bug Fixes

* **apigateway:** deployment not invalidated when integration is changed ([#4552](https://github.com/aws/aws-cdk/issues/4552)) ([eac7695](https://github.com/aws/aws-cdk/commit/eac7695)), closes [#4551](https://github.com/aws/aws-cdk/issues/4551) [aws-samples/aws-cdk-intro-workshop#83](https://github.com/aws-samples/aws-cdk-intro-workshop/issues/83)
* **cli:** patch security vulnerability in https-proxy-agent (npm advisory 1184) ([#4603](https://github.com/aws/aws-cdk/issues/4603)) ([ddb05f9](https://github.com/aws/aws-cdk/commit/ddb05f9))
* **cli:** upgrade proxy-agent to address security volnarability ([#4618](https://github.com/aws/aws-cdk/issues/4618)) ([5a941a2](https://github.com/aws/aws-cdk/commit/5a941a2))
* **cloudfront:** expose CfnDistribution as defaultChild ([#4556](https://github.com/aws/aws-cdk/issues/4556)) ([8a79cad](https://github.com/aws/aws-cdk/commit/8a79cad))
* **codepipeline:** work around CodeBuild's pipeline key bug ([#4183](https://github.com/aws/aws-cdk/issues/4183)) ([b149b02](https://github.com/aws/aws-cdk/commit/b149b02)), closes [#4033](https://github.com/aws/aws-cdk/issues/4033)
* **core:** child stack assembly metadata is duplidated on parent ([#4540](https://github.com/aws/aws-cdk/issues/4540)) ([eeb5ae9](https://github.com/aws/aws-cdk/commit/eeb5ae9)), closes [#2900](https://github.com/aws/aws-cdk/issues/2900)
* **eks:** invalid arn when mapping users to rbac ([#4549](https://github.com/aws/aws-cdk/issues/4549)) ([8f4a38d](https://github.com/aws/aws-cdk/commit/8f4a38d)), closes [#4545](https://github.com/aws/aws-cdk/issues/4545)
* **elbv2:** correct wrong invalidation rules ([#4583](https://github.com/aws/aws-cdk/issues/4583)) ([5f50e5f](https://github.com/aws/aws-cdk/commit/5f50e5f))
* **region-info:** add eu-west-1 to AWS_OLDER_REGIONS ([#4584](https://github.com/aws/aws-cdk/issues/4584)) ([7055ee3](https://github.com/aws/aws-cdk/commit/7055ee3))
* **s3:** access denied when adding an event notification to a s3 bucket ([#4219](https://github.com/aws/aws-cdk/issues/4219)) ([6f22446](https://github.com/aws/aws-cdk/commit/6f22446)), closes [#3318](https://github.com/aws/aws-cdk/issues/3318)
* **s3:** bucket notifications deleted during stack update ([#4458](https://github.com/aws/aws-cdk/issues/4458)) ([f5daa6e](https://github.com/aws/aws-cdk/commit/f5daa6e)), closes [#1566](https://github.com/aws/aws-cdk/issues/1566)
* **ssm:** allow specifying encryption key ([#4511](https://github.com/aws/aws-cdk/issues/4511)) ([02a447f](https://github.com/aws/aws-cdk/commit/02a447f)), closes [#4498](https://github.com/aws/aws-cdk/issues/4498)
* **stepfunctions:** map state validation fix ([#4382](https://github.com/aws/aws-cdk/issues/4382)) ([bbe0380](https://github.com/aws/aws-cdk/commit/bbe0380))
* **stepfunctions-tasks:** update resourceArn in service integrations ([#4598](https://github.com/aws/aws-cdk/issues/4598)) ([b0f8a74](https://github.com/aws/aws-cdk/commit/b0f8a74)), closes [#4597](https://github.com/aws/aws-cdk/issues/4597)


### Features

* **apigateway:** cors preflight support ([#4211](https://github.com/aws/aws-cdk/issues/4211)) ([0f06223](https://github.com/aws/aws-cdk/commit/0f06223))
* **ec2:** mutable? param for imported SecurityGroups ([#4493](https://github.com/aws/aws-cdk/issues/4493)) ([9764996](https://github.com/aws/aws-cdk/commit/9764996))
* **ecs-patterns:** add family name to queue processing service properties ([#4508](https://github.com/aws/aws-cdk/issues/4508)) ([b0874bb](https://github.com/aws/aws-cdk/commit/b0874bb)), closes [#4507](https://github.com/aws/aws-cdk/issues/4507)

## [1.13.1](https://github.com/aws/aws-cdk/compare/v1.13.0...v1.13.1) (2019-10-15)


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.13.1"
"version": "1.14.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"version": "1.13.1"
"version": "1.14.0"
}
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.13.1",
"version": "1.14.0",
"description": "The CDK Construct Library for Alexa::ASK",
"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.13.1",
"@aws-cdk/assert": "1.14.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"engines": {
"node": ">= 10.3.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.13.1",
"version": "1.14.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.13.1",
"@aws-cdk/aws-codebuild": "1.13.1",
"@aws-cdk/aws-codepipeline": "1.13.1",
"@aws-cdk/aws-codepipeline-actions": "1.13.1",
"@aws-cdk/aws-events": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
"@aws-cdk/aws-cloudformation": "1.14.0",
"@aws-cdk/aws-codebuild": "1.14.0",
"@aws-cdk/aws-codepipeline": "1.14.0",
"@aws-cdk/aws-codepipeline-actions": "1.14.0",
"@aws-cdk/aws-events": "1.14.0",
"@aws-cdk/aws-iam": "1.14.0",
"@aws-cdk/core": "1.14.0",
"@aws-cdk/cx-api": "1.14.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/aws-s3": "1.13.1",
"@aws-cdk/assert": "1.14.0",
"@aws-cdk/aws-s3": "1.14.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.17.0",
Expand All @@ -75,14 +75,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.13.1",
"@aws-cdk/aws-codebuild": "1.13.1",
"@aws-cdk/aws-codepipeline": "1.13.1",
"@aws-cdk/aws-codepipeline-actions": "1.13.1",
"@aws-cdk/aws-events": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
"@aws-cdk/aws-cloudformation": "1.14.0",
"@aws-cdk/aws-codebuild": "1.14.0",
"@aws-cdk/aws-codepipeline": "1.14.0",
"@aws-cdk/aws-codepipeline-actions": "1.14.0",
"@aws-cdk/aws-events": "1.14.0",
"@aws-cdk/aws-iam": "1.14.0",
"@aws-cdk/core": "1.14.0",
"@aws-cdk/cx-api": "1.14.0"
},
"engines": {
"node": ">= 10.3.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.13.1",
"version": "1.14.0",
"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.13.1",
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1",
"@aws-cdk/cloudformation-diff": "1.14.0",
"@aws-cdk/core": "1.14.0",
"@aws-cdk/cx-api": "1.14.0",
"jest": "^24.9.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.13.1",
"version": "1.14.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,25 +64,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/assert": "1.14.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.13.1",
"aws-cdk": "1.14.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1",
"@aws-cdk/core": "1.14.0",
"@aws-cdk/cx-api": "1.14.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.13.1",
"@aws-cdk/cx-api": "1.13.1"
"@aws-cdk/core": "1.14.0",
"@aws-cdk/cx-api": "1.14.0"
},
"engines": {
"node": ">= 10.3.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.13.1",
"version": "1.14.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"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.13.1",
"@aws-cdk/assert": "1.14.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"engines": {
"node": ">= 10.3.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.13.1",
"version": "1.14.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,16 +65,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/assert": "1.14.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.13.1"
"@aws-cdk/core": "1.14.0"
},
"engines": {
"node": ">= 10.3.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.13.1",
"version": "1.14.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,27 +66,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.13.1",
"@aws-cdk/aws-ec2": "1.13.1",
"@aws-cdk/assert": "1.14.0",
"@aws-cdk/aws-ec2": "1.14.0",
"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.13.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/aws-lambda": "1.13.1",
"@aws-cdk/core": "1.13.1"
"@aws-cdk/aws-certificatemanager": "1.14.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.14.0",
"@aws-cdk/aws-iam": "1.14.0",
"@aws-cdk/aws-lambda": "1.14.0",
"@aws-cdk/core": "1.14.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.13.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.13.1",
"@aws-cdk/aws-iam": "1.13.1",
"@aws-cdk/aws-lambda": "1.13.1",
"@aws-cdk/core": "1.13.1"
"@aws-cdk/aws-certificatemanager": "1.14.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.14.0",
"@aws-cdk/aws-iam": "1.14.0",
"@aws-cdk/aws-lambda": "1.14.0",
"@aws-cdk/core": "1.14.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down

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

Loading

0 comments on commit 261a1bf

Please sign in to comment.