Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 committed Sep 5, 2019
1 parent 5c10dc1 commit 94c2554
Show file tree
Hide file tree
Showing 272 changed files with 1,536 additions and 1,509 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
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.7.0](https://github.com/aws/aws-cdk/compare/v1.6.1...v1.7.0) (2019-09-05)


### Bug Fixes

* **codepipeline:** insufficient deploy cross-account CFN role S3 permissions ([#3855](https://github.com/aws/aws-cdk/issues/3855)) ([09304f7](https://github.com/aws/aws-cdk/commit/09304f7)), closes [#3765](https://github.com/aws/aws-cdk/issues/3765)
* **ecs:** default ecsmanagedtags and propagatetags to be undefined ([#3887](https://github.com/aws/aws-cdk/issues/3887)) ([1f589a3](https://github.com/aws/aws-cdk/commit/1f589a3))
* **init-templates:** add typesRoot compiler option for TypeScript templates ([#3865](https://github.com/aws/aws-cdk/issues/3865)) ([2c9bafa](https://github.com/aws/aws-cdk/commit/2c9bafa)), closes [#3830](https://github.com/aws/aws-cdk/issues/3830)
* **init-templates:** fix to include environments and CDK files to .gitignore for Python templates ([#3863](https://github.com/aws/aws-cdk/issues/3863)) ([e4f9677](https://github.com/aws/aws-cdk/commit/e4f9677)), closes [#2842](https://github.com/aws/aws-cdk/issues/2842)
* **lambda:** environment var values are strings ([#3858](https://github.com/aws/aws-cdk/issues/3858)) ([f892312](https://github.com/aws/aws-cdk/commit/f892312)), closes [#3337](https://github.com/aws/aws-cdk/issues/3337)
* **s3-deployment:** CallerReference has to be unique ([#3880](https://github.com/aws/aws-cdk/issues/3880)) ([16eb658](https://github.com/aws/aws-cdk/commit/16eb658))


### Features

* **ecs,lambda,rds:** specify allowAllOutbound when importing security groups ([#3833](https://github.com/aws/aws-cdk/issues/3833)) ([5ef34a1](https://github.com/aws/aws-cdk/commit/5ef34a1))
* **events:** validate MessageGroupId is specified only for FIFO queues ([#3811](https://github.com/aws/aws-cdk/issues/3811)) ([cc88f1a](https://github.com/aws/aws-cdk/commit/cc88f1a))
* upgrade to CloudFormation specification 6.0.0 ([#3942](https://github.com/aws/aws-cdk/issues/3942)) ([27de0a0](https://github.com/aws/aws-cdk/commit/27de0a0))


### BREAKING CHANGES

* **ecs,lambda,rds:** `securityGroupId: string` replaced by `securityGroup: ISecurityGroup` when
importing a cluster/instance in `@aws-cdk/aws-rds`



## [1.6.1](https://github.com/aws/aws-cdk/compare/v1.6.0...v1.6.1) (2019-08-29)


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.6.1"
"version": "1.7.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.6.1",
"version": "1.7.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/assert": "^1.7.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"engines": {
"node": ">= 8.10.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.6.1",
"version": "1.7.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,18 +40,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.6.1",
"@aws-cdk/aws-codebuild": "^1.6.1",
"@aws-cdk/aws-codepipeline": "^1.6.1",
"@aws-cdk/aws-codepipeline-actions": "^1.6.1",
"@aws-cdk/aws-events": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
"@aws-cdk/aws-cloudformation": "^1.7.0",
"@aws-cdk/aws-codebuild": "^1.7.0",
"@aws-cdk/aws-codepipeline": "^1.7.0",
"@aws-cdk/aws-codepipeline-actions": "^1.7.0",
"@aws-cdk/aws-events": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/core": "^1.7.0",
"@aws-cdk/cx-api": "^1.7.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/aws-s3": "^1.6.1",
"@aws-cdk/assert": "^1.7.0",
"@aws-cdk/aws-s3": "^1.7.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.16.2",
Expand All @@ -74,17 +74,17 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.6.1",
"@aws-cdk/aws-codebuild": "^1.6.1",
"@aws-cdk/aws-codepipeline": "^1.6.1",
"@aws-cdk/aws-codepipeline-actions": "^1.6.1",
"@aws-cdk/aws-events": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
"@aws-cdk/aws-cloudformation": "^1.7.0",
"@aws-cdk/aws-codebuild": "^1.7.0",
"@aws-cdk/aws-codepipeline": "^1.7.0",
"@aws-cdk/aws-codepipeline-actions": "^1.7.0",
"@aws-cdk/aws-events": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/core": "^1.7.0",
"@aws-cdk/cx-api": "^1.7.0"
},
"engines": {
"node": ">= 8.10.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.6.1",
"version": "1.7.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.6.1",
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1",
"@aws-cdk/cloudformation-diff": "^1.7.0",
"@aws-cdk/core": "^1.7.0",
"@aws-cdk/cx-api": "^1.7.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.6.1",
"version": "1.7.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.6.1",
"@aws-cdk/assert": "^1.7.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^1.6.1",
"aws-cdk": "^1.7.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.4.2",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1",
"@aws-cdk/core": "^1.7.0",
"@aws-cdk/cx-api": "^1.7.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.6.1",
"@aws-cdk/cx-api": "^1.6.1"
"@aws-cdk/core": "^1.7.0",
"@aws-cdk/cx-api": "^1.7.0"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -90,4 +90,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.6.1",
"version": "1.7.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,19 +63,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/assert": "^1.7.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"engines": {
"node": ">= 8.10.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.6.1",
"version": "1.7.0",
"description": "The CDK Construct Library for AWS::Amplify",
"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.6.1",
"@aws-cdk/assert": "^1.7.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/core": "^1.7.0"
},
"engines": {
"node": ">= 8.10.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.6.1",
"version": "1.7.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,27 +65,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.6.1",
"@aws-cdk/aws-ec2": "^1.6.1",
"@aws-cdk/assert": "^1.7.0",
"@aws-cdk/aws-ec2": "^1.7.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.6.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/aws-lambda": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/aws-certificatemanager": "^1.7.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/aws-lambda": "^1.7.0",
"@aws-cdk/core": "^1.7.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.6.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.6.1",
"@aws-cdk/aws-iam": "^1.6.1",
"@aws-cdk/aws-lambda": "^1.6.1",
"@aws-cdk/core": "^1.6.1"
"@aws-cdk/aws-certificatemanager": "^1.7.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.7.0",
"@aws-cdk/aws-iam": "^1.7.0",
"@aws-cdk/aws-lambda": "^1.7.0",
"@aws-cdk/core": "^1.7.0"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -109,4 +109,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 94c2554

Please sign in to comment.