Skip to content

Commit c17396c

Browse files
authored
Merge branch 'main' into fix-34780
2 parents a12dd40 + a4fc5bd commit c17396c

File tree

92 files changed

+1725
-5613
lines changed

Some content is hidden

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

92 files changed

+1725
-5613
lines changed

.github/workflows/github-merit-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]'
1818
thresholds: '[0,3,6,13,25,50]'
1919
badge-type: 'achievement'
20-
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,maharajhaider,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws,ozelalisen,abogical,alinko-aws,vishaalmehrishi,alvazjor,kumsmrit,kumvprat,leonmk-aws,matboros,gasolima]'
20+
ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,maharajhaider,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws,ozelalisen,abogical,alinko-aws,vishaalmehrishi,alvazjor,kumsmrit,kumvprat,leonmk-aws,matboros,gasolima,abidhasan-aws]'

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pull_request_rules:
6565
label:
6666
add: [contribution/core]
6767
conditions:
68-
- author~=^(rix0rrr|iliapolo|otaviomacedo|kaizencc|TheRealAmazonKendra|mrgrain|pahud|ashishdhingra|kellertk|moelasmar|paulhcsun|GavinZZ|xazhao|gracelu0|shikha372|QuantumNeuralCoder|godwingrs22|bergjaak|samson-keung|IanKonlog|Leo10Gama|scorbiere|jiayiwang7|saiyush|5d|iankhou|SimonCMoore|maharajhaider|Y-JayKim|astiwana|ykethan|aemada-aws|ozelalisen|abogical|alinko-aws|vishaalmehrishi|alvazjor|kumsmrit|kumvprat|leonmk-aws|matboros|gasolima)$
68+
- author=@aws/aws-cdk-team
6969
- -label~="contribution/core"
7070
- name: automatic merge
7171
actions:

allowed-breaking-changes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# and that won't typecheck if Manifest.load() adds a union arm and now returns A | B | C.
44
change-return-type:@aws-cdk/cloud-assembly-schema.Manifest.load
55

6+
# To deal with the same as the above: adding artifact properties weakens the ArtifactManifest type.
7+
# This is done on purpose though, and doesn't break a real type contract in practice because the type
8+
# of the `properties` field is already unreliable for exhaustive checking.
9+
weakened:aws-cdk-lib.cloud_assembly_schema.ArtifactManifest
10+
611
# Adding any new context queries will add to the ContextQueryProperties type,
712
# which changes the signature of MissingContext.
813
weakened:@aws-cdk/cloud-assembly-schema.MissingContext
@@ -190,7 +195,7 @@ removed:aws-cdk-lib.aws_ec2.CfnNetworkInterface.enablePrimaryIpv6
190195
removed:aws-cdk-lib.aws_ec2.CfnNetworkInterfaceAttachment.attrId
191196
removed:aws-cdk-lib.aws_ec2.CfnNetworkInterfaceProps.enablePrimaryIpv6
192197

193-
# Changed type from GraphqlApi to IGraphqlApi to support import from a different stack, should not matter.
198+
# Changed type from GraphqlApi to IGraphqlApi to support import from a different stack, should not matter.
194199
weakened:aws-cdk-lib.aws_appsync.SourceApi
195200

196201
# Due to https://github.com/aws/aws-cdk/issues/27259, none of these could have worked

lerna.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
"tools/@aws-cdk/cdk-build-tools",
1313
"tools/@aws-cdk/user-input-gen",
1414
"tools/@aws-cdk/cdk-release",
15-
"tools/@aws-cdk/node-bundle",
1615
"tools/@aws-cdk/pkglint",
1716
"tools/@aws-cdk/pkgtools",
1817
"tools/@aws-cdk/prlint",
1918
"tools/@aws-cdk/spec2cdk",
20-
"tools/@aws-cdk/yarn-cling",
2119
"tools/@aws-cdk/lazify",
2220
"tools/@aws-cdk/lambda-integration-test-updater",
2321
"tools/@aws-cdk/construct-metadata-updater",
@@ -26,4 +24,4 @@
2624
"rejectCycles": true,
2725
"version": "0.0.0",
2826
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
29-
}
27+
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@
7979
"tools/@aws-cdk/cdk-build-tools",
8080
"tools/@aws-cdk/user-input-gen",
8181
"tools/@aws-cdk/cdk-release",
82-
"tools/@aws-cdk/node-bundle",
8382
"tools/@aws-cdk/pkglint",
8483
"tools/@aws-cdk/pkgtools",
8584
"tools/@aws-cdk/prlint",
8685
"tools/@aws-cdk/spec2cdk",
87-
"tools/@aws-cdk/yarn-cling",
8886
"tools/@aws-cdk/lazify",
8987
"tools/@aws-cdk/lambda-integration-test-updater",
9088
"tools/@aws-cdk/construct-metadata-updater",

packages/@aws-cdk-testing/framework-integ/test/aws-backup/test/integ.backup.js.snapshot/cdk-backup.assets.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-backup/test/integ.backup.js.snapshot/cdk-backup.template.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,17 @@
142142
"BackupVaultName"
143143
]
144144
}
145+
},
146+
{
147+
"RuleName": "PlanRule4",
148+
"ScheduleExpression": "cron(30 3 15 * ? *)",
149+
"ScheduleExpressionTimezone": "Etc/UTC",
150+
"TargetBackupVault": {
151+
"Fn::GetAtt": [
152+
"Vault23237E5B",
153+
"BackupVaultName"
154+
]
155+
}
145156
}
146157
]
147158
}

packages/@aws-cdk-testing/framework-integ/test/aws-backup/test/integ.backup.js.snapshot/cdk.out

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-testing/framework-integ/test/aws-backup/test/integ.backup.js.snapshot/integ.json

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

packages/@aws-cdk-testing/framework-integ/test/aws-backup/test/integ.backup.js.snapshot/manifest.json

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

0 commit comments

Comments
 (0)