diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54f52e2..1d0222d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/ansible-network/collection_prep rev: 1.1.1 hooks: - # - id: autoversion + # - id: autoversion # removed as being handled by GHA push and release drafter - id: update-docs - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8f8a9de..40b19e9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -322,3 +322,15 @@ releases: - fix_ansible_lint.yaml - to_xml_disable_xml_declaration.yaml release_date: "2023-01-30" + 2.10.2: + changes: + minor_changes: + - validate - Add option `check_format` for the jsonschema engine to disable + JSON Schema format checking. + - validate - Add support for JSON Schema draft 2019-09 and 2020-12 as well as + automatically choosing the draft from the `$schema` field of the criteria. + fragments: + - netaddr_error.yml + - pre-commit.yaml + - validate_jsonschema_update.yaml + release_date: "2023-05-13"