mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-31 16:24:41 +02:00
Release 1.2.1.
This commit is contained in:
parent
025f9829cd
commit
8d4ba59f17
5 changed files with 28 additions and 5 deletions
|
@ -5,6 +5,20 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.2.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix maintenance release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68, https://github.com/ansible-collections/community.routeros/issues/67).
|
||||||
|
- 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).
|
||||||
|
|
||||||
v1.2.0
|
v1.2.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -81,3 +81,17 @@ releases:
|
||||||
- 37-api-validate-cert-options.yml
|
- 37-api-validate-cert-options.yml
|
||||||
- ansible-core-_text.yml
|
- ansible-core-_text.yml
|
||||||
release_date: '2021-06-29'
|
release_date: '2021-06-29'
|
||||||
|
1.2.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict
|
||||||
|
with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68,
|
||||||
|
https://github.com/ansible-collections/community.routeros/issues/67).
|
||||||
|
- 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).
|
||||||
|
release_summary: Bugfix maintenance release.
|
||||||
|
fragments:
|
||||||
|
- 1.2.1.yml
|
||||||
|
- 43-sanity.yml
|
||||||
|
- 68-fix-query-id-check.yml
|
||||||
|
release_date: '2023-01-14'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix maintenance release.
|
|
|
@ -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 @@
|
||||||
bugfixes:
|
|
||||||
- "query - fix query function check for ``.id`` vs. ``id`` arguments to not conflict with routeros arguments like ``identity`` (https://github.com/ansible-collections/community.routeros/pull/68, https://github.com/ansible-collections/community.routeros/issues/67)."
|
|
Loading…
Add table
Add a link
Reference in a new issue