Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 24, 2023
1 parent 6325084 commit 462e628
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 23 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2023-11-24)
0.27.2
------

- Update vendored schemas: dependabot, github-workflows, renovate (2023-11-24)
- Add official support for Python 3.12
- Add Google Cloud Build schema and pre-commit hook. Thanks :user:`nikolaik`!
(:pr:`339`)
- Fix a bug in the custom `github-action-require-timeout` schema which forbade
- Fix a bug in the custom `github-workflows-require-timeout` schema which forbade
the use of GitHub expression syntax for the timeout value. (:issue:`354`)

0.27.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ files.

```yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
4 changes: 2 additions & 2 deletions docs/optional_parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-renovate
additional_dependencies: ['pyjson5']
Expand All @@ -39,7 +39,7 @@ For example,
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-jsonschema
name: 'Check GitHub Workflows'
Expand Down
34 changes: 17 additions & 17 deletions docs/precommit_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-jsonschema
files: ^data/.*\.json$
Expand All @@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-metaschema
files: ^schemas/.*\.json$
Expand All @@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-azure-pipelines
Expand All @@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-bamboo-spec
Expand All @@ -80,7 +80,7 @@ Validate Bitbucket Pipelines against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-bitbucket-pipelines
Expand All @@ -94,7 +94,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-buildkite
Expand All @@ -108,7 +108,7 @@ Validate Google Cloud Build config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-cloudbuild
Expand All @@ -122,7 +122,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-dependabot
Expand All @@ -136,7 +136,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-drone-ci
Expand All @@ -150,7 +150,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-github-actions
Expand All @@ -164,7 +164,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-github-workflows
Expand All @@ -178,7 +178,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-gitlab-ci
Expand All @@ -192,7 +192,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-readthedocs
Expand All @@ -206,7 +206,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-renovate
Expand All @@ -220,7 +220,7 @@ Validate Travis Config against the schema provided by SchemaStore
:caption: example config
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-travis
Expand All @@ -246,7 +246,7 @@ manually, you could do this:
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand All @@ -265,7 +265,7 @@ To check with the builtin schema that a GitHub workflow sets
.. code-block:: yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.2
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows set timeout-minutes"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = check-jsonschema
version = 0.27.1
version = 0.27.2
description = A jsonschema CLI and pre-commit hook
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 462e628

Please sign in to comment.