Prepare Release 2.7.0 (#220)
* Prepare Release 2.7.0 Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Rohit Thakur <rohitthakur2590@outlook.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>pull/218/head 2.7.0
parent
6f0c83be4d
commit
fa08284cbb
|
@ -5,6 +5,22 @@ Ansible Utils Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.7.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Add support for content template parser
|
||||
- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/211).
|
||||
- ipsubnet - the index parameter should only ever be an integer if it is provided. this changes the argument type from str to int.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix filters to only raise AnsibleFilterError exceptions (https://github.com/ansible-collections/ansible.utils/issues/209).
|
||||
- ipsubnet - interacting with large subnets could cause performance constraints. the result would be the system would appear to hang while it built out a list of all possible subnets or stepped through all possible subnets one at a time. when sending a prefix that is a supernet of the passed in network the behavior wasn't consistent. this now returns an AnsibleFilterError in that scenario across all python releases. (https://github.com/ansible-collections/ansible.utils/issues/132)
|
||||
|
||||
v2.6.1
|
||||
======
|
||||
|
||||
|
|
|
@ -259,3 +259,40 @@ releases:
|
|||
- sanity_fix.yaml
|
||||
- test inits.yml
|
||||
release_date: "2022-04-25"
|
||||
2.7.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fix filters to only raise AnsibleFilterError exceptions (https://github.com/ansible-collections/ansible.utils/issues/209).
|
||||
- ipsubnet - interacting with large subnets could cause performance constraints.
|
||||
the result would be the system would appear to hang while it built out a list
|
||||
of all possible subnets or stepped through all possible subnets one at a time.
|
||||
when sending a prefix that is a supernet of the passed in network the behavior
|
||||
wasn't consistent. this now returns an AnsibleFilterError in that scenario
|
||||
across all python releases. (https://github.com/ansible-collections/ansible.utils/issues/132)
|
||||
minor_changes:
|
||||
- Add support for content template parser
|
||||
- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase
|
||||
without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/211).
|
||||
- ipsubnet - the index parameter should only ever be an integer if it is provided.
|
||||
this changes the argument type from str to int.
|
||||
fragments:
|
||||
- 172.yaml
|
||||
- 179.yaml
|
||||
- 180.yaml
|
||||
- 183.yaml
|
||||
- 184.yaml
|
||||
- 185.yaml
|
||||
- 186.yaml
|
||||
- 187.yaml
|
||||
- 188.yaml
|
||||
- 189.yaml
|
||||
- 190.yaml
|
||||
- 207-trivial.yaml
|
||||
- 209.yaml
|
||||
- 217-test-filter-docs.yaml
|
||||
- ccontent_template_parser.yaml
|
||||
- ipsubnet_performance.yaml
|
||||
- persistent.yaml
|
||||
- tests.yaml
|
||||
- use-before.yaml
|
||||
release_date: "2022-11-03"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Enable GH action for unit ans sanity tests
|
||||
- Several minor doc string updates to get sanity to pass with devel/milestone
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Require a changelog fragment
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Add integration tests with Github action
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Switch to unit-galaxy
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Disable CI runs with push to main
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Uncap json schema dependency
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Enable update-docs via pre-commit
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Enable concurrency check for PRs & GHA
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Enable prettier via pre-commit
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Enable isort, increase black line length to 100
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Add trailing comma support to pre-commit
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Update simple class definition. (https://github.com/ansible-collections/ansible.utils/pull/207)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Fix filters to only raise AnsibleFilterError exceptions (https://github.com/ansible-collections/ansible.utils/issues/209).
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Fix the filter and test documentation to render well on the Ansible docsite.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- Add support for content template parser
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- >-
|
||||
ipsubnet - interacting with large subnets could cause performance
|
||||
constraints. the result would be the system would appear to hang while
|
||||
it built out a list of all possible subnets or stepped through all
|
||||
possible subnets one at a time. when sending a prefix that is a supernet
|
||||
of the passed in network the behavior wasn't consistent. this now returns
|
||||
an AnsibleFilterError in that scenario across all python releases.
|
||||
(https://github.com/ansible-collections/ansible.utils/issues/132)
|
||||
minor_changes:
|
||||
- >-
|
||||
ipsubnet - the index parameter should only ever be an integer if it is
|
||||
provided. this changes the argument type from str to int.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- Added new connection base class similar to ansible.netcommon's NetworkConnectionBase without the network-specific option masking (https://github.com/ansible-collections/ansible.utils/pull/211).
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Fix various 2.15 sanity and unit tests. (https://github.com/ansible-collections/ansible.utils/pull/216)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- cli_parse - Fix spurious use-before-assign.
|
Loading…
Reference in New Issue