mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-13 06:31:40 +02:00
Release 2.7.0.
This commit is contained in:
parent
7166a0b35c
commit
e7dafebc7a
4 changed files with 31 additions and 5 deletions
|
@ -5,6 +5,24 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.7.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``, ``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api_modify, api_info - defaults corrected for fields in ``interface wireguard peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144).
|
||||||
|
|
||||||
v2.6.0
|
v2.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -384,3 +384,16 @@ releases:
|
||||||
- 143-add-wireguard.yml
|
- 143-add-wireguard.yml
|
||||||
- 2.6.0.yml
|
- 2.6.0.yml
|
||||||
release_date: '2023-01-01'
|
release_date: '2023-01-01'
|
||||||
|
2.7.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api_modify, api_info - defaults corrected for fields in ``interface wireguard
|
||||||
|
peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144).
|
||||||
|
minor_changes:
|
||||||
|
- api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``,
|
||||||
|
``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144).
|
||||||
|
release_summary: Bugfix and feature release.
|
||||||
|
fragments:
|
||||||
|
- 144-paths.yml
|
||||||
|
- 2.7.0.yml
|
||||||
|
release_date: '2023-01-14'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- api_modify, api_info - support API paths ``ip arp``, ``ip firewall raw``, ``ipv6 firewall raw`` (https://github.com/ansible-collections/community.routeros/pull/144).
|
|
||||||
bugfixes:
|
|
||||||
- api_modify, api_info - defaults corrected for fields in ``interface wireguard peers`` API path (https://github.com/ansible-collections/community.routeros/pull/144).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix and feature release.
|
|
Loading…
Add table
Add a link
Reference in a new issue