Skip to content

Commit

Permalink
release: v1.11.0 (#4343)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
RomainMuller authored Oct 2, 2019
1 parent 306d1c0 commit 4ed4d96
Show file tree
Hide file tree
Showing 278 changed files with 1,570 additions and 1,550 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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


### Bug Fixes

* **cli:** make new CLI work with old assembly versions ([#4307](https://github.com/aws/aws-cdk/issues/4307)) ([2f979b7](https://github.com/aws/aws-cdk/commit/2f979b7)), closes [#4294](https://github.com/aws/aws-cdk/issues/4294)
* **iam:** validate actions ([#4278](https://github.com/aws/aws-cdk/issues/4278)) ([3917c4b](https://github.com/aws/aws-cdk/commit/3917c4b))
* **stepfunctions:** allow condition on array ([#4340](https://github.com/aws/aws-cdk/issues/4340)) ([47203f4](https://github.com/aws/aws-cdk/commit/47203f4))


### Features

* **codepipeline:** validate that source actions are in the same region as the pipeline ([#4303](https://github.com/aws/aws-cdk/issues/4303)) ([c35091f](https://github.com/aws/aws-cdk/commit/c35091f))
* update CloudFormation resource specification to v6.2.0 ([#4309](https://github.com/aws/aws-cdk/issues/4309)) ([92b05a6](https://github.com/aws/aws-cdk/commit/92b05a6))
* **cli:** Add Jest tests to JavaScript init templates ([#4282](https://github.com/aws/aws-cdk/issues/4282)) ([22a5ada](https://github.com/aws/aws-cdk/commit/22a5ada)), closes [#4027](https://github.com/aws/aws-cdk/issues/4027)
* **ecs-patterns:** Allow overriding `loadBalancer` and `taskDefinition` ([#4213](https://github.com/aws/aws-cdk/issues/4213)) ([f2a6d46](https://github.com/aws/aws-cdk/commit/f2a6d46))
* **lambda:** event-source maxBatchingWindow property ([#4260](https://github.com/aws/aws-cdk/issues/4260)) ([4040032](https://github.com/aws/aws-cdk/commit/4040032))



## [1.10.1](https://github.com/aws/aws-cdk/compare/v1.10.0...v1.10.1) (2019-10-01)


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

28 changes: 14 additions & 14 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.10.0",
"version": "1.11.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.10.0",
"@aws-cdk/aws-ec2": "^1.10.0",
"@aws-cdk/assert": "^1.11.0",
"@aws-cdk/aws-ec2": "^1.11.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.10.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@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"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.10.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@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"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -110,4 +110,4 @@
]
},
"stability": "stable"
}
}

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

Loading

0 comments on commit 4ed4d96

Please sign in to comment.