mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
Release 2.0.0-a2.
This commit is contained in:
parent
f6e929ae3a
commit
e158fcf0ae
9 changed files with 82 additions and 24 deletions
|
@ -1 +0,0 @@
|
|||
release_summary: Second prerelease for a new major release with breaking changes in the behavior of ``community.routeros.api`` and ``community.routeros.command``.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "routeros cliconf plugin - adjust function signature that was modified in Ansible after creation of this plugin (https://github.com/ansible-collections/community.routeros/pull/43)."
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- "api - splitting commands no longer uses a naive split by whitespace, but a more RouterOS CLI compatible splitting algorithm (https://github.com/ansible-collections/community.routeros/pull/45)."
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "api - improve splitting of ``WHERE`` queries (https://github.com/ansible-collections/community.routeros/pull/47)."
|
||||
- "api - when converting result lists to dictionaries, no longer removes second ``=`` and text following that if present (https://github.com/ansible-collections/community.routeros/pull/47)."
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- "command - the module now always indicates that a change happens. If this is not correct, please use ``changed_when`` to determine the correct changed status for a task (https://github.com/ansible-collections/community.routeros/pull/50)."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "api - make validation of ``WHERE`` for ``query`` more strict (https://github.com/ansible-collections/community.routeros/pull/53)."
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
add plugin.filter:
|
||||
- name: split
|
||||
description: Split a command into arguments
|
||||
- name: quote_argument_value
|
||||
description: Quote an argument value
|
||||
- name: quote_argument
|
||||
description: Quote an argument
|
||||
- name: join
|
||||
description: Join a list of arguments to a command
|
||||
- name: list_to_dict
|
||||
description: Convert a list of arguments to a list of dictionary
|
Loading…
Add table
Add a link
Reference in a new issue