From 2ecd35bfa4d9d75072d1cb471e1adcfe89bc28e9 Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Mon, 27 Nov 2023 12:42:35 +0530 Subject: [PATCH] Prepare for release 2.12.0 --- CHANGELOG.rst | 16 +++ changelogs/changelog.yaml | 100 ++++++++++-------- .../fragments/fact_diff_filter_plugin.yaml | 3 - galaxy.yml | 2 +- 4 files changed, 73 insertions(+), 48 deletions(-) delete mode 100644 changelogs/fragments/fact_diff_filter_plugin.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22708845..6513ce40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v2.12.0 +======= + +Minor Changes +------------- + +- Fact_diff filter plugin - Add fact_diff filter plugin. (https://github.com/ansible-collections/ansible.utils/issues/78). + +New Plugins +----------- + +Filter +~~~~~~ + +- fact_diff - Find the difference between currently set facts + v2.11.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 86cc1189..8a472af7 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -97,50 +97,6 @@ releases: - add_missing_test_requirements.yml - fix_tests.yaml release_date: "2021-04-27" - 2.10.0: - release_date: "2023-05-11" - 2.10.1: - release_date: "2023-05-12" - 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" - 2.10.3: - fragments: - - fix_workflow_names.yml - release_date: "2023-05-17" - 2.10.4: - release_date: "2023-05-19" - 2.11.0: - changes: - bugfixes: - - Validate input for ipv4_hex(https://github.com/ansible-collections/ansible.utils/issues/281) - minor_changes: - - Add ipcut filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/251) - - Add ipv6form filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/230) - fragments: - - Bugfix_ipv4_hex.yaml - - ipcut.yaml - - ipv6form.yaml - plugins: - filter: - - description: This filter is designed to get 1st or last few bits of IP address. - name: ipcut - namespace: null - - description: - This filter is designed to convert ipv6 address in different - formats. For example expand, compressetc. - name: ipv6form - namespace: null - release_date: "2023-09-07" 2.2.0: changes: minor_changes: @@ -366,3 +322,59 @@ releases: - fix_pre_commit.yaml - to_xml_disable_xml_declaration.yaml release_date: "2023-01-30" + 2.10.0: + release_date: "2023-05-11" + 2.10.1: + release_date: "2023-05-12" + 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" + 2.10.3: + fragments: + - fix_workflow_names.yml + release_date: "2023-05-17" + 2.10.4: + release_date: "2023-05-19" + 2.11.0: + changes: + bugfixes: + - Validate input for ipv4_hex(https://github.com/ansible-collections/ansible.utils/issues/281) + minor_changes: + - Add ipcut filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/251) + - Add ipv6form filter plugin.(https://github.com/ansible-collections/ansible.utils/issues/230) + fragments: + - Bugfix_ipv4_hex.yaml + - ipcut.yaml + - ipv6form.yaml + plugins: + filter: + - description: This filter is designed to get 1st or last few bits of IP address. + name: ipcut + namespace: null + - description: + This filter is designed to convert ipv6 address in different + formats. For example expand, compressetc. + name: ipv6form + namespace: null + release_date: "2023-09-07" + 2.12.0: + changes: + minor_changes: + - Fact_diff filter plugin - Add fact_diff filter plugin. (https://github.com/ansible-collections/ansible.utils/issues/78). + fragments: + - fact_diff_filter_plugin.yaml + plugins: + filter: + - description: Find the difference between currently set facts + name: fact_diff + namespace: null + release_date: "2023-11-27" diff --git a/changelogs/fragments/fact_diff_filter_plugin.yaml b/changelogs/fragments/fact_diff_filter_plugin.yaml deleted file mode 100644 index adc396aa..00000000 --- a/changelogs/fragments/fact_diff_filter_plugin.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "Fact_diff filter plugin - Add fact_diff filter plugin. (https://github.com/ansible-collections/ansible.utils/issues/78)." diff --git a/galaxy.yml b/galaxy.yml index 4ec64c1b..405d7b61 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -19,4 +19,4 @@ tags: - data - validation - utils -version: 2.11.0 +version: 2.12.0