Skip to content

Commit

Permalink
Additional schema and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Aug 22, 2024
1 parent 4a11d5e commit fa503c1
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2024-08-18)
- Update vendored schemas (2024-08-22)
- Convert from ``setup.cfg`` to ``pyproject.toml`` for python package metadata

- Update vendored schemas (2024-07-28)

0.29.1
------

Expand Down
9 changes: 7 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,13 @@
},
"reports": {
"type": "object",
"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).",
"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).",
"additionalProperties": false,
"properties": {
"annotations": {
"type": "string",
"description": "Path to JSON file with annotations report."
},
"junit": {
"description": "Path for file(s) that should be parsed as JUnit XML result",
"oneOf": [
Expand Down Expand Up @@ -290,7 +294,8 @@
"coverage_format": {
"description": "Code coverage format used by the test framework.",
"enum": [
"cobertura", "jacoco"
"cobertura",
"jacoco"
]
},
"path": {
Expand Down
15 changes: 14 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,10 +993,15 @@
"description": "Pass CLI flags to `docker run` command when `binarySource=docker`.",
"type": "string"
},
"dockerMaxPages": {
"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.",
"type": "integer",
"default": 20
},
"dockerSidecarImage": {
"description": "Change this value to override the default Renovate sidecar image.",
"type": "string",
"default": "ghcr.io/containerbase/sidecar:11.11.4"
"default": "ghcr.io/containerbase/sidecar:11.11.6"
},
"dockerUser": {
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Expand Down Expand Up @@ -1327,6 +1332,14 @@
},
"$ref": "#"
},
"glasskube": {
"description": "Configuration object for the glasskube manager",
"type": "object",
"default": {
"fileMatch": []
},
"$ref": "#"
},
"gleam": {
"description": "Configuration object for the gleam manager",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58b11b73e7d01dbe593b029d7d49ef7b7e5fc9f7ad8a084f5cfad2b9be032ed2
92d3e0c05e41438d3d43227dd42cde6a71bda64156b31bf44e57a18de950641d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d440c6f0f8cf3b13d7cdfeceb2cce60b045f6313ffe7cf64b77745003c7aef75
4d57da18696b9d84e17ba73cdd0cdbbe606701f16ff9ac30f38a3f6359a6a9e6

0 comments on commit fa503c1

Please sign in to comment.