Skip to content

Commit 1db6023

Browse files
authored
Merge pull request #447 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents f4994e9 + f34595d commit 1db6023

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2024-06-16)
13+
- Update vendored schemas (2024-06-23)
1414

1515
0.28.5
1616
------

src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@
151151
"title": "Clone Repository Settings",
152152
"type": "object"
153153
},
154+
"cloud": {
155+
"description": "Custom cloud step runtime",
156+
"properties": {
157+
"atlassian-ip-ranges": {
158+
"default": false,
159+
"description": "Whether it uses Atlassian ip ranges.",
160+
"type": "boolean"
161+
}
162+
},
163+
"title": "Cloud step runtime",
164+
"type": "object"
165+
},
154166
"condition": {
155167
"properties": {
156168
"changesets": {
@@ -557,6 +569,9 @@
557569
"max-time": {
558570
"$ref": "#/components/schemas/max_time"
559571
},
572+
"runtime": {
573+
"$ref": "#/components/schemas/runtime"
574+
},
560575
"size": {
561576
"$ref": "#/components/schemas/size"
562577
}
@@ -640,6 +655,16 @@
640655
"title": "Step Runner Label",
641656
"type": "string"
642657
},
658+
"runtime": {
659+
"description": "Custom step runtime",
660+
"properties": {
661+
"cloud": {
662+
"$ref": "#/components/schemas/cloud"
663+
}
664+
},
665+
"title": "Step Runtime",
666+
"type": "object"
667+
},
643668
"script": {
644669
"items": {
645670
"oneOf": [
@@ -700,7 +725,8 @@
700725
"2x",
701726
"4x",
702727
"8x",
703-
"16x"
728+
"16x",
729+
"32x"
704730
],
705731
"title": "Step Size",
706732
"type": "string"
@@ -838,6 +864,9 @@
838864
"runs-on": {
839865
"$ref": "#/components/schemas/runs_on"
840866
},
867+
"runtime": {
868+
"$ref": "#/components/schemas/runtime"
869+
},
841870
"script": {
842871
"$ref": "#/components/schemas/script",
843872
"description": "List of commands that are executed in sequence.",

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"enum": [
6262
"ubuntu-20.04",
6363
"ubuntu-22.04",
64+
"ubuntu-24.04",
6465
"ubuntu-lts-latest"
6566
]
6667
},

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
"dockerSidecarImage": {
966966
"description": "Change this value to override the default Renovate sidecar image.",
967967
"type": "string",
968-
"default": "ghcr.io/containerbase/sidecar:10.11.6"
968+
"default": "ghcr.io/containerbase/sidecar:10.11.7"
969969
},
970970
"dockerUser": {
971971
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60586ed3669f79395b4689de2e99d44876d4c83670e144b28f980d3aa414d795
1+
3dd04c344f6d3f3211c9ad7fd775b2c3ccd309c75c2d00f379b0339abfb57e5e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8696f08cc4b6d81fcf91168ee1c3c483b8a471ed36f5cdbf34e202ab0e8b683b
1+
c64013c6d817252e76a357a1c00fc645c7c8760811991dd74c325aff8b5c0464
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8dd71c2ef78037a9573ba44c6e028e31de368f93f4cd702a2ac1ec722cc69b11
1+
ddfe7dda772797830c75a5df98aa1129a17c36c9661251120420b91e7de3e906

0 commit comments

Comments
 (0)