mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-16 07:47:49 +02:00
Release 2.11.0.
This commit is contained in:
parent
ad6faf275d
commit
eda8f64e8d
7 changed files with 47 additions and 13 deletions
|
@ -5,6 +5,26 @@ Community RouterOS Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.11.0
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Feature and bugfix release.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``, ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235)
|
||||
- api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``, ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237).
|
||||
- api_info, api_modify - mark the ``interface wireless`` parameter ``running`` as read-only (https://github.com/ansible-collections/community.routeros/pull/233).
|
||||
- api_info, api_modify - set the default value to ``false`` for the ``disabled`` parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237).
|
||||
- api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
|
||||
v2.10.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -254,6 +254,33 @@ releases:
|
|||
- 224-add-port-remote-access.yml
|
||||
- 227-add-upnp-graphing.yml
|
||||
release_date: '2023-10-08'
|
||||
2.11.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``,
|
||||
``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path
|
||||
(https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235)
|
||||
- api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``,
|
||||
``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path
|
||||
(https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237).
|
||||
- api_info, api_modify - mark the ``interface wireless`` parameter ``running``
|
||||
as read-only (https://github.com/ansible-collections/community.routeros/pull/233).
|
||||
- api_info, api_modify - set the default value to ``false`` for the ``disabled``
|
||||
parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237).
|
||||
- api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add missing attributes to the ``routing bgp connection`` path
|
||||
(https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release)
|
||||
(https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
release_summary: Feature and bugfix release.
|
||||
fragments:
|
||||
- 2.11.0.yml
|
||||
- 233-wireless-running-read-only.yml
|
||||
- 234-bugfixes-and-update-adaptations.yml
|
||||
- 235-add-missing-dns-attributes.yml
|
||||
- 237-add-missing-ip-firewall-attributes.yml
|
||||
release_date: '2023-12-03'
|
||||
2.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Feature and bugfix release.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - mark the ``interface wireless`` parameter ``running`` as read-only (https://github.com/ansible-collections/community.routeros/pull/233).
|
|
@ -1,5 +0,0 @@
|
|||
minor_changes:
|
||||
- api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234).
|
||||
- api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``, ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235)
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``, ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237).
|
||||
- api_info, api_modify - set the default value to ``false`` for the ``disabled`` parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237).
|
Loading…
Add table
Add a link
Reference in a new issue