Skip to content

Commit 14884e1

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 57e16b7 commit 14884e1

File tree

5 files changed

+5426
-1
lines changed

5 files changed

+5426
-1
lines changed

schema/dapr.io/configuration_v1alpha1.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,15 @@
314314
},
315315
"type": "object"
316316
},
317+
"latencyDistributionBuckets": {
318+
"items": {
319+
"type": "integer"
320+
},
321+
"type": "array"
322+
},
323+
"recordErrorCodes": {
324+
"type": "boolean"
325+
},
317326
"rules": {
318327
"items": {
319328
"additionalProperties": false,
@@ -391,6 +400,9 @@
391400
},
392401
"type": "array"
393402
},
403+
"recordErrorCodes": {
404+
"type": "boolean"
405+
},
394406
"rules": {
395407
"items": {
396408
"additionalProperties": false,
@@ -477,7 +489,9 @@
477489
}
478490
},
479491
"required": [
480-
"enabled"
492+
"controlPlaneTrustDomain",
493+
"enabled",
494+
"sentryAddress"
481495
],
482496
"type": "object"
483497
},
@@ -596,6 +610,20 @@
596610
}
597611
},
598612
"type": "object"
613+
},
614+
"workflow": {
615+
"additionalProperties": false,
616+
"properties": {
617+
"maxConcurrentActivityInvocations": {
618+
"format": "int32",
619+
"type": "integer"
620+
},
621+
"maxConcurrentWorkflowInvocations": {
622+
"format": "int32",
623+
"type": "integer"
624+
}
625+
},
626+
"type": "object"
599627
}
600628
},
601629
"type": "object"

schema/dapr.io/resiliency_v1alpha1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@
4949
"duration": {
5050
"type": "string"
5151
},
52+
"matching": {
53+
"additionalProperties": false,
54+
"properties": {
55+
"gRPCStatusCodes": {
56+
"type": "string"
57+
},
58+
"httpStatusCodes": {
59+
"type": "string"
60+
}
61+
},
62+
"type": "object"
63+
},
5264
"maxInterval": {
5365
"type": "string"
5466
},

schema/dapr.io/subscription_v1alpha1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"type": "boolean"
2626
},
2727
"maxAwaitDurationMs": {
28+
"format": "int32",
2829
"type": "integer"
2930
},
3031
"maxMessagesCount": {
32+
"format": "int32",
3133
"type": "integer"
3234
}
3335
},

schema/dapr.io/subscription_v2alpha1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"type": "boolean"
2626
},
2727
"maxAwaitDurationMs": {
28+
"format": "int32",
2829
"type": "integer"
2930
},
3031
"maxMessagesCount": {
32+
"format": "int32",
3133
"type": "integer"
3234
}
3335
},

0 commit comments

Comments
 (0)