Skip to content

Commit b0ba11f

Browse files
authored
Merge branch 'main' into mrgrain/chore/fix/coverage-ignore
2 parents 6a2d764 + 38d6443 commit b0ba11f

File tree

24 files changed

+393
-350
lines changed

24 files changed

+393
-350
lines changed

.github/workflows/integ.yml

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

package.json

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

packages/@aws-cdk/cdk-cli-wrapper/package.json

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

packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
14421442

14431443
----------------
14441444

1445-
** @aws-sdk/client-codebuild@3.778.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.778.0 | Apache-2.0
1445+
** @aws-sdk/client-codebuild@3.781.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.781.0 | Apache-2.0
14461446
Apache License
14471447
Version 2.0, January 2004
14481448
http://www.apache.org/licenses/
@@ -1854,7 +1854,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
18541854

18551855
----------------
18561856

1857-
** @aws-sdk/client-ec2@3.777.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.777.0 | Apache-2.0
1857+
** @aws-sdk/client-ec2@3.779.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.779.0 | Apache-2.0
18581858
Apache License
18591859
Version 2.0, January 2004
18601860
http://www.apache.org/licenses/
@@ -2060,7 +2060,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
20602060

20612061
----------------
20622062

2063-
** @aws-sdk/client-ecr@3.777.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.777.0 | Apache-2.0
2063+
** @aws-sdk/client-ecr@3.781.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.781.0 | Apache-2.0
20642064
Apache License
20652065
Version 2.0, January 2004
20662066
http://www.apache.org/licenses/
@@ -2266,7 +2266,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
22662266

22672267
----------------
22682268

2269-
** @aws-sdk/client-ecs@3.778.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.778.0 | Apache-2.0
2269+
** @aws-sdk/client-ecs@3.781.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.781.0 | Apache-2.0
22702270
Apache License
22712271
Version 2.0, January 2004
22722272
http://www.apache.org/licenses/
@@ -3502,7 +3502,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
35023502

35033503
----------------
35043504

3505-
** @aws-sdk/client-s3@3.777.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.777.0 | Apache-2.0
3505+
** @aws-sdk/client-s3@3.779.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.779.0 | Apache-2.0
35063506
Apache License
35073507
Version 2.0, January 2004
35083508
http://www.apache.org/licenses/
@@ -6592,7 +6592,7 @@ Apache License
65926592

65936593
----------------
65946594

6595-
** @aws-sdk/lib-storage@3.777.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.777.0 | Apache-2.0
6595+
** @aws-sdk/lib-storage@3.779.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.779.0 | Apache-2.0
65966596
Apache License
65976597
Version 2.0, January 2004
65986598
http://www.apache.org/licenses/

packages/@aws-cdk/cli-lib-alpha/package.json

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

packages/@aws-cdk/cli-plugin-contract/package.json

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

packages/@aws-cdk/cloud-assembly-schema/package.json

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

packages/@aws-cdk/cloudformation-diff/package.json

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

packages/@aws-cdk/integ-runner/lib/recommended-feature-flags.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"@aws-cdk/core:enableAdditionalMetadataCollection": true,
6868
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true,
6969
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": true,
70-
"@aws-cdk/aws-events:requireEventBusPolicySid": true
70+
"@aws-cdk/aws-events:requireEventBusPolicySid": true,
71+
"@aws-cdk/aws-dynamodb:retainTableReplica": true
7172
}

packages/@aws-cdk/integ-runner/lib/runner/runner-base.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,5 @@ export declare function currentlyRecommendedAwsCdkLibFlags(): {
283283
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": boolean;
284284
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": boolean;
285285
"@aws-cdk/aws-events:requireEventBusPolicySid": boolean;
286+
"@aws-cdk/aws-dynamodb:retainTableReplica": boolean;
286287
};

0 commit comments

Comments
 (0)