mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 10:14:39 +02:00
Release 3.3.0.
This commit is contained in:
parent
388366542d
commit
f6d50f8cc5
8 changed files with 172 additions and 121 deletions
|
@ -834,3 +834,28 @@ releases:
|
|||
- 3.2.0.yml
|
||||
- 331-add-routing-filter-community-list.yml
|
||||
release_date: '2024-12-30'
|
||||
3.3.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- api_info, api_modify - add missing attribute ``require-message-auth`` for
|
||||
the ``radius`` path which exists since RouterOS version 7.15 (https://github.com/ansible-collections/community.routeros/issues/338,
|
||||
https://github.com/ansible-collections/community.routeros/pull/339).
|
||||
- api_info, api_modify - add the ``interface 6to4`` path. Used to manage IPv6
|
||||
tunnels via tunnel-brokers like HE, where native IPv6 is not provided (https://github.com/ansible-collections/community.routeros/pull/342).
|
||||
- api_info, api_modify - add the ``interface wireless access-list`` and ``interface
|
||||
wireless connect-list`` paths (https://github.com/ansible-collections/community.routeros/issues/284,
|
||||
https://github.com/ansible-collections/community.routeros/pull/340).
|
||||
- api_info, api_modify - add the ``use-interface-duid`` option for ``ipv6
|
||||
dhcp-client`` path. This option prevents issues with Fritzbox modems and
|
||||
routers, when using virtual interfaces (like VLANs) may create duplicated
|
||||
records in hosts config, this breaks original "expose-host" function. Also
|
||||
add the ``script``, ``custom-duid`` and ``validate-server-duid`` as backport
|
||||
from 7.15 version update (https://github.com/ansible-collections/community.routeros/pull/341).
|
||||
release_summary: Feature release.
|
||||
fragments:
|
||||
- 3.3.0.yml
|
||||
- 339-add-require-message-auth-for-radius.yml
|
||||
- 340-add-interface-wireless-access-and-connect-list.yml
|
||||
- 341-add-dhcpv6-client-use-interface-duid.yml
|
||||
- 342-add-interface-6to4.yml
|
||||
release_date: '2025-01-27'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Feature release.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add missing attribute ``require-message-auth`` for the ``radius`` path which exists since RouterOS version 7.15 (https://github.com/ansible-collections/community.routeros/issues/338, https://github.com/ansible-collections/community.routeros/pull/339).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add the ``interface wireless access-list`` and ``interface wireless connect-list`` paths (https://github.com/ansible-collections/community.routeros/issues/284, https://github.com/ansible-collections/community.routeros/pull/340).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add the ``use-interface-duid`` option for ``ipv6 dhcp-client`` path. This option prevents issues with Fritzbox modems and routers, when using virtual interfaces (like VLANs) may create duplicated records in hosts config, this breaks original "expose-host" function. Also add the ``script``, ``custom-duid`` and ``validate-server-duid`` as backport from 7.15 version update (https://github.com/ansible-collections/community.routeros/pull/341).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add the ``interface 6to4`` path. Used to manage IPv6 tunnels via tunnel-brokers like HE, where native IPv6 is not provided (https://github.com/ansible-collections/community.routeros/pull/342).
|
Loading…
Add table
Add a link
Reference in a new issue