Release 2.7.0.

This commit is contained in:
Felix Fontein 2023-01-14 15:15:46 +01:00
parent 7166a0b35c
commit e7dafebc7a
4 changed files with 31 additions and 5 deletions

View file

@ -5,6 +5,24 @@ Community RouterOS Release Notes
.. 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
======

View file

@ -384,3 +384,16 @@ releases:
- 143-add-wireguard.yml
- 2.6.0.yml
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'

View file

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

View file

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