mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-19 18:34:32 +02:00
Release 2.6.0.
This commit is contained in:
parent
709abfb13f
commit
d2caf56215
5 changed files with 36 additions and 9 deletions
|
@ -5,6 +5,26 @@ Community RouterOS Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.6.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Regular bugfix and feature release.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
- api_modify, api_info - support API paths ``interface wireguard``, ``interface wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
- api_modify, api_info - do not crash if router contains ``regexp`` DNS entries in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
|
||||
v2.5.0
|
||||
======
|
||||
|
||||
|
|
|
@ -368,3 +368,19 @@ releases:
|
|||
- 137-api.yml
|
||||
- 2.5.0.yml
|
||||
release_date: '2022-12-04'
|
||||
2.6.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
- api_modify, api_info - do not crash if router contains ``regexp`` DNS entries
|
||||
in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
minor_changes:
|
||||
- api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
- api_modify, api_info - support API paths ``interface wireguard``, ``interface
|
||||
wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143).
|
||||
release_summary: Regular bugfix and feature release.
|
||||
fragments:
|
||||
- 142-dns-regexp.yml
|
||||
- 143-add-wireguard.yml
|
||||
- 2.6.0.yml
|
||||
release_date: '2023-01-01'
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
minor_changes:
|
||||
- api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
|
||||
bugfixes:
|
||||
- api_modify, api_info - do not crash if router contains ``regexp`` DNS entries in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
||||
- api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_modify, api_info - support API paths ``interface wireguard``, ``interface wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143).
|
|
@ -1 +0,0 @@
|
|||
release_summary: Regular bugfix and feature release.
|
Loading…
Add table
Add a link
Reference in a new issue