Release 2.8.0.

This commit is contained in:
Felix Fontein 2023-03-23 22:14:38 +01:00
parent 07a3311792
commit c1bd819db5
10 changed files with 53 additions and 18 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153).

View file

@ -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)."

View file

@ -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).

View file

@ -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).

View file

@ -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).

View file

@ -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).

View file

@ -1 +0,0 @@
release_summary: Bugfix and feature release.

View file

@ -1,2 +0,0 @@
bugfixes:
- "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149)."