Skip to content

Commit f70e46c

Browse files
authored
feat: report feature flags into Cloud Assembly (#34884)
This is a re-roll of #34798 which had to be reverted. It includes a new version of the Cloud Assembly Schema to make sure users don't get the "failed to validate Assembly Manifest" error, but instead get the "you need to update your CLI" error. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7883d7d commit f70e46c

File tree

42 files changed

+149
-71
lines changed

Some content is hidden

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

42 files changed

+149
-71
lines changed

packages/@aws-cdk-testing/framework-integ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@aws-cdk/cdk-build-tools": "0.0.0",
33-
"@aws-cdk/integ-runner": "^2.188.0",
33+
"@aws-cdk/integ-runner": "^2.188.2",
3434
"@aws-cdk/pkglint": "0.0.0",
3535
"@aws-sdk/client-acm": "3.632.0",
3636
"@aws-sdk/client-rds": "3.632.0",

packages/@aws-cdk/app-staging-synthesizer-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"devDependencies": {
9191
"aws-cdk-lib": "0.0.0",
92-
"@aws-cdk/integ-runner": "^2.188.0",
92+
"@aws-cdk/integ-runner": "^2.188.2",
9393
"@aws-cdk/integ-tests-alpha": "0.0.0",
9494
"constructs": "^10.0.0",
9595
"@aws-cdk/cdk-build-tools": "0.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"license": "Apache-2.0",
8888
"devDependencies": {
8989
"@aws-cdk/cdk-build-tools": "0.0.0",
90-
"@aws-cdk/integ-runner": "^2.188.0",
90+
"@aws-cdk/integ-runner": "^2.188.2",
9191
"@aws-cdk/pkglint": "0.0.0",
9292
"@aws-cdk/custom-resource-handlers": "0.0.0",
9393
"@aws-sdk/client-amplify": "3.632.0",

packages/@aws-cdk/aws-applicationsignals-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"license": "Apache-2.0",
8585
"devDependencies": {
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
87-
"@aws-cdk/integ-runner": "^2.188.0",
87+
"@aws-cdk/integ-runner": "^2.188.2",
8888
"@aws-cdk/integ-tests-alpha": "0.0.0",
8989
"@aws-cdk/pkglint": "0.0.0",
9090
"@types/jest": "^29.5.14",

packages/@aws-cdk/aws-apprunner-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@aws-cdk/cdk-build-tools": "0.0.0",
8888
"aws-cdk-lib": "0.0.0",
89-
"@aws-cdk/integ-runner": "^2.188.0",
89+
"@aws-cdk/integ-runner": "^2.188.2",
9090
"@aws-cdk/pkglint": "0.0.0",
9191
"@types/jest": "^29.5.14",
9292
"constructs": "^10.0.0",

packages/@aws-cdk/aws-bedrock-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"devDependencies": {
7979
"aws-cdk-lib": "0.0.0",
8080
"@aws-cdk/cdk-build-tools": "0.0.0",
81-
"@aws-cdk/integ-runner": "^2.188.0",
81+
"@aws-cdk/integ-runner": "^2.188.2",
8282
"@aws-cdk/pkglint": "0.0.0",
8383
"@aws-cdk/integ-tests-alpha": "0.0.0",
8484
"@types/jest": "^29.5.14",

packages/@aws-cdk/aws-cloud9-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"license": "Apache-2.0",
8383
"devDependencies": {
8484
"@aws-cdk/cdk-build-tools": "0.0.0",
85-
"@aws-cdk/integ-runner": "^2.188.0",
85+
"@aws-cdk/integ-runner": "^2.188.2",
8686
"@aws-cdk/pkglint": "0.0.0",
8787
"@types/jest": "^29.5.14",
8888
"aws-cdk-lib": "0.0.0",

packages/@aws-cdk/aws-codestar-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"license": "Apache-2.0",
8585
"devDependencies": {
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
87-
"@aws-cdk/integ-runner": "^2.188.0",
87+
"@aws-cdk/integ-runner": "^2.188.2",
8888
"@aws-cdk/pkglint": "0.0.0",
8989
"@types/jest": "^29.5.14",
9090
"aws-cdk-lib": "0.0.0",

packages/@aws-cdk/aws-ec2-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"license": "Apache-2.0",
7979
"devDependencies": {
8080
"@aws-cdk/cdk-build-tools": "0.0.0",
81-
"@aws-cdk/integ-runner": "^2.188.0",
81+
"@aws-cdk/integ-runner": "^2.188.2",
8282
"@aws-cdk/integ-tests-alpha": "^0.0.0",
8383
"@aws-cdk/pkglint": "0.0.0",
8484
"@types/jest": "^29.5.14",

packages/@aws-cdk/aws-eks-v2-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"license": "Apache-2.0",
8585
"devDependencies": {
8686
"@aws-cdk/cdk-build-tools": "0.0.0",
87-
"@aws-cdk/integ-runner": "^2.188.0",
87+
"@aws-cdk/integ-runner": "^2.188.2",
8888
"@aws-cdk/integ-tests-alpha": "0.0.0",
8989
"@aws-cdk/pkglint": "0.0.0",
9090
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",

0 commit comments

Comments
 (0)