mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-03 06:44:37 +02:00
Release 2.8.0.
This commit is contained in:
parent
07a3311792
commit
c1bd819db5
10 changed files with 53 additions and 18 deletions
|
@ -5,6 +5,31 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.8.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156).
|
||||||
|
- api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
||||||
|
- api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
||||||
|
- api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158).
|
||||||
|
- api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153).
|
||||||
|
- command - workaround for extra characters in stdout in RouterOS versions between 6.49 and 7.1.5 (https://github.com/ansible-collections/community.routeros/issues/62, https://github.com/ansible-collections/community.routeros/pull/161).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api_info, api_modify - fix default and remove behavior for ``dhcp-options`` in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, https://github.com/ansible-collections/community.routeros/pull/154).
|
||||||
|
- api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154).
|
||||||
|
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149).
|
||||||
|
|
||||||
v2.7.0
|
v2.7.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -397,3 +397,31 @@ releases:
|
||||||
- 144-paths.yml
|
- 144-paths.yml
|
||||||
- 2.7.0.yml
|
- 2.7.0.yml
|
||||||
release_date: '2023-01-14'
|
release_date: '2023-01-14'
|
||||||
|
2.8.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api_info, api_modify - fix default and remove behavior for ``dhcp-options``
|
||||||
|
in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/154).
|
||||||
|
- api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154).
|
||||||
|
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149).
|
||||||
|
minor_changes:
|
||||||
|
- api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156).
|
||||||
|
- api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
||||||
|
- api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
||||||
|
- api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158).
|
||||||
|
- api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153).
|
||||||
|
- command - workaround for extra characters in stdout in RouterOS versions between
|
||||||
|
6.49 and 7.1.5 (https://github.com/ansible-collections/community.routeros/issues/62,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/161).
|
||||||
|
release_summary: Bugfix and feature release.
|
||||||
|
fragments:
|
||||||
|
- 153-ip_firewall_layer7-protocol.yml
|
||||||
|
- 154-ip-dhcp-client-dhcp-options.yml
|
||||||
|
- 156-ip_dhcp-server_network.yml
|
||||||
|
- 158-ipv6_settings-disable.yml
|
||||||
|
- 159-snmp_community.yml
|
||||||
|
- 161-workaround-prompt-with-space.yml
|
||||||
|
- 2.8.0.yml
|
||||||
|
- remove-unneeded-imports.yml
|
||||||
|
release_date: '2023-03-23'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "api_info, api_modify - fix default and remove behavior for ``dhcp-options`` in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, https://github.com/ansible-collections/community.routeros/pull/154)."
|
|
||||||
- "api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158).
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
|
||||||
- api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159).
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- command - workaround for extra characters in stdout in RouterOS versions between 6.49 and 7.1.5
|
|
||||||
(https://github.com/ansible-collections/community.routeros/issues/62, https://github.com/ansible-collections/community.routeros/pull/161).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix and feature release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149)."
|
|
Loading…
Add table
Add a link
Reference in a new issue