mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-25 13:25:15 +02:00
Release 2.9.0.
This commit is contained in:
parent
53bb84ba2a
commit
ed2f326a6a
6 changed files with 38 additions and 7 deletions
|
@ -5,6 +5,25 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.9.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193, https://github.com/ansible-collections/community.routeros/pull/194).
|
||||||
|
- api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191, https://github.com/ansible-collections/community.routeros/pull/192).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api_modify, api_info - add missing parameter ``engine-id-suffix`` for the ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, https://github.com/ansible-collections/community.routeros/pull/190).
|
||||||
|
|
||||||
v2.8.3
|
v2.8.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -481,3 +481,22 @@ releases:
|
||||||
- 2.8.3.yml
|
- 2.8.3.yml
|
||||||
- semantic-markup.yml
|
- semantic-markup.yml
|
||||||
release_date: '2023-06-27'
|
release_date: '2023-06-27'
|
||||||
|
2.9.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api_modify, api_info - add missing parameter ``engine-id-suffix`` for the
|
||||||
|
``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/190).
|
||||||
|
minor_changes:
|
||||||
|
- api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man
|
||||||
|
manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/194).
|
||||||
|
- api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/192).
|
||||||
|
release_summary: Bugfix and feature release.
|
||||||
|
fragments:
|
||||||
|
- 180-fix-engine-id-suffix-in-snmp.yml
|
||||||
|
- 192-add-ip_traffic-flow_target-path.yml
|
||||||
|
- 194-add-caps-man_channel-and-caps-man_manager_interface.yml
|
||||||
|
- 2.9.0.yml
|
||||||
|
release_date: '2023-08-15'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- api_modify, api_info - add missing parameter ``engine-id-suffix`` for the ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, https://github.com/ansible-collections/community.routeros/pull/190).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191, https://github.com/ansible-collections/community.routeros/pull/192).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193, https://github.com/ansible-collections/community.routeros/pull/194).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix and feature release.
|
|
Loading…
Add table
Add a link
Reference in a new issue