From a9610b7142f5db7b8924496e376c91fad5fff1f4 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Tue, 16 May 2023 15:11:24 +0530 Subject: [PATCH] remove autoversion (#269) * revert autoversion * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add changelog entry * remove autoversion --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- changelogs/changelog.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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"