Skip to content

Commit 74692a4

Browse files
authored
Merge pull request #445 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents 5734d04 + b4c0da7 commit 74692a4

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas (2024-06-16)
14+
1315
0.28.5
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,11 @@
153153
"3.12",
154154
"latest",
155155
"miniconda3-4.7",
156+
"miniconda3-3.12-24.1",
156157
"miniconda-latest",
157158
"mambaforge-4.10",
158159
"mambaforge-22.9",
160+
"mambaforge-23.11",
159161
"mambaforge-latest"
160162
]
161163
},
@@ -182,6 +184,7 @@
182184
"1.64",
183185
"1.70",
184186
"1.75",
187+
"1.78",
185188
"latest"
186189
]
187190
},
@@ -192,6 +195,7 @@
192195
"1.19",
193196
"1.20",
194197
"1.21",
198+
"1.22",
195199
"latest"
196200
]
197201
}

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 2 additions & 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.1"
968+
"default": "ghcr.io/containerbase/sidecar:10.11.6"
969969
},
970970
"dockerUser": {
971971
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -3557,6 +3557,7 @@
35573557
"debian",
35583558
"docker",
35593559
"git",
3560+
"glasskube",
35603561
"go-mod-directive",
35613562
"gradle",
35623563
"hashicorp",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef1d80216d9d0e6a8927513418e14efd90dc5a65e90828124b517785afa70bc8
1+
8696f08cc4b6d81fcf91168ee1c3c483b8a471ed36f5cdbf34e202ab0e8b683b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98bc78083c3cc4d03f820b6e615bd91d892102ba62b08d129da7e419b7c76556
1+
8dd71c2ef78037a9573ba44c6e028e31de368f93f4cd702a2ac1ec722cc69b11

0 commit comments

Comments
 (0)