Skip to content

Commit bba9914

Browse files
authored
v1.3.0 (#3516)
See CHANGELOG
1 parent 8259756 commit bba9914

File tree

243 files changed

+1483
-1458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+1483
-1458
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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.
44

5+
## [1.3.0](https://github.com/aws/aws-cdk/compare/v1.2.0...v1.3.0) (2019-08-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* **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)
12+
* **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)
13+
* **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)
14+
* **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))
15+
* **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)
16+
* **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)
17+
18+
19+
### Features
20+
21+
* **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)
22+
* **core:** improved API for tags ([#3465](https://github.com/aws/aws-cdk/issues/3465)) ([e15d391](https://github.com/aws/aws-cdk/commit/e15d391))
23+
* **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)
24+
* **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))
25+
* **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)
26+
* **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))
27+
28+
29+
530
## [1.2.0](https://github.com/aws/aws-cdk/compare/v1.1.0...v1.2.0) (2019-07-25)
631

732

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"tools/*"
88
],
99
"rejectCycles": "true",
10-
"version": "1.2.0"
10+
"version": "1.3.0"
1111
}

packages/@aws-cdk/alexa-ask/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/alexa-ask/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-cdk/alexa-ask",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "The CDK Construct Library for Alexa::ASK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -63,16 +63,16 @@
6363
},
6464
"license": "Apache-2.0",
6565
"devDependencies": {
66-
"@aws-cdk/assert": "^1.2.0",
66+
"@aws-cdk/assert": "^1.3.0",
6767
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
6868
"cfn2ts": "file:../../../tools/cfn2ts",
6969
"pkglint": "file:../../../tools/pkglint"
7070
},
7171
"dependencies": {
72-
"@aws-cdk/core": "^1.2.0"
72+
"@aws-cdk/core": "^1.3.0"
7373
},
7474
"peerDependencies": {
75-
"@aws-cdk/core": "^1.2.0"
75+
"@aws-cdk/core": "^1.3.0"
7676
},
7777
"engines": {
7878
"node": ">= 8.10.0"

packages/@aws-cdk/app-delivery/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/app-delivery/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-cdk/app-delivery",
33
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"jsii": {
@@ -40,18 +40,18 @@
4040
"build+test": "npm run build && npm test"
4141
},
4242
"dependencies": {
43-
"@aws-cdk/aws-cloudformation": "^1.2.0",
44-
"@aws-cdk/aws-codebuild": "^1.2.0",
45-
"@aws-cdk/aws-codepipeline": "^1.2.0",
46-
"@aws-cdk/aws-codepipeline-actions": "^1.2.0",
47-
"@aws-cdk/aws-events": "^1.2.0",
48-
"@aws-cdk/aws-iam": "^1.2.0",
49-
"@aws-cdk/core": "^1.2.0",
50-
"@aws-cdk/cx-api": "^1.2.0"
43+
"@aws-cdk/aws-cloudformation": "^1.3.0",
44+
"@aws-cdk/aws-codebuild": "^1.3.0",
45+
"@aws-cdk/aws-codepipeline": "^1.3.0",
46+
"@aws-cdk/aws-codepipeline-actions": "^1.3.0",
47+
"@aws-cdk/aws-events": "^1.3.0",
48+
"@aws-cdk/aws-iam": "^1.3.0",
49+
"@aws-cdk/core": "^1.3.0",
50+
"@aws-cdk/cx-api": "^1.3.0"
5151
},
5252
"devDependencies": {
53-
"@aws-cdk/assert": "^1.2.0",
54-
"@aws-cdk/aws-s3": "^1.2.0",
53+
"@aws-cdk/assert": "^1.3.0",
54+
"@aws-cdk/aws-s3": "^1.3.0",
5555
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
5656
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
5757
"fast-check": "^1.15.1",
@@ -74,14 +74,14 @@
7474
"cdk"
7575
],
7676
"peerDependencies": {
77-
"@aws-cdk/aws-cloudformation": "^1.2.0",
78-
"@aws-cdk/aws-codebuild": "^1.2.0",
79-
"@aws-cdk/aws-codepipeline": "^1.2.0",
80-
"@aws-cdk/aws-codepipeline-actions": "^1.2.0",
81-
"@aws-cdk/aws-events": "^1.2.0",
82-
"@aws-cdk/aws-iam": "^1.2.0",
83-
"@aws-cdk/core": "^1.2.0",
84-
"@aws-cdk/cx-api": "^1.2.0"
77+
"@aws-cdk/aws-cloudformation": "^1.3.0",
78+
"@aws-cdk/aws-codebuild": "^1.3.0",
79+
"@aws-cdk/aws-codepipeline": "^1.3.0",
80+
"@aws-cdk/aws-codepipeline-actions": "^1.3.0",
81+
"@aws-cdk/aws-events": "^1.3.0",
82+
"@aws-cdk/aws-iam": "^1.3.0",
83+
"@aws-cdk/core": "^1.3.0",
84+
"@aws-cdk/cx-api": "^1.3.0"
8585
},
8686
"engines": {
8787
"node": ">= 8.10.0"

packages/@aws-cdk/assert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-cdk/assert",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An assertion library for use with CDK Apps",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -31,9 +31,9 @@
3131
"pkglint": "file:../../../tools/pkglint"
3232
},
3333
"dependencies": {
34-
"@aws-cdk/cloudformation-diff": "^1.2.0",
35-
"@aws-cdk/core": "^1.2.0",
36-
"@aws-cdk/cx-api": "^1.2.0",
34+
"@aws-cdk/cloudformation-diff": "^1.3.0",
35+
"@aws-cdk/core": "^1.3.0",
36+
"@aws-cdk/cx-api": "^1.3.0",
3737
"jest": "^24.8.0",
3838
"source-map-support": "^0.5.12"
3939
},

packages/@aws-cdk/assets/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/assets/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-cdk/assets",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Integration of CDK apps with local assets",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -63,25 +63,25 @@
6363
},
6464
"license": "Apache-2.0",
6565
"devDependencies": {
66-
"@aws-cdk/assert": "^1.2.0",
66+
"@aws-cdk/assert": "^1.3.0",
6767
"@types/minimatch": "^3.0.3",
6868
"@types/sinon": "^7.0.13",
69-
"aws-cdk": "^1.2.0",
69+
"aws-cdk": "^1.3.0",
7070
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
7171
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
7272
"pkglint": "file:../../../tools/pkglint",
7373
"sinon": "^7.3.2",
7474
"ts-mock-imports": "^1.2.3"
7575
},
7676
"dependencies": {
77-
"@aws-cdk/core": "^1.2.0",
78-
"@aws-cdk/cx-api": "^1.2.0",
77+
"@aws-cdk/core": "^1.3.0",
78+
"@aws-cdk/cx-api": "^1.3.0",
7979
"minimatch": "^3.0.4"
8080
},
8181
"homepage": "https://github.com/aws/aws-cdk",
8282
"peerDependencies": {
83-
"@aws-cdk/core": "^1.2.0",
84-
"@aws-cdk/cx-api": "^1.2.0"
83+
"@aws-cdk/core": "^1.3.0",
84+
"@aws-cdk/cx-api": "^1.3.0"
8585
},
8686
"engines": {
8787
"node": ">= 8.10.0"

packages/@aws-cdk/aws-amazonmq/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)