Skip to content

Commit 904b3a4

Browse files
committed
Merge branch 'master' into backup-l2
2 parents 7ebd42a + d1b3b75 commit 904b3a4

File tree

273 files changed

+4360
-2134
lines changed

Some content is hidden

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

273 files changed

+4360
-2134
lines changed

.dependabot/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ update_configs:
1414
dependency_name: "@jsii/*"
1515
- match:
1616
dependency_name: "codemaker"
17-
17+
- match:
18+
dependency_name: "semver"
19+
- match:
20+
dependency_name: "@types/node"
21+
version_requirement: ">=11.0.0-0"
22+

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.34.1](https://github.com/aws/aws-cdk/compare/v1.34.0...v1.34.1) (2020-04-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **cli:** Javascript init-templates cannot be synthesized ([ce4b8dd](https://github.com/aws/aws-cdk/commit/ce4b8dde205ca03891e0aee21b473b974d674154)), closes [#7356](https://github.com/aws/aws-cdk/issues/7356)
11+
12+
## [1.34.0](https://github.com/aws/aws-cdk/compare/v1.33.1...v1.34.0) (2020-04-21)
13+
14+
15+
### ⚠ BREAKING CHANGES
16+
17+
* **glue:** `DateFormat` constant names are now **UPPERCASE** (`JSON, AVRO, LOGSTASH, ...`)
18+
19+
### Features
20+
21+
* **cognito:** add mutable property in cognito user pool custom attribute ([#7190](https://github.com/aws/aws-cdk/issues/7190)) ([16e85df](https://github.com/aws/aws-cdk/commit/16e85df5c3077496d3ebe7c4fa8230514756c027)), closes [#7011](https://github.com/aws/aws-cdk/issues/7011) [#7011](https://github.com/aws/aws-cdk/issues/7011) [#7011](https://github.com/aws/aws-cdk/issues/7011) [#7011](https://github.com/aws/aws-cdk/issues/7011)
22+
* **ecs:** add Fargate 1.4.0 support ([#7267](https://github.com/aws/aws-cdk/issues/7267)) ([5c83a46](https://github.com/aws/aws-cdk/commit/5c83a46920525d9e3891794d1f4c41f0e8e7982c))
23+
24+
25+
### Bug Fixes
26+
27+
* **cloudwatch:** can't override Alarm statistic with percentile ([d5918c3](https://github.com/aws/aws-cdk/commit/d5918c330b6770b84efc5417ce1109a68c22119b)), closes [#7341](https://github.com/aws/aws-cdk/issues/7341)
28+
* **glue:** DataFormat constants are not visible in non-JS languages ([#7458](https://github.com/aws/aws-cdk/issues/7458)) ([e5d4c31](https://github.com/aws/aws-cdk/commit/e5d4c31f4580218d39473258342dafda8d64338a))
29+
* **monocdk:** assert package has incorrect imports ([#7404](https://github.com/aws/aws-cdk/issues/7404)) ([825c9e1](https://github.com/aws/aws-cdk/commit/825c9e1b443568c5d898b3fa0c543d5a7747396c))
30+
* **stepfunctions-tasks:** encryptionKey is Key instead of IKey ([#7429](https://github.com/aws/aws-cdk/issues/7429)) ([f1e2c67](https://github.com/aws/aws-cdk/commit/f1e2c675b1234a4806ce88f7416b1b9753a347fa))
31+
532
## [1.33.1](https://github.com/aws/aws-cdk/compare/v1.33.0...v1.33.1) (2020-04-19)
633

734

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tools/*"
1111
],
1212
"rejectCycles": "true",
13-
"version": "1.33.1"
13+
"version": "1.34.1"
1414
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"devDependencies": {
1717
"conventional-changelog-cli": "^2.0.31",
1818
"fs-extra": "^8.1.0",
19-
"jsii-diff": "^1.1.0",
20-
"jsii-pacmak": "^1.1.0",
21-
"jsii-rosetta": "^1.1.0",
19+
"jsii-diff": "^1.4.1",
20+
"jsii-pacmak": "^1.4.1",
21+
"jsii-rosetta": "^1.4.1",
2222
"lerna": "^3.20.2",
2323
"standard-version": "^7.1.0",
2424
"typescript": "~3.8.3"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
},
8888
"dependencies": {
8989
"@aws-cdk/core": "0.0.0",
90-
"constructs": "^3.0.0"
90+
"constructs": "^3.0.2"
9191
},
9292
"peerDependencies": {
9393
"@aws-cdk/core": "0.0.0",
94-
"constructs": "^3.0.0"
94+
"constructs": "^3.0.2"
9595
},
9696
"engines": {
9797
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@aws-cdk/core": "0.0.0",
5050
"@aws-cdk/cx-api": "0.0.0",
5151
"@aws-cdk/cloud-assembly-schema": "0.0.0",
52-
"constructs": "^3.0.0"
52+
"constructs": "^3.0.2"
5353
},
5454
"devDependencies": {
5555
"@aws-cdk/assert": "0.0.0",
@@ -87,7 +87,7 @@
8787
"@aws-cdk/core": "0.0.0",
8888
"@aws-cdk/cx-api": "0.0.0",
8989
"@aws-cdk/cloud-assembly-schema": "0.0.0",
90-
"constructs": "^3.0.0"
90+
"constructs": "^3.0.2"
9191
},
9292
"engines": {
9393
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"@aws-cdk/core": "0.0.0",
4141
"@aws-cdk/cx-api": "0.0.0",
4242
"@aws-cdk/cloud-assembly-schema": "0.0.0",
43-
"constructs": "^3.0.0"
43+
"constructs": "^3.0.2"
4444
},
4545
"peerDependencies": {
4646
"@aws-cdk/core": "0.0.0",
4747
"jest": "^25.4.0",
48-
"constructs": "^3.0.0"
48+
"constructs": "^3.0.2"
4949
},
5050
"repository": {
5151
"url": "https://github.com/aws/aws-cdk.git",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
"@aws-cdk/core": "0.0.0",
8080
"@aws-cdk/cx-api": "0.0.0",
8181
"minimatch": "^3.0.4",
82-
"constructs": "^3.0.0"
82+
"constructs": "^3.0.2"
8383
},
8484
"homepage": "https://github.com/aws/aws-cdk",
8585
"peerDependencies": {
8686
"@aws-cdk/core": "0.0.0",
8787
"@aws-cdk/cx-api": "0.0.0",
88-
"constructs": "^3.0.0"
88+
"constructs": "^3.0.2"
8989
},
9090
"engines": {
9191
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
},
8989
"dependencies": {
9090
"@aws-cdk/core": "0.0.0",
91-
"constructs": "^3.0.0"
91+
"constructs": "^3.0.2"
9292
},
9393
"peerDependencies": {
9494
"@aws-cdk/core": "0.0.0",
95-
"constructs": "^3.0.0"
95+
"constructs": "^3.0.2"
9696
},
9797
"engines": {
9898
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
},
8989
"dependencies": {
9090
"@aws-cdk/core": "0.0.0",
91-
"constructs": "^3.0.0"
91+
"constructs": "^3.0.2"
9292
},
9393
"peerDependencies": {
9494
"@aws-cdk/core": "0.0.0",
95-
"constructs": "^3.0.0"
95+
"constructs": "^3.0.2"
9696
},
9797
"engines": {
9898
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@
8787
},
8888
"dependencies": {
8989
"@aws-cdk/core": "0.0.0",
90-
"constructs": "^3.0.0"
90+
"constructs": "^3.0.2"
9191
},
9292
"peerDependencies": {
9393
"@aws-cdk/core": "0.0.0",
94-
"constructs": "^3.0.0"
94+
"constructs": "^3.0.2"
9595
},
9696
"engines": {
9797
"node": ">= 10.12.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@aws-cdk/aws-codecommit": "0.0.0",
9595
"@aws-cdk/aws-secretsmanager": "0.0.0",
9696
"@aws-cdk/core": "0.0.0",
97-
"constructs": "^3.0.0"
97+
"constructs": "^3.0.2"
9898
},
9999
"peerDependencies": {
100100
"@aws-cdk/aws-iam": "0.0.0",
@@ -103,7 +103,7 @@
103103
"@aws-cdk/aws-codecommit": "0.0.0",
104104
"@aws-cdk/aws-secretsmanager": "0.0.0",
105105
"@aws-cdk/core": "0.0.0",
106-
"constructs": "^3.0.0"
106+
"constructs": "^3.0.2"
107107
},
108108
"engines": {
109109
"node": ">= 10.12.0"

0 commit comments

Comments
 (0)