Skip to content

Commit 99e15ff

Browse files
[vendor-schemas] automated update (#472)
Co-authored-by: sirosen <[email protected]>
1 parent 1889bb9 commit 99e15ff

File tree

7 files changed

+46
-8
lines changed

7 files changed

+46
-8
lines changed

CHANGELOG.rst

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

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

1416
- Update vendored schemas (2024-07-28)

src/check_jsonschema/builtin_schemas/vendor/buildkite.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,9 @@
12741274
"notify": {
12751275
"$ref": "#/definitions/commonOptions/buildNotify"
12761276
},
1277+
"skip": {
1278+
"$ref": "#/definitions/commonOptions/skip"
1279+
},
12771280
"steps": {
12781281
"type": "array",
12791282
"description": "A list of steps",
@@ -1313,9 +1316,6 @@
13131316
"notify": {
13141317
"$ref": "#/definitions/commonOptions/buildNotify"
13151318
},
1316-
"skip": {
1317-
"$ref": "#/definitions/commonOptions/skip"
1318-
},
13191319
"steps": {
13201320
"description": "A list of steps",
13211321
"type": "array",

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"coverage_format": {
291291
"description": "Code coverage format used by the test framework.",
292292
"enum": [
293-
"cobertura"
293+
"cobertura", "jacoco"
294294
]
295295
},
296296
"path": {
@@ -819,6 +819,15 @@
819819
],
820820
"additionalProperties": false
821821
},
822+
"akeyless": {
823+
"type": "object",
824+
"properties": {
825+
"name": {
826+
"type": "string"
827+
}
828+
},
829+
"additionalProperties": false
830+
},
822831
"file": {
823832
"type": "boolean",
824833
"default": true,
@@ -844,6 +853,11 @@
844853
"required": [
845854
"gcp_secret_manager"
846855
]
856+
},
857+
{
858+
"required": [
859+
"akeyless"
860+
]
847861
}
848862
],
849863
"dependencies": {

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,17 @@
673673
"description": "The directory where Renovate stores its containerbase cache. If left empty, Renovate creates a subdirectory within the `cacheDir`.",
674674
"type": "string"
675675
},
676+
"copier": {
677+
"description": "Configuration object for the copier manager",
678+
"type": "object",
679+
"default": {
680+
"fileMatch": [
681+
"(^|/)\\.copier-answers(\\..+)?\\.ya?ml"
682+
],
683+
"versioning": "pep440"
684+
},
685+
"$ref": "#"
686+
},
676687
"cpanfile": {
677688
"description": "Configuration object for the cpanfile manager",
678689
"type": "object",
@@ -980,7 +991,7 @@
980991
"dockerSidecarImage": {
981992
"description": "Change this value to override the default Renovate sidecar image.",
982993
"type": "string",
983-
"default": "ghcr.io/containerbase/sidecar:11.1.2"
994+
"default": "ghcr.io/containerbase/sidecar:11.9.0"
984995
},
985996
"dockerUser": {
986997
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -1311,6 +1322,17 @@
13111322
},
13121323
"$ref": "#"
13131324
},
1325+
"gleam": {
1326+
"description": "Configuration object for the gleam manager",
1327+
"type": "object",
1328+
"default": {
1329+
"fileMatch": [
1330+
"(^|/)gleam.toml$"
1331+
],
1332+
"versioning": "hex"
1333+
},
1334+
"$ref": "#"
1335+
},
13141336
"globalExtends": {
13151337
"description": "Configuration presets to use or extend for a self-hosted config.",
13161338
"type": "array",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f9821c3bb233d271a6420b97e1f31197b81d13e5e87b15599944743e6656d8bb
1+
fc4099c34baf2b186d08170f54b97264b7c492fc5aab0f263234af3db9cf60d3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9546a05c6ab921272786539dddd21fde7d4f56dd65e47bf8ef1254d387685a70
1+
58b11b73e7d01dbe593b029d7d49ef7b7e5fc9f7ad8a084f5cfad2b9be032ed2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ec3b66e92202f9e3a3812189922a6b3072757e582724210361d21130019514fe
1+
737f0c9d8a392f2130e76d696972337b542aa2b550a59252d1ca016505b486b2

0 commit comments

Comments
 (0)