Skip to content
Merged

v1.3.0 #3516

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.3.0](https://github.com/aws/aws-cdk/compare/v1.2.0...v1.3.0) (2019-08-02)


### Bug Fixes

* **aws-ecs-patterns:** update ecs-patterns to be consistent across constructs ([#3404](https://github.com/aws/aws-cdk/issues/3404)) ([f7fbbe0](https://github.com/aws/aws-cdk/commit/f7fbbe0))
* **aws-kms:** Incomplete KMS Resource Policy Permissions ([#3459](https://github.com/aws/aws-cdk/issues/3459)) ([1280071](https://github.com/aws/aws-cdk/commit/1280071)), closes [#3458](https://github.com/aws/aws-cdk/issues/3458) [#3458](https://github.com/aws/aws-cdk/issues/3458)
* **cli:** conversion of "tags" filter for EC2 DescribeVpcs call ([#3393](https://github.com/aws/aws-cdk/issues/3393)) ([cf2e3f6](https://github.com/aws/aws-cdk/commit/cf2e3f6)), closes [#3372](https://github.com/aws/aws-cdk/issues/3372)
* **cli:** correctly handle tags when deploying multiple stacks ([#3455](https://github.com/aws/aws-cdk/issues/3455)) ([4cb9755](https://github.com/aws/aws-cdk/commit/4cb9755)), closes [#3471](https://github.com/aws/aws-cdk/issues/3471)
* **core:** stop relying on === to find PhysicalName.GENERATE_IF_NEEDED ([#3506](https://github.com/aws/aws-cdk/issues/3506)) ([c7e9dfb](https://github.com/aws/aws-cdk/commit/c7e9dfb))
* **iam:** correctly limit the default PolicyName to 128 characters ([#3487](https://github.com/aws/aws-cdk/issues/3487)) ([8259756](https://github.com/aws/aws-cdk/commit/8259756)), closes [#3402](https://github.com/aws/aws-cdk/issues/3402)
* **toolkit:** avoid EMFILE and preserve mode when zipping ([#3428](https://github.com/aws/aws-cdk/issues/3428)) ([750708b](https://github.com/aws/aws-cdk/commit/750708b)), closes [#3145](https://github.com/aws/aws-cdk/issues/3145) [#3344](https://github.com/aws/aws-cdk/issues/3344) [#3413](https://github.com/aws/aws-cdk/issues/3413)


### Features

* **codepipeline:** make Pipeline importable by ARN ([#3469](https://github.com/aws/aws-cdk/issues/3469)) ([8a100e5](https://github.com/aws/aws-cdk/commit/8a100e5)), closes [#3467](https://github.com/aws/aws-cdk/issues/3467)
* **core:** improved API for tags ([#3465](https://github.com/aws/aws-cdk/issues/3465)) ([e15d391](https://github.com/aws/aws-cdk/commit/e15d391))
* **ecs:** ECS optimized Windows images ([#3376](https://github.com/aws/aws-cdk/issues/3376)) ([6c0bf4a](https://github.com/aws/aws-cdk/commit/6c0bf4a)), closes [#3398](https://github.com/aws/aws-cdk/issues/3398) [#2574](https://github.com/aws/aws-cdk/issues/2574)
* **ecs:** make cluster and vpc optional for higher level constructs ([#2773](https://github.com/aws/aws-cdk/issues/2773)) ([979f6fd](https://github.com/aws/aws-cdk/commit/979f6fd))
* **ecs:** support secret environment variables ([#2994](https://github.com/aws/aws-cdk/issues/2994)) ([bc233fa](https://github.com/aws/aws-cdk/commit/bc233fa)), closes [#1478](https://github.com/aws/aws-cdk/issues/1478)
* **events:** ability to add cross-account targets ([#3323](https://github.com/aws/aws-cdk/issues/3323)) ([3b794ea](https://github.com/aws/aws-cdk/commit/3b794ea))



## [1.2.0](https://github.com/aws/aws-cdk/compare/v1.1.0...v1.2.0) (2019-07-25)


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.2.0"
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.2.0",
"@aws-cdk/assert": "^1.3.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.2.0",
"version": "1.3.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.2.0",
"@aws-cdk/aws-codebuild": "^1.2.0",
"@aws-cdk/aws-codepipeline": "^1.2.0",
"@aws-cdk/aws-codepipeline-actions": "^1.2.0",
"@aws-cdk/aws-events": "^1.2.0",
"@aws-cdk/aws-iam": "^1.2.0",
"@aws-cdk/core": "^1.2.0",
"@aws-cdk/cx-api": "^1.2.0"
"@aws-cdk/aws-cloudformation": "^1.3.0",
"@aws-cdk/aws-codebuild": "^1.3.0",
"@aws-cdk/aws-codepipeline": "^1.3.0",
"@aws-cdk/aws-codepipeline-actions": "^1.3.0",
"@aws-cdk/aws-events": "^1.3.0",
"@aws-cdk/aws-iam": "^1.3.0",
"@aws-cdk/core": "^1.3.0",
"@aws-cdk/cx-api": "^1.3.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.2.0",
"@aws-cdk/aws-s3": "^1.2.0",
"@aws-cdk/assert": "^1.3.0",
"@aws-cdk/aws-s3": "^1.3.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.15.1",
Expand All @@ -74,14 +74,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.2.0",
"@aws-cdk/aws-codebuild": "^1.2.0",
"@aws-cdk/aws-codepipeline": "^1.2.0",
"@aws-cdk/aws-codepipeline-actions": "^1.2.0",
"@aws-cdk/aws-events": "^1.2.0",
"@aws-cdk/aws-iam": "^1.2.0",
"@aws-cdk/core": "^1.2.0",
"@aws-cdk/cx-api": "^1.2.0"
"@aws-cdk/aws-cloudformation": "^1.3.0",
"@aws-cdk/aws-codebuild": "^1.3.0",
"@aws-cdk/aws-codepipeline": "^1.3.0",
"@aws-cdk/aws-codepipeline-actions": "^1.3.0",
"@aws-cdk/aws-events": "^1.3.0",
"@aws-cdk/aws-iam": "^1.3.0",
"@aws-cdk/core": "^1.3.0",
"@aws-cdk/cx-api": "^1.3.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
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.2.0",
"version": "1.3.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.2.0",
"@aws-cdk/core": "^1.2.0",
"@aws-cdk/cx-api": "^1.2.0",
"@aws-cdk/cloudformation-diff": "^1.3.0",
"@aws-cdk/core": "^1.3.0",
"@aws-cdk/cx-api": "^1.3.0",
"jest": "^24.8.0",
"source-map-support": "^0.5.12"
},
Expand Down
6 changes: 3 additions & 3 deletions 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.2.0",
"version": "1.3.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.2.0",
"@aws-cdk/assert": "^1.3.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^1.2.0",
"aws-cdk": "^1.3.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.3.2",
"ts-mock-imports": "^1.2.3"
},
"dependencies": {
"@aws-cdk/core": "^1.2.0",
"@aws-cdk/cx-api": "^1.2.0",
"@aws-cdk/core": "^1.3.0",
"@aws-cdk/cx-api": "^1.3.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.2.0",
"@aws-cdk/cx-api": "^1.2.0"
"@aws-cdk/core": "^1.3.0",
"@aws-cdk/cx-api": "^1.3.0"
},
"engines": {
"node": ">= 8.10.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.2.0",
"version": "1.3.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.2.0",
"@aws-cdk/assert": "^1.3.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"engines": {
"node": ">= 8.10.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.2.0",
"version": "1.3.0",
"description": "The CDK Construct Library for AWS::Amplify",
"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.2.0",
"@aws-cdk/assert": "^1.3.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/core": "^1.3.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
8 changes: 4 additions & 4 deletions 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.2.0",
"version": "1.3.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.2.0",
"@aws-cdk/aws-ec2": "^1.2.0",
"@aws-cdk/assert": "^1.3.0",
"@aws-cdk/aws-ec2": "^1.3.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.2.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.2.0",
"@aws-cdk/aws-iam": "^1.2.0",
"@aws-cdk/aws-lambda": "^1.2.0",
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/aws-certificatemanager": "^1.3.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.3.0",
"@aws-cdk/aws-iam": "^1.3.0",
"@aws-cdk/aws-lambda": "^1.3.0",
"@aws-cdk/core": "^1.3.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.2.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.2.0",
"@aws-cdk/aws-iam": "^1.2.0",
"@aws-cdk/aws-lambda": "^1.2.0",
"@aws-cdk/core": "^1.2.0"
"@aws-cdk/aws-certificatemanager": "^1.3.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.3.0",
"@aws-cdk/aws-iam": "^1.3.0",
"@aws-cdk/aws-lambda": "^1.3.0",
"@aws-cdk/core": "^1.3.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down

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

Loading