Skip to content

Commit

Permalink
v1.12.0 (#4392)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
nija-at committed Oct 7, 2019
1 parent 3313552 commit 923055e
Show file tree
Hide file tree
Showing 278 changed files with 1,470 additions and 1,580 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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


### Bug Fixes

* **apigateway:** defaultChild on RestApi returns the underlying L1 ([#4318](https://github.com/aws/aws-cdk/issues/4318)) ([53db8bc](https://github.com/aws/aws-cdk/commit/53db8bc)), closes [#3234](https://github.com/aws/aws-cdk/issues/3234)
* **cloudmap:** fix CloudMap Service import, expose ECS CloudMap Service ([#4313](https://github.com/aws/aws-cdk/issues/4313)) ([c968c96](https://github.com/aws/aws-cdk/commit/c968c96)), closes [#4286](https://github.com/aws/aws-cdk/issues/4286)
* **codebuild:** validate if a CodePipeline action that is cross-account does not have outputs ([#4171](https://github.com/aws/aws-cdk/issues/4171)) ([1744f8a](https://github.com/aws/aws-cdk/commit/1744f8a)), closes [#4032](https://github.com/aws/aws-cdk/issues/4032)
* **custom-resources:** support region for AwsCustomResource ([#4298](https://github.com/aws/aws-cdk/issues/4298)) ([934d36f](https://github.com/aws/aws-cdk/commit/934d36f)), closes [#4292](https://github.com/aws/aws-cdk/issues/4292)
* **ecr-assets:** `exclude` option ([#4354](https://github.com/aws/aws-cdk/issues/4354)) ([f96b2fb](https://github.com/aws/aws-cdk/commit/f96b2fb)), closes [#4353](https://github.com/aws/aws-cdk/issues/4353) [#4353](https://github.com/aws/aws-cdk/issues/4353)
* **ecs:** nat network mode for windows tasks ([#4317](https://github.com/aws/aws-cdk/issues/4317)) ([9ceb995](https://github.com/aws/aws-cdk/commit/9ceb995)), closes [#4272](https://github.com/aws/aws-cdk/issues/4272)
* **lambda-event-sources:** add missing export of streams.ts ([#4362](https://github.com/aws/aws-cdk/issues/4362)) ([032b70c](https://github.com/aws/aws-cdk/commit/032b70c)), closes [#4352](https://github.com/aws/aws-cdk/issues/4352)


### Features

* **cloudformation:** nested stacks ([#2821](https://github.com/aws/aws-cdk/issues/2821)) ([5225306](https://github.com/aws/aws-cdk/commit/5225306)), closes [#239](https://github.com/aws/aws-cdk/issues/239) [#395](https://github.com/aws/aws-cdk/issues/395) [#3437](https://github.com/aws/aws-cdk/issues/3437) [#1439](https://github.com/aws/aws-cdk/issues/1439) [#3463](https://github.com/aws/aws-cdk/issues/3463)
* **ecs:** add a new API for registering ECS targets ([#4212](https://github.com/aws/aws-cdk/issues/4212)) ([de84c4a](https://github.com/aws/aws-cdk/commit/de84c4a))
* **ecs:** add support for ProxyConfiguration in ECS TaskDefinition ([#4007](https://github.com/aws/aws-cdk/issues/4007)) ([68e1e85](https://github.com/aws/aws-cdk/commit/68e1e85))
* **ecs:** Add warning message when pulling ECR image ([#4334](https://github.com/aws/aws-cdk/issues/4334)) ([bd36c6c](https://github.com/aws/aws-cdk/commit/bd36c6c))
* **ecs-patterns:** add CloudMapOptions to load balanced services ([#4369](https://github.com/aws/aws-cdk/issues/4369)) ([de0a028](https://github.com/aws/aws-cdk/commit/de0a028))
* **rds:** add support for monitoring to database cluster ([#2828](https://github.com/aws/aws-cdk/issues/2828)) ([910c8bf](https://github.com/aws/aws-cdk/commit/910c8bf)), closes [#2826](https://github.com/aws/aws-cdk/issues/2826)
* **stepfunctions:** add support for Map state ([#4145](https://github.com/aws/aws-cdk/issues/4145)) ([c8f0bcf](https://github.com/aws/aws-cdk/commit/c8f0bcf))


### BREAKING CHANGES

* **cloudmap:** `cloudmap.Service.fromServiceAttributes` takes a newly
required argument `namespace`.


## [1.11.0](https://github.com/aws/aws-cdk/compare/v1.10.1...v1.11.0) (2019-10-02)


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.11.0"
"version": "1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/assert": "^1.12.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/aws-codebuild": "^1.11.0",
"@aws-cdk/aws-codepipeline": "^1.11.0",
"@aws-cdk/aws-codepipeline-actions": "^1.11.0",
"@aws-cdk/aws-events": "^1.11.0",
"@aws-cdk/aws-iam": "^1.11.0",
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/cx-api": "^1.11.0"
"@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"
},
"devDependencies": {
"@aws-cdk/assert": "^1.11.0",
"@aws-cdk/aws-s3": "^1.11.0",
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/aws-s3": "^1.12.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.11.0",
"@aws-cdk/aws-codebuild": "^1.11.0",
"@aws-cdk/aws-codepipeline": "^1.11.0",
"@aws-cdk/aws-codepipeline-actions": "^1.11.0",
"@aws-cdk/aws-events": "^1.11.0",
"@aws-cdk/aws-iam": "^1.11.0",
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/cx-api": "^1.11.0"
"@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"
},
"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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/cx-api": "^1.11.0",
"@aws-cdk/cloudformation-diff": "^1.12.0",
"@aws-cdk/core": "^1.12.0",
"@aws-cdk/cx-api": "^1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/assert": "^1.12.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "^1.11.0",
"aws-cdk": "^1.12.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.11.0",
"@aws-cdk/cx-api": "^1.11.0",
"@aws-cdk/core": "^1.12.0",
"@aws-cdk/cx-api": "^1.12.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/cx-api": "^1.11.0"
"@aws-cdk/core": "^1.12.0",
"@aws-cdk/cx-api": "^1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/assert": "^1.12.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/assert": "^1.12.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/core": "^1.12.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.11.0",
"version": "1.12.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.11.0",
"@aws-cdk/aws-ec2": "^1.11.0",
"@aws-cdk/assert": "^1.12.0",
"@aws-cdk/aws-ec2": "^1.12.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.11.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.11.0",
"@aws-cdk/aws-iam": "^1.11.0",
"@aws-cdk/aws-lambda": "^1.11.0",
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/aws-certificatemanager": "^1.12.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.12.0",
"@aws-cdk/aws-iam": "^1.12.0",
"@aws-cdk/aws-lambda": "^1.12.0",
"@aws-cdk/core": "^1.12.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.11.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.11.0",
"@aws-cdk/aws-iam": "^1.11.0",
"@aws-cdk/aws-lambda": "^1.11.0",
"@aws-cdk/core": "^1.11.0"
"@aws-cdk/aws-certificatemanager": "^1.12.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.12.0",
"@aws-cdk/aws-iam": "^1.12.0",
"@aws-cdk/aws-lambda": "^1.12.0",
"@aws-cdk/core": "^1.12.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 923055e

Please sign in to comment.