Skip to content

Commit cf83850

Browse files
Update vendored schemas (#478)
* [vendor-schemas] automated update * Additional schema and changelog update --------- Co-authored-by: sirosen <[email protected]> Co-authored-by: Stephen Rosen <[email protected]>
1 parent 3067e85 commit cf83850

File tree

7 files changed

+45
-110
lines changed

7 files changed

+45
-110
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2024-08-11)
13+
- Update vendored schemas (2024-08-22)
1414
- Convert from ``setup.cfg`` to ``pyproject.toml`` for python package metadata
1515

16-
- Update vendored schemas (2024-07-28)
17-
1816
0.29.1
1917
------
2018

src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,13 @@
256256
},
257257
"reports": {
258258
"type": "object",
259-
"markdownDescription": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in Merge Requests. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#artifactsreports).",
259+
"markdownDescription": "Reports will be uploaded as artifacts, and often displayed in the Gitlab UI, such as in merge requests. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#artifactsreports).",
260260
"additionalProperties": false,
261261
"properties": {
262+
"annotations": {
263+
"type": "string",
264+
"description": "Path to JSON file with annotations report."
265+
},
262266
"junit": {
263267
"description": "Path for file(s) that should be parsed as JUnit XML result",
264268
"oneOf": [
@@ -290,7 +294,8 @@
290294
"coverage_format": {
291295
"description": "Code coverage format used by the test framework.",
292296
"enum": [
293-
"cobertura", "jacoco"
297+
"cobertura",
298+
"jacoco"
294299
]
295300
},
296301
"path": {

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,11 @@
866866
},
867867
"default": null
868868
},
869+
"deleteConfigFile": {
870+
"description": "If set to `true`, Renovate tries to delete the self-hosted config file after reading it.",
871+
"type": "boolean",
872+
"default": false
873+
},
869874
"dependencyDashboard": {
870875
"description": "Whether to create a \"Dependency Dashboard\" issue in the repository.",
871876
"type": "boolean",
@@ -988,10 +993,15 @@
988993
"description": "Pass CLI flags to `docker run` command when `binarySource=docker`.",
989994
"type": "string"
990995
},
996+
"dockerMaxPages": {
997+
"description": "By default, Renovate fetches up to 20 pages of Docker tags from registries. But you can set your own limit with this config option.",
998+
"type": "integer",
999+
"default": 20
1000+
},
9911001
"dockerSidecarImage": {
9921002
"description": "Change this value to override the default Renovate sidecar image.",
9931003
"type": "string",
994-
"default": "ghcr.io/containerbase/sidecar:11.9.0"
1004+
"default": "ghcr.io/containerbase/sidecar:11.11.6"
9951005
},
9961006
"dockerUser": {
9971007
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -1322,6 +1332,14 @@
13221332
},
13231333
"$ref": "#"
13241334
},
1335+
"glasskube": {
1336+
"description": "Configuration object for the glasskube manager",
1337+
"type": "object",
1338+
"default": {
1339+
"fileMatch": []
1340+
},
1341+
"$ref": "#"
1342+
},
13251343
"gleam": {
13261344
"description": "Configuration object for the gleam manager",
13271345
"type": "object",
@@ -3092,6 +3110,15 @@
30923110
},
30933111
"$ref": "#"
30943112
},
3113+
"s3Endpoint": {
3114+
"description": "If set, Renovate will use this string as the `endpoint` when creating the AWS S3 client instance.",
3115+
"type": "string"
3116+
},
3117+
"s3PathStyle": {
3118+
"description": "If set, Renovate will enable `forcePathStyle` when creating the AWS S3 client instance.",
3119+
"type": "boolean",
3120+
"default": false
3121+
},
30953122
"sbt": {
30963123
"description": "Configuration object for the sbt manager",
30973124
"type": "object",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
58b11b73e7d01dbe593b029d7d49ef7b7e5fc9f7ad8a084f5cfad2b9be032ed2
1+
92d3e0c05e41438d3d43227dd42cde6a71bda64156b31bf44e57a18de950641d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
737f0c9d8a392f2130e76d696972337b542aa2b550a59252d1ca016505b486b2
1+
4d57da18696b9d84e17ba73cdd0cdbbe606701f16ff9ac30f38a3f6359a6a9e6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29ef63757de94d0be7ed5988cc563f771e3cc712abc7ba6410598bad7ae6d0bc
1+
c8cb2cc10d929ae47d4349b9f977bca534913b4d01a5e258c35c05dfe4f5417d

src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json

Lines changed: 6 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -163,18 +163,7 @@
163163
"event": {
164164
"description": "Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#event",
165165
"default": [],
166-
"oneOf": [
167-
{
168-
"type": "array",
169-
"minLength": 1,
170-
"items": {
171-
"$ref": "#/definitions/event_enum"
172-
}
173-
},
174-
{
175-
"$ref": "#/definitions/event_enum"
176-
}
177-
]
166+
"$ref": "#/definitions/event_constraint_list"
178167
},
179168
"ref": {
180169
"description": "Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#ref",
@@ -188,10 +177,6 @@
188177
"description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#platform",
189178
"$ref": "#/definitions/constraint_list"
190179
},
191-
"environment": {
192-
"description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#environment",
193-
"$ref": "#/definitions/constraint_list"
194-
},
195180
"instance": {
196181
"description": "Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#instance",
197182
"$ref": "#/definitions/constraint_list"
@@ -291,10 +276,6 @@
291276
"volumes": {
292277
"$ref": "#/definitions/step_volumes"
293278
},
294-
"group": {
295-
"description": "deprecated, use depends_on",
296-
"type": "string"
297-
},
298279
"depends_on": {
299280
"description": "Execute a step after another step has finished.",
300281
"oneOf": [
@@ -377,10 +358,6 @@
377358
"volumes": {
378359
"$ref": "#/definitions/step_volumes"
379360
},
380-
"group": {
381-
"description": "deprecated, use depends_on",
382-
"type": "string"
383-
},
384361
"depends_on": {
385362
"description": "Execute a step after another step has finished.",
386363
"oneOf": [
@@ -448,9 +425,6 @@
448425
"directory": {
449426
"$ref": "#/definitions/step_directory"
450427
},
451-
"secrets": {
452-
"$ref": "#/definitions/step_secrets"
453-
},
454428
"settings": {
455429
"$ref": "#/definitions/step_settings"
456430
},
@@ -460,10 +434,6 @@
460434
"volumes": {
461435
"$ref": "#/definitions/step_volumes"
462436
},
463-
"group": {
464-
"description": "deprecated, use depends_on",
465-
"type": "string"
466-
},
467437
"depends_on": {
468438
"description": "Execute a step after another step has finished.",
469439
"oneOf": [
@@ -554,10 +524,6 @@
554524
"description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#platform",
555525
"$ref": "#/definitions/constraint_list"
556526
},
557-
"environment": {
558-
"description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.org/docs/usage/workflow-syntax#environment",
559-
"$ref": "#/definitions/constraint_list"
560-
},
561527
"matrix": {
562528
"description": "Read more: https://woodpecker-ci.org/docs/usage/matrix-workflows",
563529
"type": "object",
@@ -627,40 +593,6 @@
627593
"items": {
628594
"$ref": "#/definitions/event_enum"
629595
}
630-
},
631-
{
632-
"type": "object",
633-
"additionalProperties": false,
634-
"properties": {
635-
"include": {
636-
"oneOf": [
637-
{
638-
"$ref": "#/definitions/event_enum"
639-
},
640-
{
641-
"type": "array",
642-
"minLength": 1,
643-
"items": {
644-
"$ref": "#/definitions/event_enum"
645-
}
646-
}
647-
]
648-
},
649-
"exclude": {
650-
"oneOf": [
651-
{
652-
"$ref": "#/definitions/event_enum"
653-
},
654-
{
655-
"type": "array",
656-
"minLength": 1,
657-
"items": {
658-
"$ref": "#/definitions/event_enum"
659-
}
660-
}
661-
]
662-
}
663-
}
664596
}
665597
]
666598
},
@@ -742,43 +674,16 @@
742674
},
743675
"step_environment": {
744676
"description": "Pass environment variables to a pipeline step. Read more: https://woodpecker-ci.org/docs/usage/environment",
745-
"oneOf": [
746-
{
747-
"type": "array",
748-
"items": {
749-
"type": "string"
750-
},
751-
"minLength": 1
752-
},
753-
{
754-
"type": "object",
755-
"additionalProperties": {
756-
"type": ["boolean", "string", "number", "array", "object"]
757-
}
758-
}
759-
]
677+
"type": "object",
678+
"additionalProperties": {
679+
"type": ["boolean", "string", "number", "array", "object"]
680+
}
760681
},
761682
"step_secrets": {
762683
"description": "Pass secrets to a pipeline step at runtime. Read more: https://woodpecker-ci.org/docs/usage/secrets",
763684
"type": "array",
764685
"items": {
765-
"oneOf": [
766-
{
767-
"type": "string"
768-
},
769-
{
770-
"type": "object",
771-
"required": ["source", "target"],
772-
"properties": {
773-
"source": {
774-
"type": "string"
775-
},
776-
"target": {
777-
"type": "string"
778-
}
779-
}
780-
}
781-
]
686+
"type": "string"
782687
},
783688
"minLength": 1
784689
},

0 commit comments

Comments
 (0)