Skip to content

Commit

Permalink
v0.37.0 (aws#3201)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
Elad Ben-Israel committed Jul 4, 2019
1 parent 5ce4141 commit c4bdb54
Show file tree
Hide file tree
Showing 135 changed files with 1,590 additions and 1,591 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.37.0](https://github.com/awslabs/aws-cdk/compare/v0.36.2...v0.37.0) (2019-07-04)


### Bug Fixes

* **core:** fix some return types ([#3192](https://github.com/awslabs/aws-cdk/issues/3192)) ([b5997c3](https://github.com/awslabs/aws-cdk/commit/b5997c3))
* **ecs:** grant drain-hook policy container-instance permissions ([#3199](https://github.com/awslabs/aws-cdk/issues/3199)) ([7796cd7](https://github.com/awslabs/aws-cdk/commit/7796cd7)), closes [#3190](https://github.com/awslabs/aws-cdk/issues/3190)
* **sns:** allow tokens to be used in UrlSubscription ([#2938](https://github.com/awslabs/aws-cdk/issues/2938)) ([5ce4141](https://github.com/awslabs/aws-cdk/commit/5ce4141))
* **ssm:** correctly deduplicate parameter names ([#3183](https://github.com/awslabs/aws-cdk/issues/3183)) ([47bf435](https://github.com/awslabs/aws-cdk/commit/47bf435)), closes [#3076](https://github.com/awslabs/aws-cdk/issues/3076)
* **stepfunctions:** Downscope SageMaker permissions ([#2991](https://github.com/awslabs/aws-cdk/issues/2991)) ([69c82c8](https://github.com/awslabs/aws-cdk/commit/69c82c8))


### BREAKING CHANGES

* **core:** `construct.findChild()` now only looks up direct children
* **ec2:** `Port.toRuleJSON` was renamed to `toRuleJson`
* **codebuild:** `PipelineProject.addSecondaryArtifact` now returns void (formerly any)
* **codebuild:** `Project.addSecondaryArtifact` now returns void (formerly any)

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
removed:@aws-cdk/aws-ec2.Port.toRuleJSON
change-return-type:@aws-cdk/aws-codebuild.PipelineProject.addSecondaryArtifact
change-return-type:@aws-cdk/aws-codebuild.Project.addSecondaryArtifact

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.2"
"version": "0.37.0"
}
14 changes: 7 additions & 7 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.2",
"version": "0.37.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,16 +66,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
"@aws-cdk/assert": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down

This file was deleted.

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": "0.36.2",
"version": "0.37.0",
"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.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"
"@aws-cdk/aws-cloudformation": "^0.37.0",
"@aws-cdk/aws-codebuild": "^0.37.0",
"@aws-cdk/aws-codepipeline": "^0.37.0",
"@aws-cdk/aws-codepipeline-actions": "^0.37.0",
"@aws-cdk/aws-events": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/core": "^0.37.0",
"@aws-cdk/cx-api": "^0.37.0"
},
"devDependencies": {
"@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",
"@aws-cdk/assert": "^0.37.0",
"@aws-cdk/aws-s3": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cdk-integ-tools": "^0.37.0",
"fast-check": "^1.15.1",
"pkglint": "^0.36.2"
"pkglint": "^0.37.0"
},
"repository": {
"type": "git",
Expand All @@ -74,14 +74,14 @@
"cdk"
],
"peerDependencies": {
"@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"
"@aws-cdk/aws-cloudformation": "^0.37.0",
"@aws-cdk/aws-codebuild": "^0.37.0",
"@aws-cdk/aws-codepipeline": "^0.37.0",
"@aws-cdk/aws-codepipeline-actions": "^0.37.0",
"@aws-cdk/aws-events": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/core": "^0.37.0",
"@aws-cdk/cx-api": "^0.37.0"
},
"engines": {
"node": ">= 8.10.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": "0.36.2",
"version": "0.37.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.15",
"cdk-build-tools": "^0.36.2",
"pkglint": "^0.36.2"
"cdk-build-tools": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "^0.36.2",
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2",
"@aws-cdk/cloudformation-diff": "^0.37.0",
"@aws-cdk/core": "^0.37.0",
"@aws-cdk/cx-api": "^0.37.0",
"jest": "^24.8.0",
"source-map-support": "^0.5.12"
},
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": "0.36.2",
"version": "0.37.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": "^0.36.2",
"@aws-cdk/assert": "^0.37.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cdk-integ-tools": "^0.36.2",
"pkglint": "^0.36.2",
"aws-cdk": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cdk-integ-tools": "^0.37.0",
"pkglint": "^0.37.0",
"sinon": "^7.3.2",
"ts-mock-imports": "^1.2.3"
},
"dependencies": {
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2",
"@aws-cdk/core": "^0.37.0",
"@aws-cdk/cx-api": "^0.37.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^0.36.2",
"@aws-cdk/cx-api": "^0.36.2"
"@aws-cdk/core": "^0.37.0",
"@aws-cdk/cx-api": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "0.37.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,16 +66,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
"@aws-cdk/assert": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "0.37.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,16 +67,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
"@aws-cdk/assert": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
34 changes: 17 additions & 17 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.2",
"version": "0.37.0",
"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.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"
"@aws-cdk/assert": "^0.37.0",
"@aws-cdk/aws-ec2": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cdk-integ-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@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"
"@aws-cdk/aws-certificatemanager": "^0.37.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/aws-lambda": "^0.37.0",
"@aws-cdk/core": "^0.37.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@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"
"@aws-cdk/aws-certificatemanager": "^0.37.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/aws-lambda": "^0.37.0",
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "0.36.2",
"version": "0.37.0",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,24 +65,24 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"@aws-cdk/assert": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"fast-check": "^1.15.1",
"pkglint": "^0.36.2"
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "^0.36.2",
"@aws-cdk/aws-cloudwatch": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/aws-autoscaling-common": "^0.37.0",
"@aws-cdk/aws-cloudwatch": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/core": "^0.37.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "^0.36.2",
"@aws-cdk/aws-cloudwatch": "^0.36.2",
"@aws-cdk/aws-iam": "^0.36.2",
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/aws-autoscaling-common": "^0.37.0",
"@aws-cdk/aws-cloudwatch": "^0.37.0",
"@aws-cdk/aws-iam": "^0.37.0",
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-appmesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-appmesh",
"version": "0.36.2",
"version": "0.37.0",
"description": "The CDK Construct Library for AWS::AppMesh",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,16 +67,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.36.2",
"cdk-build-tools": "^0.36.2",
"cfn2ts": "^0.36.2",
"pkglint": "^0.36.2"
"@aws-cdk/assert": "^0.37.0",
"cdk-build-tools": "^0.37.0",
"cfn2ts": "^0.37.0",
"pkglint": "^0.37.0"
},
"dependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.36.2"
"@aws-cdk/core": "^0.37.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
Loading

0 comments on commit c4bdb54

Please sign in to comment.