Skip to content

Commit

Permalink
Prepare for release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwini Mhatre committed Nov 27, 2023
1 parent e0c809a commit 2ecd35b
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 48 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
100 changes: 56 additions & 44 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/fact_diff_filter_plugin.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 2.11.0
version: 2.12.0

0 comments on commit 2ecd35b

Please sign in to comment.