Skip to content

Commit 79f4512

Browse files
authored
2 parents c52c2dc + 486c914 commit 79f4512

880 files changed

Lines changed: 6042 additions & 1557 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.98.0](https://github.com/aws/aws-cdk/compare/v1.97.0...v1.98.0) (2021-04-12)
6+
7+
8+
### Features
9+
10+
* **codepipeline-actions:** introduce the CodeStarConnectionsSourceAction ([#13781](https://github.com/aws/aws-cdk/issues/13781)) ([8782e67](https://github.com/aws/aws-cdk/commit/8782e672d6a8f8bbe201f2572c4b0fca7589168d)), closes [#10632](https://github.com/aws/aws-cdk/issues/10632)
11+
* **efs:** graduate to stable 🚀 ([#14033](https://github.com/aws/aws-cdk/issues/14033)) ([3c03d87](https://github.com/aws/aws-cdk/commit/3c03d878dd81454628545b1529691ac083862247))
12+
* **elasticloadbalancingv2:** add grpc code matcher for alb ([#13948](https://github.com/aws/aws-cdk/issues/13948)) ([a37f178](https://github.com/aws/aws-cdk/commit/a37f178b52a91d43b237013d7cb42c44c1774307)), closes [#13570](https://github.com/aws/aws-cdk/issues/13570) [#13947](https://github.com/aws/aws-cdk/issues/13947)
13+
* **region-info:** graduate to stable 🚀 ([#14013](https://github.com/aws/aws-cdk/issues/14013)) ([0d2755b](https://github.com/aws/aws-cdk/commit/0d2755b97486e4222d1f3b020b8126fefeda20d0))
14+
* **route-53:** add ability to create NS Records ([#13895](https://github.com/aws/aws-cdk/issues/13895)) ([02c7c1d](https://github.com/aws/aws-cdk/commit/02c7c1d9aab6ed8f806052d3102a037e112b8786)), closes [#13816](https://github.com/aws/aws-cdk/issues/13816)
15+
16+
17+
### Bug Fixes
18+
19+
* **apigateway:** cannot remove first api key from usage plan ([#13817](https://github.com/aws/aws-cdk/issues/13817)) ([036d869](https://github.com/aws/aws-cdk/commit/036d869dc1382d3fb2d8541f5adf534ea3424667)), closes [#11876](https://github.com/aws/aws-cdk/issues/11876)
20+
* **cloudfront:** cannot use same EdgeFunction in multiple stacks ([#13790](https://github.com/aws/aws-cdk/issues/13790)) ([8e2325c](https://github.com/aws/aws-cdk/commit/8e2325cfb7dc5377755b561532b6c81caebc688f))
21+
* **lambda-nodejs:** esbuild define parameters are incorrectly encoded ([#14065](https://github.com/aws/aws-cdk/issues/14065)) ([5378a77](https://github.com/aws/aws-cdk/commit/5378a7770d5897737ecf4da25d47747c2bbddd94)), closes [#13842](https://github.com/aws/aws-cdk/issues/13842)
22+
* **rds:** deploy fails with "SubnetGroup not found" ([#13986](https://github.com/aws/aws-cdk/issues/13986)) ([ad326da](https://github.com/aws/aws-cdk/commit/ad326da3ae392b78dcfc349f246acdf3a389f283)), closes [#13976](https://github.com/aws/aws-cdk/issues/13976)
23+
* **route53:** cannot set TTL to 0 ([#14060](https://github.com/aws/aws-cdk/issues/14060)) ([ecc9bf3](https://github.com/aws/aws-cdk/commit/ecc9bf386ca088ca82a332c649f13613b9793628)), closes [#14039](https://github.com/aws/aws-cdk/issues/14039)
24+
* **s3:** SSL enforcement doesn't apply on top level bucket requests ([#13961](https://github.com/aws/aws-cdk/issues/13961)) ([d0e831a](https://github.com/aws/aws-cdk/commit/d0e831a2f2b60eae021d10a77d1d636615b0cf04)), closes [#13760](https://github.com/aws/aws-cdk/issues/13760)
25+
* **stepfunctions:** state machine name validation fails when tokens are used. ([#13970](https://github.com/aws/aws-cdk/issues/13970)) ([58de0de](https://github.com/aws/aws-cdk/commit/58de0de5a54b9d8fb4658566e85ef408c8861088)), closes [#13946](https://github.com/aws/aws-cdk/issues/13946) [#13912](https://github.com/aws/aws-cdk/issues/13912)
26+
527
## [1.97.0](https://github.com/aws/aws-cdk/compare/v1.96.0...v1.97.0) (2021-04-06)
628

729

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jsii-pacmak": "^1.27.0",
2323
"jsii-rosetta": "^1.27.0",
2424
"lerna": "^4.0.0",
25-
"standard-version": "^9.1.1",
25+
"standard-version": "^9.2.0",
2626
"typescript": "~3.9.9"
2727
},
2828
"tap-mocha-reporter-resolutions-comment": "should be removed or reviewed when nodeunit dependency is dropped or adjusted",
@@ -51,6 +51,8 @@
5151
"nohoist": [
5252
"**/jszip",
5353
"**/jszip/**",
54+
"@aws-cdk/aws-codebuild/yaml",
55+
"@aws-cdk/aws-codebuild/yaml/**",
5456
"@aws-cdk/aws-codepipeline-actions/case",
5557
"@aws-cdk/aws-codepipeline-actions/case/**",
5658
"@aws-cdk/aws-cognito/punycode",
@@ -63,6 +65,8 @@
6365
"@aws-cdk/cloud-assembly-schema/jsonschema/**",
6466
"@aws-cdk/cloud-assembly-schema/semver",
6567
"@aws-cdk/cloud-assembly-schema/semver/**",
68+
"@aws-cdk/cloudformation-include/yaml",
69+
"@aws-cdk/cloudformation-include/yaml/**",
6670
"@aws-cdk/core/@balena/dockerignore",
6771
"@aws-cdk/core/@balena/dockerignore/**",
6872
"@aws-cdk/core/fs-extra",

packages/@aws-cdk-containers/ecs-service-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38-
"@aws-cdk/assert": "0.0.0",
3938
"@types/nodeunit": "^0.0.31",
4039
"cdk-build-tools": "0.0.0",
4140
"cdk-integ-tools": "0.0.0",
4241
"cfn2ts": "0.0.0",
4342
"jest": "^26.6.3",
4443
"nodeunit": "^0.11.3",
45-
"pkglint": "0.0.0"
44+
"pkglint": "0.0.0",
45+
"@aws-cdk/assert-internal": "0.0.0"
4646
},
4747
"dependencies": {
4848
"@aws-cdk/aws-applicationautoscaling": "0.0.0",

packages/@aws-cdk-containers/ecs-service-extensions/test/test.appmesh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResource, haveResourceLike } from '@aws-cdk/assert';
1+
import { expect, haveResource, haveResourceLike } from '@aws-cdk/assert-internal';
22
import * as appmesh from '@aws-cdk/aws-appmesh';
33
import * as ecs from '@aws-cdk/aws-ecs';
44
import * as cdk from '@aws-cdk/core';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.assign-public-ip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResourceLike } from '@aws-cdk/assert';
1+
import { expect, haveResourceLike } from '@aws-cdk/assert-internal';
22
import * as ec2 from '@aws-cdk/aws-ec2';
33
import * as ecs from '@aws-cdk/aws-ecs';
44
import * as route53 from '@aws-cdk/aws-route53';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.cloudwatch-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResource } from '@aws-cdk/assert';
1+
import { expect, haveResource } from '@aws-cdk/assert-internal';
22
import * as ecs from '@aws-cdk/aws-ecs';
33
import * as cdk from '@aws-cdk/core';
44
import { Test } from 'nodeunit';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { countResources, expect, haveResource } from '@aws-cdk/assert';
1+
import { countResources, expect, haveResource } from '@aws-cdk/assert-internal';
22
import * as ec2 from '@aws-cdk/aws-ec2';
33
import * as ecs from '@aws-cdk/aws-ecs';
44
import * as cdk from '@aws-cdk/core';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.firelens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResource } from '@aws-cdk/assert';
1+
import { expect, haveResource } from '@aws-cdk/assert-internal';
22
import * as ecs from '@aws-cdk/aws-ecs';
33
import * as cdk from '@aws-cdk/core';
44
import { Test } from 'nodeunit';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.http-load-balancer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResource } from '@aws-cdk/assert';
1+
import { expect, haveResource } from '@aws-cdk/assert-internal';
22
import * as ecs from '@aws-cdk/aws-ecs';
33
import * as cdk from '@aws-cdk/core';
44
import { Test } from 'nodeunit';

packages/@aws-cdk-containers/ecs-service-extensions/test/test.scale-on-cpu-utilization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { expect, haveResource, haveResourceLike } from '@aws-cdk/assert';
1+
import { expect, haveResource, haveResourceLike } from '@aws-cdk/assert-internal';
22
import * as ecs from '@aws-cdk/aws-ecs';
33
import * as cdk from '@aws-cdk/core';
44
import { Test } from 'nodeunit';

0 commit comments

Comments
 (0)