Skip to content

Commit

Permalink
v1.13.0 (aws#4513)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
shivlaks authored Oct 15, 2019
1 parent 7c73bfb commit 250a270
Show file tree
Hide file tree
Showing 281 changed files with 1,592 additions and 1,732 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
# Change Log
# Changelog

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.13.0](https://github.com/aws/aws-cdk/compare/v1.12.0...v1.13.0) (2019-10-15)


### Bug Fixes

* **codepipeline:** allow adding an S3 source action with the same bucket multiple times ([#4481](https://github.com/aws/aws-cdk/issues/4481)) ([87458c1](https://github.com/aws/aws-cdk/commit/87458c1)), closes [#4237](https://github.com/aws/aws-cdk/issues/4237)
* use fixed dependency versions between CDK packages ([#4470](https://github.com/aws/aws-cdk/issues/4470)) ([1d1b8bc](https://github.com/aws/aws-cdk/commit/1d1b8bc))
* **cli:** remove warning about assets not included in diff ([#4454](https://github.com/aws/aws-cdk/issues/4454)) ([123c594](https://github.com/aws/aws-cdk/commit/123c594)), closes [#395](https://github.com/aws/aws-cdk/issues/395)
* **cli:** Use RegionalDomainName attribute in output of Toolkit stack for GovCloud and CN compatibility ([#4427](https://github.com/aws/aws-cdk/issues/4427)) ([adbc2e3](https://github.com/aws/aws-cdk/commit/adbc2e3)), closes [#1469](https://github.com/aws/aws-cdk/issues/1469)
* **codepipeline:** do not retain the default bucket key and alias ([#4400](https://github.com/aws/aws-cdk/issues/4400)) ([9740ed3](https://github.com/aws/aws-cdk/commit/9740ed3)), closes [#4336](https://github.com/aws/aws-cdk/issues/4336)
* **elbv2:** add new FS security policies ([#4425](https://github.com/aws/aws-cdk/issues/4425)) ([a4e63bd](https://github.com/aws/aws-cdk/commit/a4e63bd))
* **elbv2:** validate healthcheck intervals ([#4280](https://github.com/aws/aws-cdk/issues/4280)) ([3627e23](https://github.com/aws/aws-cdk/commit/3627e23)), closes [#4279](https://github.com/aws/aws-cdk/issues/4279)
* **s3-deployment:** lambda "src" not included in published module ([#4430](https://github.com/aws/aws-cdk/issues/4430)) ([d16080a](https://github.com/aws/aws-cdk/commit/d16080a)), closes [#4404](https://github.com/aws/aws-cdk/issues/4404)


### Features

* **aws-s3-deployment:** support specifying objects metadata ([#4288](https://github.com/aws/aws-cdk/issues/4288)) ([63cb2da](https://github.com/aws/aws-cdk/commit/63cb2da))
* **cli:** add tags to CDKToolkit stack through bootstrap cli command ([#4320](https://github.com/aws/aws-cdk/issues/4320)) ([4284aa2](https://github.com/aws/aws-cdk/commit/4284aa2)), closes [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227) [#4227](https://github.com/aws/aws-cdk/issues/4227)
* **cli:** notify option in deploy command to specify SNS Notification ARNs ([#4420](https://github.com/aws/aws-cdk/issues/4420)) ([7d6b474](https://github.com/aws/aws-cdk/commit/7d6b474)), closes [#2528](https://github.com/aws/aws-cdk/issues/2528)
* **codepipeline:** support cross-environment deployments for all actions ([#4276](https://github.com/aws/aws-cdk/issues/4276)) ([1eebf92](https://github.com/aws/aws-cdk/commit/1eebf92)), closes [#3389](https://github.com/aws/aws-cdk/issues/3389)
* **core:** Add ability to set stack description ([#4457](https://github.com/aws/aws-cdk/issues/4457)) ([#4477](https://github.com/aws/aws-cdk/issues/4477)) ([443394c](https://github.com/aws/aws-cdk/commit/443394c))
* **ecs:** add automated spot instance draining support ([#4360](https://github.com/aws/aws-cdk/issues/4360)) ([9c208d0](https://github.com/aws/aws-cdk/commit/9c208d0))
* **elbv2:** support `UDP` and `TCP_UDP` protocols ([#4390](https://github.com/aws/aws-cdk/issues/4390)) ([1958f26](https://github.com/aws/aws-cdk/commit/1958f26))
* **s3-deployment:** optional role override for bucket-deployment ([#4284](https://github.com/aws/aws-cdk/issues/4284)) ([e1b48bc](https://github.com/aws/aws-cdk/commit/e1b48bc))

## [1.12.0](https://github.com/aws/aws-cdk/compare/v1.11.0...v1.12.0) (2019-10-07)


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.12.0"
"version": "1.13.0"
}
3 changes: 2 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "git://github.com/aws/aws-cdk"
},
"standard-version": {
"releaseCommitMessageFormat": "{{currentTag}}",
"releaseCommitMessageFormat": "v{{currentTag}}",
"scripts": {
"prebump": "echo $(node -pe \"require('./lerna.json').version\")",
"precommit": "git add ."
Expand All @@ -38,5 +38,6 @@
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
}
},
"version": "1.13.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.

10 changes: 5 additions & 5 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.12.0",
"version": "1.13.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,19 +64,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/assert": "1.13.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.

40 changes: 20 additions & 20 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.12.0",
"version": "1.13.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.12.0",
"@aws-cdk/aws-codebuild": "1.12.0",
"@aws-cdk/aws-codepipeline": "1.12.0",
"@aws-cdk/aws-codepipeline-actions": "1.12.0",
"@aws-cdk/aws-events": "1.12.0",
"@aws-cdk/aws-iam": "1.12.0",
"@aws-cdk/core": "1.12.0",
"@aws-cdk/cx-api": "1.12.0"
"@aws-cdk/aws-cloudformation": "1.13.0",
"@aws-cdk/aws-codebuild": "1.13.0",
"@aws-cdk/aws-codepipeline": "1.13.0",
"@aws-cdk/aws-codepipeline-actions": "1.13.0",
"@aws-cdk/aws-events": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/aws-s3": "^1.12.0",
"@aws-cdk/assert": "1.13.0",
"@aws-cdk/aws-s3": "1.13.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,17 +75,17 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.12.0",
"@aws-cdk/aws-codebuild": "1.12.0",
"@aws-cdk/aws-codepipeline": "1.12.0",
"@aws-cdk/aws-codepipeline-actions": "1.12.0",
"@aws-cdk/aws-events": "1.12.0",
"@aws-cdk/aws-iam": "1.12.0",
"@aws-cdk/core": "1.12.0",
"@aws-cdk/cx-api": "1.12.0"
"@aws-cdk/aws-cloudformation": "1.13.0",
"@aws-cdk/aws-codebuild": "1.13.0",
"@aws-cdk/aws-codepipeline": "1.13.0",
"@aws-cdk/aws-codepipeline-actions": "1.13.0",
"@aws-cdk/aws-events": "1.13.0",
"@aws-cdk/aws-iam": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.12.0",
"version": "1.13.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.12.0",
"@aws-cdk/core": "1.12.0",
"@aws-cdk/cx-api": "1.12.0",
"@aws-cdk/cloudformation-diff": "1.13.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.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.

16 changes: 8 additions & 8 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.12.0",
"version": "1.13.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.12.0",
"@aws-cdk/assert": "1.13.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "^1.12.0",
"aws-cdk": "1.13.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.12.0",
"@aws-cdk/cx-api": "1.12.0",
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.12.0",
"@aws-cdk/cx-api": "1.12.0"
"@aws-cdk/core": "1.13.0",
"@aws-cdk/cx-api": "1.13.0"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -91,4 +91,4 @@
"minimatch"
],
"stability": "experimental"
}
}
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.

10 changes: 5 additions & 5 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.12.0",
"version": "1.13.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,19 +64,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/assert": "1.13.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.

10 changes: 5 additions & 5 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.12.0",
"version": "1.13.0",
"description": "The CDK Construct Library for AWS::Amplify",
"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.12.0",
"@aws-cdk/assert": "1.13.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.12.0"
"@aws-cdk/core": "1.13.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.

Loading

0 comments on commit 250a270

Please sign in to comment.