Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixiang-AWS committed Jul 3, 2019
1 parent c3f5398 commit f56b9e6
Show file tree
Hide file tree
Showing 129 changed files with 1,692 additions and 1,671 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.


## [0.36.2](https://github.com/awslabs/aws-cdk/compare/v0.36.1...v0.36.2) (2019-07-03)


### Bug Fixes

* **cli:** generate metadata resource for region-independent stacks ([#3149](https://github.com/awslabs/aws-cdk/issues/3149)) ([0fb7ea3](https://github.com/awslabs/aws-cdk/commit/0fb7ea3)), closes [#3142](https://github.com/awslabs/aws-cdk/issues/3142)
* **cli:** stop processing on metadata errors ([#3168](https://github.com/awslabs/aws-cdk/issues/3168)) ([0936bde](https://github.com/awslabs/aws-cdk/commit/0936bde))
* **codepipeline:** correctly pass the replication buckets to Action.bind() ([#3131](https://github.com/awslabs/aws-cdk/issues/3131)) ([99ae5e7](https://github.com/awslabs/aws-cdk/commit/99ae5e7))
* **codepipeline:** grant missing permisisons to the CloudFormationExecuteChangeSetAction. ([#3178](https://github.com/awslabs/aws-cdk/issues/3178)) ([958acc2](https://github.com/awslabs/aws-cdk/commit/958acc2)), closes [#3160](https://github.com/awslabs/aws-cdk/issues/3160)
* **codepipeline:** grant the CodeCommit source Action read-write permissions to the Pipeline's Bucket. ([#3175](https://github.com/awslabs/aws-cdk/issues/3175)) ([bd46e49](https://github.com/awslabs/aws-cdk/commit/bd46e49)), closes [#3170](https://github.com/awslabs/aws-cdk/issues/3170)
* **core:** prevent volatile physical name generation ([#2984](https://github.com/awslabs/aws-cdk/issues/2984)) ([af2680c](https://github.com/awslabs/aws-cdk/commit/af2680c))
* **ecs:** remove temporary workaround for long arn support ([#3072](https://github.com/awslabs/aws-cdk/issues/3072)) ([9fdb63f](https://github.com/awslabs/aws-cdk/commit/9fdb63f)), closes [#2176](https://github.com/awslabs/aws-cdk/issues/2176)


### Features

* **codedeploy:** allow setting a Deployment Configuration for an imported Lambda Deployment Group. ([#3158](https://github.com/awslabs/aws-cdk/issues/3158)) ([05a49f0](https://github.com/awslabs/aws-cdk/commit/05a49f0))
* **iam:** can configure 'deny' for policy statements ([#3165](https://github.com/awslabs/aws-cdk/issues/3165)) ([6679e86](https://github.com/awslabs/aws-cdk/commit/6679e86))


## [0.36.1](https://github.com/awslabs/aws-cdk/compare/v0.36.0...v0.36.1) (2019-07-01)

### Bug Fixes
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": "0.36.1"
"version": "0.36.2"
}
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": "0.36.1",
"version": "0.36.2",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cfn2ts": "^0.36.1",
"pkglint": "^0.36.1"
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
},
"dependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
46 changes: 23 additions & 23 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": "0.36.1",
"version": "0.36.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,22 +40,22 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.36.1",
"@aws-cdk/aws-codebuild": "^0.36.1",
"@aws-cdk/aws-codepipeline": "^0.36.1",
"@aws-cdk/aws-codepipeline-actions": "^0.36.1",
"@aws-cdk/aws-events": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1"
"@aws-cdk/aws-cloudformation": "^0.36.2",
"@aws-cdk/aws-codebuild": "^0.36.2",
"@aws-cdk/aws-codepipeline": "^0.36.2",
"@aws-cdk/aws-codepipeline-actions": "^0.36.2",
"@aws-cdk/aws-events": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
},
"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"@aws-cdk/aws-s3": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cdk-integ-tools": "^0.36.1",
"@aws-cdk/assert": "^0.36.2",
"@aws-cdk/aws-s3": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cdk-integ-tools": "^0.36.2",
"fast-check": "^1.15.1",
"pkglint": "^0.36.1"
"pkglint": "^0.36.2"
},
"repository": {
"type": "git",
Expand All @@ -74,17 +74,17 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.36.1",
"@aws-cdk/aws-codebuild": "^0.36.1",
"@aws-cdk/aws-codepipeline": "^0.36.1",
"@aws-cdk/aws-codepipeline-actions": "^0.36.1",
"@aws-cdk/aws-events": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1"
"@aws-cdk/aws-cloudformation": "^0.36.2",
"@aws-cdk/aws-codebuild": "^0.36.2",
"@aws-cdk/aws-codepipeline": "^0.36.2",
"@aws-cdk/aws-codepipeline-actions": "^0.36.2",
"@aws-cdk/aws-events": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
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": "0.36.1",
"version": "0.36.2",
"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.15",
"cdk-build-tools": "^0.36.1",
"pkglint": "^0.36.1"
"cdk-build-tools": "^0.36.2",
"pkglint": "^0.36.2"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "^0.36.1",
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1",
"@aws-cdk/cloudformation-diff": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2",
"jest": "^24.8.0",
"source-map-support": "^0.5.12"
},
Expand Down
22 changes: 11 additions & 11 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": "0.36.1",
"version": "0.36.2",
"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": "^0.36.1",
"@aws-cdk/assert": "^0.36.2",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cdk-integ-tools": "^0.36.1",
"pkglint": "^0.36.1",
"aws-cdk": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cdk-integ-tools": "^0.36.2",
"pkglint": "^0.36.2",
"sinon": "^7.3.2",
"ts-mock-imports": "^1.2.3"
},
"dependencies": {
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^0.36.1",
"@aws-cdk/cx-api": "^0.36.1"
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -90,4 +90,4 @@
"minimatch"
],
"stability": "stable"
}
}
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": "0.36.1",
"version": "0.36.2",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cfn2ts": "^0.36.1",
"pkglint": "^0.36.1"
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
},
"dependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"engines": {
"node": ">= 8.10.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": "0.36.1",
"version": "0.36.2",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,19 +67,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cfn2ts": "^0.36.1",
"pkglint": "^0.36.1"
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
},
"dependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/core": "^0.36.2"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
36 changes: 18 additions & 18 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": "0.36.1",
"version": "0.36.2",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -68,27 +68,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.1",
"@aws-cdk/aws-ec2": "^0.36.1",
"cdk-build-tools": "^0.36.1",
"cdk-integ-tools": "^0.36.1",
"cfn2ts": "^0.36.1",
"pkglint": "^0.36.1"
"@aws-cdk/assert": "^0.36.2",
"@aws-cdk/aws-ec2": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cdk-integ-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^0.36.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/aws-lambda": "^0.36.1",
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/aws-certificatemanager": "^0.36.2",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/aws-lambda": "^0.36.2",
"@aws-cdk/core": "^0.36.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^0.36.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.36.1",
"@aws-cdk/aws-iam": "^0.36.1",
"@aws-cdk/aws-lambda": "^0.36.1",
"@aws-cdk/core": "^0.36.1"
"@aws-cdk/aws-certificatemanager": "^0.36.2",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/aws-lambda": "^0.36.2",
"@aws-cdk/core": "^0.36.2"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -112,4 +112,4 @@
]
},
"stability": "stable"
}
}
Loading

0 comments on commit f56b9e6

Please sign in to comment.