Skip to content

Commit

Permalink
v.19.0 (#5446)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
rix0rrr authored Dec 17, 2019
1 parent d50344a commit 5597bbe
Show file tree
Hide file tree
Showing 146 changed files with 1,901 additions and 1,849 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@

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.19.0](https://github.com/aws/aws-cdk/compare/v1.18.0...v1.19.0) (2019-12-17)


### ⚠ BREAKING CHANGES

* **route53:** the value of `hostedZoneId` will no longer include `/hostedzone/` prefix and only includes the hostedZoneId when using `HostedZone.fromLookup` or `fromHostedZoneAttributes`

### Features

* **appsync:** add L2 constuct for AppSync ([#4438](https://github.com/aws/aws-cdk/issues/4438)) ([226b27a](https://github.com/aws/aws-cdk/commit/226b27afe719093d074187bafb84231448e7b933))
* **cfnspec:** Update CloudFormation spec to v10.1.0 ([#5431](https://github.com/aws/aws-cdk/issues/5431)) ([ac905ac](https://github.com/aws/aws-cdk/commit/ac905aca92f2d3484b95739e16a796a49df6bcf6))
* **cli:** always exit with 0 on cdk diff (under feature flag) ([#4721](https://github.com/aws/aws-cdk/issues/4721)) ([3ffd810](https://github.com/aws/aws-cdk/commit/3ffd810879eae4144778a9a5c995aad88fa6d9d8)), closes [#4650](https://github.com/aws/aws-cdk/issues/4650) [#4708](https://github.com/aws/aws-cdk/issues/4708)
* **cloudformation:** import CloudFormation resource specification v9.1.1 ([#5297](https://github.com/aws/aws-cdk/issues/5297)) ([7f33541](https://github.com/aws/aws-cdk/commit/7f33541146ed96acb0ef8123f6a91e36d56e3e4e))
* **cloudformation:** update Resource Specification to v10.0.0 ([#5339](https://github.com/aws/aws-cdk/issues/5339)) ([3db8565](https://github.com/aws/aws-cdk/commit/3db856573498214e57afb9ffbf30697ba152e7b5)), closes [#5302](https://github.com/aws/aws-cdk/issues/5302)
* **cloudfront:** CloudFrontOriginAccessIdentity ([#4491](https://github.com/aws/aws-cdk/issues/4491)) ([8623fe5](https://github.com/aws/aws-cdk/commit/8623fe56d0d38bc9e02f1742601014924bd5250f))
* **codebuild:** support AL2 2.0 & Standard 3.0 ([#5226](https://github.com/aws/aws-cdk/issues/5226)) ([e6ef981](https://github.com/aws/aws-cdk/commit/e6ef98127d070e7e5aabf839cecc198594700e1b))
* **codebuild:** Support ARM-based AL2 image ([#5233](https://github.com/aws/aws-cdk/issues/5233)) ([8fc5622](https://github.com/aws/aws-cdk/commit/8fc562222f4a6ff37c125247b2a4a532524aba8a))
* **codepipeline:** allow retrieving created stages and actions ([#5206](https://github.com/aws/aws-cdk/issues/5206)) ([a5b056b](https://github.com/aws/aws-cdk/commit/a5b056b71e57b79aa568434fbe98bca207f2113f)), closes [#4878](https://github.com/aws/aws-cdk/issues/4878)
* **ec2:** access gateways created by NatProvider ([#4948](https://github.com/aws/aws-cdk/issues/4948)) ([5907055](https://github.com/aws/aws-cdk/commit/590705586eb545c2c55cea1c0733b6d5f0876765)), closes [#4858](https://github.com/aws/aws-cdk/issues/4858)
* **ec2:** Add missing EC2 instance types ([#5349](https://github.com/aws/aws-cdk/issues/5349)) ([#5350](https://github.com/aws/aws-cdk/issues/5350)) ([bc161d6](https://github.com/aws/aws-cdk/commit/bc161d6e2db80091fd82dc7b13a450fff5a7aa80))
* **ec2:** Add REKOGNITION_FIPS interface endpoint ([#5316](https://github.com/aws/aws-cdk/issues/5316)) ([b291280](https://github.com/aws/aws-cdk/commit/b291280d82677ae4f58ee1f78c44803b194864fd)), closes [#5314](https://github.com/aws/aws-cdk/issues/5314)
* **ecs:** Add support for ECS DeploymentController ([#5402](https://github.com/aws/aws-cdk/issues/5402)) ([58e67e6](https://github.com/aws/aws-cdk/commit/58e67e6185fae008d797c68417f1653b1ecee2d6))
* **ecs-patterns:** healthyPercent on ALB, NLB, Fargate ([#4820](https://github.com/aws/aws-cdk/issues/4820)) ([150e65c](https://github.com/aws/aws-cdk/commit/150e65cababe8ba44183436b9964f7b70f47eb0c))
* **events:** add static grantPutEvents() to EventBus ([#5133](https://github.com/aws/aws-cdk/issues/5133)) ([0823396](https://github.com/aws/aws-cdk/commit/08233965e7a1a32e518b08a4d6671ffe702a239d))
* **lambda:** function can be attached to a list of security groups in the vpc ([#5049](https://github.com/aws/aws-cdk/issues/5049)) ([4c1a9ec](https://github.com/aws/aws-cdk/commit/4c1a9ec2fbb08b7d3406e767e69e43a42fd935a9))
* **region-info:** throw exception when no fact found ([#5166](https://github.com/aws/aws-cdk/issues/5166)) ([88df1eb](https://github.com/aws/aws-cdk/commit/88df1ebdbe9faf3717ed32a7daf96e3668bb483e)), closes [#3194](https://github.com/aws/aws-cdk/issues/3194)
* **sns:** support KMS masterKey on SNS ([#5052](https://github.com/aws/aws-cdk/issues/5052)) ([edd5395](https://github.com/aws/aws-cdk/commit/edd53959af38969339205a5c33aaab11acc72fa6)), closes [#1729](https://github.com/aws/aws-cdk/issues/1729)
* Make activating Python virtualenv easier on Windows ([#5014](https://github.com/aws/aws-cdk/issues/5014)) ([fc73747](https://github.com/aws/aws-cdk/commit/fc73747cc7c56ba7e2911745c3dc92e2d25b001b))


### Bug Fixes

* **apigateway:** unable to enable cors with a root proxy and LambdaRestApi ([#5249](https://github.com/aws/aws-cdk/issues/5249)) ([f3d5fc9](https://github.com/aws/aws-cdk/commit/f3d5fc98fefdf379f62925bbdf30bb7eecfa0a52)), closes [#5232](https://github.com/aws/aws-cdk/issues/5232)
* **cdk-dasm:** prevent duplicate imports ([#5293](https://github.com/aws/aws-cdk/issues/5293)) ([d4562b7](https://github.com/aws/aws-cdk/commit/d4562b78627599f5f2efbaf6573addd51ee932e2))
* **cli:** fix the behaviour for the `--generate-only` flag ([#5253](https://github.com/aws/aws-cdk/issues/5253)) ([ecbe0b6](https://github.com/aws/aws-cdk/commit/ecbe0b6ab2e652454d561879f699821bfb18b81a))
* **cli:** this.node.addError does not cause `cdk diff` to fail [#4700](https://github.com/aws/aws-cdk/issues/4700) ([#5284](https://github.com/aws/aws-cdk/issues/5284)) ([1b12dba](https://github.com/aws/aws-cdk/commit/1b12dba660acbff1b64780198db768f9b4f481ed))
* **cloudfront:** associated lambda role requires edgelambda.amazonaws.com ([#5191](https://github.com/aws/aws-cdk/issues/5191)) ([173d886](https://github.com/aws/aws-cdk/commit/173d8862f3ad8237357f4704c16ddfbcc0708a04)), closes [#5180](https://github.com/aws/aws-cdk/issues/5180)
* **codebuild:** add deprecation warning for UBUNTU_14_04 ([#5234](https://github.com/aws/aws-cdk/issues/5234)) ([c1b575f](https://github.com/aws/aws-cdk/commit/c1b575fb7ecc864600769d0fff2e85dc2e84db9c))
* **codepipeline:** CloudFormation deployment role always gets pipeline bucket and key permissions ([#5190](https://github.com/aws/aws-cdk/issues/5190)) ([d5c0f3e](https://github.com/aws/aws-cdk/commit/d5c0f3edd9b4315ad208af4d2a4308ec80f273ce)), closes [#5183](https://github.com/aws/aws-cdk/issues/5183)
* **core:** dependencies across stack boundaries of all kinds ([#5211](https://github.com/aws/aws-cdk/issues/5211)) ([d1f0dd5](https://github.com/aws/aws-cdk/commit/d1f0dd5b3192877329879e058f5cffb9b312cef5)), closes [#4460](https://github.com/aws/aws-cdk/issues/4460) [#4474](https://github.com/aws/aws-cdk/issues/4474)
* **dockerfile:** `docker build` is missing `dotnet` ([#5091](https://github.com/aws/aws-cdk/issues/5091)) ([18fa3aa](https://github.com/aws/aws-cdk/commit/18fa3aa985346d7764da0d700fdc70011b5e44ad))
* **docs:** update removed subscribeLambda method example ([#5060](https://github.com/aws/aws-cdk/issues/5060)) ([d2a86a5](https://github.com/aws/aws-cdk/commit/d2a86a575377737b7d5772afb6d012aa80fa2b0f))
* **dynamodb:** add missing permission for read stream data ([#5074](https://github.com/aws/aws-cdk/issues/5074)) ([22688ce](https://github.com/aws/aws-cdk/commit/22688ce838de5cd97d8ef3cf9694ce2e346d00dd))
* **dynamodb:** stacks created by GlobalTable correctly inherit their account. ([#5202](https://github.com/aws/aws-cdk/issues/5202)) ([5ad5407](https://github.com/aws/aws-cdk/commit/5ad54075fb3f7e363ab63c9cf02e01e1db4685b5)), closes [#4882](https://github.com/aws/aws-cdk/issues/4882)
* **ec2:** can't add non-default routes to subnets ([#5332](https://github.com/aws/aws-cdk/issues/5332)) ([e4309ab](https://github.com/aws/aws-cdk/commit/e4309abf07f3b0cc9f2f2f89789f14669f3d3581))
* **ec2:** CIDR for "any" IPv6 too long ([#5179](https://github.com/aws/aws-cdk/issues/5179)) ([3695d8c](https://github.com/aws/aws-cdk/commit/3695d8c64e070efc9b3ea42384aaf24e12af18ce))
* **ec2:** Fix CODEBUILD_FIPS interface endpoint ([#5315](https://github.com/aws/aws-cdk/issues/5315)) ([465c848](https://github.com/aws/aws-cdk/commit/465c8484c65acc69141acd3dad6a61e5955e7cc6))
* **ecr:** remove deprecated requirement on docs and comments ([#5428](https://github.com/aws/aws-cdk/issues/5428)) ([40ec78e](https://github.com/aws/aws-cdk/commit/40ec78e31cb476d42b329fee2cf35aaed7faed02)), closes [#2857](https://github.com/aws/aws-cdk/issues/2857) [#2857](https://github.com/aws/aws-cdk/issues/2857) [#3273](https://github.com/aws/aws-cdk/issues/3273)
* **init-templates:** use pytest for Python sample-app init template ([#5325](https://github.com/aws/aws-cdk/issues/5325)) ([6c25da7](https://github.com/aws/aws-cdk/commit/6c25da77089d38954d75d9b726b8b92845546057)), closes [#5313](https://github.com/aws/aws-cdk/issues/5313)
* **route53:** return plain hosted zone id without /hostedzone/ prefix ([#5230](https://github.com/aws/aws-cdk/issues/5230)) ([5e08753](https://github.com/aws/aws-cdk/commit/5e0875341fae8eee4489bcda495a6dcc246cad63))
* **sfn:** Task `parameters` property does nothing ([#5408](https://github.com/aws/aws-cdk/issues/5408)) ([01df7c6](https://github.com/aws/aws-cdk/commit/01df7c659bd8734f927b981e6e40aa675999671a)), closes [#5267](https://github.com/aws/aws-cdk/issues/5267)
* **test:** fix .nycrc symlinking ([#5245](https://github.com/aws/aws-cdk/issues/5245)) ([d2496e0](https://github.com/aws/aws-cdk/commit/d2496e0e1e4fa0b15604fa089105854e8e937e1f))

## [1.18.0](https://github.com/aws/aws-cdk/compare/v1.17.1...v1.18.0) (2019-11-25)

### General Availability of AWS CDK for .NET and Java!! 🎉🎉🥂🥂🍾🍾
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.18.0"
"version": "1.19.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.18.0",
"version": "1.19.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.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -74,19 +74,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.18.0",
"version": "1.19.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,22 +40,22 @@
"compat": "cdk-compat"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.18.0",
"@aws-cdk/aws-codebuild": "1.18.0",
"@aws-cdk/aws-codepipeline": "1.18.0",
"@aws-cdk/aws-codepipeline-actions": "1.18.0",
"@aws-cdk/aws-events": "1.18.0",
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0",
"@aws-cdk/cx-api": "1.18.0"
"@aws-cdk/aws-cloudformation": "1.19.0",
"@aws-cdk/aws-codebuild": "1.19.0",
"@aws-cdk/aws-codepipeline": "1.19.0",
"@aws-cdk/aws-codepipeline-actions": "1.19.0",
"@aws-cdk/aws-events": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/cx-api": "1.19.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"@aws-cdk/aws-s3": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"@aws-cdk/assert": "1.19.0",
"@aws-cdk/aws-s3": "1.19.0",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"fast-check": "^1.20.1",
"pkglint": "1.18.0"
"pkglint": "1.19.0"
},
"repository": {
"type": "git",
Expand All @@ -74,14 +74,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.18.0",
"@aws-cdk/aws-codebuild": "1.18.0",
"@aws-cdk/aws-codepipeline": "1.18.0",
"@aws-cdk/aws-codepipeline-actions": "1.18.0",
"@aws-cdk/aws-events": "1.18.0",
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0",
"@aws-cdk/cx-api": "1.18.0"
"@aws-cdk/aws-cloudformation": "1.19.0",
"@aws-cdk/aws-codebuild": "1.19.0",
"@aws-cdk/aws-codepipeline": "1.19.0",
"@aws-cdk/aws-codepipeline-actions": "1.19.0",
"@aws-cdk/aws-events": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/cx-api": "1.19.0"
},
"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.18.0",
"version": "1.19.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.18.0",
"pkglint": "1.18.0"
"cdk-build-tools": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.18.0",
"@aws-cdk/core": "1.18.0",
"@aws-cdk/cx-api": "1.18.0",
"@aws-cdk/cloudformation-diff": "1.19.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/cx-api": "1.19.0",
"jest": "^24.9.0",
"source-map-support": "^0.5.16"
},
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.18.0",
"version": "1.19.0",
"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.18.0",
"@aws-cdk/assert": "1.19.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"pkglint": "1.18.0",
"aws-cdk": "1.19.0",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"pkglint": "1.19.0",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.18.0",
"@aws-cdk/cx-api": "1.18.0",
"@aws-cdk/core": "1.19.0",
"@aws-cdk/cx-api": "1.19.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.18.0",
"@aws-cdk/cx-api": "1.18.0"
"@aws-cdk/core": "1.19.0",
"@aws-cdk/cx-api": "1.19.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
16 changes: 8 additions & 8 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.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::AccessAnalyzer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -75,19 +75,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -74,19 +74,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.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.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -75,19 +75,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.18.0"
"@aws-cdk/core": "1.19.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
Loading

0 comments on commit 5597bbe

Please sign in to comment.