From 6d3f03d600909182371b62d3967f5c0dc461d39b Mon Sep 17 00:00:00 2001 From: sirosen <1300022+sirosen@users.noreply.github.com> Date: Sun, 19 May 2024 04:23:50 +0000 Subject: [PATCH] [vendor-schemas] automated update --- CHANGELOG.rst | 2 +- .../builtin_schemas/vendor/buildkite.json | 3 +++ .../builtin_schemas/vendor/gitlab-ci.json | 2 +- .../builtin_schemas/vendor/renovate.json | 2 +- .../vendor/sha256/buildkite.sha256 | 2 +- .../vendor/sha256/gitlab-ci.sha256 | 2 +- .../vendor/sha256/renovate.sha256 | 2 +- .../vendor/sha256/taskfile.sha256 | 2 +- .../vendor/sha256/woodpecker-ci.sha256 | 2 +- .../builtin_schemas/vendor/taskfile.json | 20 ++++++++----------- .../builtin_schemas/vendor/woodpecker-ci.json | 6 ++++++ 11 files changed, 25 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8a05cb8e9..e85aa8ac9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ Unreleased .. vendor-insert-here -- Update vendored schemas (2024-05-12) +- Update vendored schemas (2024-05-19) 0.28.3 ------ diff --git a/src/check_jsonschema/builtin_schemas/vendor/buildkite.json b/src/check_jsonschema/builtin_schemas/vendor/buildkite.json index 8c83990b3..980e4115d 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/buildkite.json +++ b/src/check_jsonschema/builtin_schemas/vendor/buildkite.json @@ -1313,6 +1313,9 @@ "notify": { "$ref": "#/definitions/commonOptions/buildNotify" }, + "skip": { + "$ref": "#/definitions/commonOptions/skip" + }, "steps": { "description": "A list of steps", "type": "array", diff --git a/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json b/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json index 0f8f76efb..a4f9bad94 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json +++ b/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json @@ -2306,7 +2306,7 @@ "properties": { "path_prefix": { "type": "string", - "markdownDescription": "The GitLab Pages URL path prefix used in this version of pages." + "markdownDescription": "The GitLab Pages URL path prefix used in this version of pages. The given value is converted to lowercase, shortened to 63 bytes, and everything except alphanumeric characters is replaced with a hyphen. Leading and trailing hyphens are not permitted." } } } diff --git a/src/check_jsonschema/builtin_schemas/vendor/renovate.json b/src/check_jsonschema/builtin_schemas/vendor/renovate.json index c6673879f..abe7ec352 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/renovate.json +++ b/src/check_jsonschema/builtin_schemas/vendor/renovate.json @@ -965,7 +965,7 @@ "dockerSidecarImage": { "description": "Change this value to override the default Renovate sidecar image.", "type": "string", - "default": "ghcr.io/containerbase/sidecar:10.6.9" + "default": "ghcr.io/containerbase/sidecar:10.6.11" }, "dockerUser": { "description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.", diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/buildkite.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/buildkite.sha256 index 76fb81bc4..2bb47173c 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/buildkite.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/buildkite.sha256 @@ -1 +1 @@ -c0c0a79a4c90d3038ad128eb795f6419b7847c852ab63a0ab421af60eb6b6279 \ No newline at end of file +f9821c3bb233d271a6420b97e1f31197b81d13e5e87b15599944743e6656d8bb \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 index 781b18e90..1458e5dba 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 @@ -1 +1 @@ -27b78ab0e321dfa26707da6159bf21d0cb18f51fba9b5645ae68449e06ee24e4 \ No newline at end of file +054a4427c1c6e89ebf466b535a51e550660f9bf76ff9d2b3b8f0da1b0c24c64f \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 index 9dbc4df4a..6836b86b0 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 @@ -1 +1 @@ -137002a9d5f629cb0907119a78004de3f21ab0810bf3d338cdb011855179a572 \ No newline at end of file +10aa04c61243926bcf00f3d1523dc7edd1a247f26e2790d155cb086bc46bd0f8 \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/taskfile.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/taskfile.sha256 index 667f86f77..dd4afb80c 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/taskfile.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/taskfile.sha256 @@ -1 +1 @@ -923d56a92dc5f6516fb615a778c62dacc5f11126ad887d7f747a0ec2573021a4 \ No newline at end of file +326c9ebefc80d262b106ef252fecad30b389aace8a3936bac6049116b25efb7d \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/woodpecker-ci.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/woodpecker-ci.sha256 index ef9c88038..665f15566 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/woodpecker-ci.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/woodpecker-ci.sha256 @@ -1 +1 @@ -c265e82d6daa54496cae7678de07442d9a7d36cd2ce42d06c17f4558356accb5 \ No newline at end of file +12c7dc514cac2a440d324fc66e23fcf403d679e56775d0b18580617992550aca \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/taskfile.json b/src/check_jsonschema/builtin_schemas/vendor/taskfile.json index 5bd31a243..899adff56 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/taskfile.json +++ b/src/check_jsonschema/builtin_schemas/vendor/taskfile.json @@ -277,14 +277,6 @@ "map": { "type": "object", "description": "The value will be treated as a literal map type and stored in the variable" - }, - "json": { - "type": "string", - "description": "The value will parsed as a JSON string and stored in the variable" - }, - "yaml": { - "type": "string", - "description": "The value will parsed as a YAML string and stored in the variable" } }, "additionalProperties": false @@ -496,7 +488,8 @@ "description": "Failure message to display when the condition fails", "type": "string" } - } + }, + "additionalProperties": false }, "glob": { "anyOf": [ @@ -515,7 +508,8 @@ "description": "File or glob pattern to exclude from the list", "type": "string" } - } + }, + "additionalProperties": false }, "run": { "type": "string", @@ -545,7 +539,8 @@ } } } - } + }, + "additionalProperties": false }, "requires_obj": { "type": "object", @@ -557,7 +552,8 @@ "type": "string" } } - } + }, + "additionalProperties": false } }, "allOf": [ diff --git a/src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json b/src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json index f5869c15d..f735c0ea3 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json +++ b/src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json @@ -288,6 +288,9 @@ }, "ignore_message": { "type": "string" + }, + "on_empty": { + "type": "boolean" } }, "additionalProperties": false @@ -493,6 +496,9 @@ }, "ignore_message": { "type": "string" + }, + "on_empty": { + "type": "boolean" } }, "additionalProperties": false