mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 02:04:33 +02:00
Release 2.14.0.
This commit is contained in:
parent
edcd760dbf
commit
a3fbe88f2f
7 changed files with 187 additions and 144 deletions
|
@ -323,6 +323,22 @@ releases:
|
|||
- 259-add-routeros7-support-for-ip-vrf.yml
|
||||
- 262-fix-date-removal.yml
|
||||
release_date: '2024-02-25'
|
||||
2.14.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- api_info, api_modify - add read-only fields ``installed-version``, ``latest-version``
|
||||
and ``status`` in ``system package update`` (https://github.com/ansible-collections/community.routeros/pull/263).
|
||||
- api_info, api_modify - added support for ``interface wifi`` and its sub-paths
|
||||
(https://github.com/ansible-collections/community.routeros/pull/266).
|
||||
- api_info, api_modify - remove default value for read-only ``running`` field
|
||||
in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/264).
|
||||
release_summary: Feature release.
|
||||
fragments:
|
||||
- 2.14.0.yml
|
||||
- 263-sys-pkg-update.yml
|
||||
- 264-wireless-running-default.yml
|
||||
- 266-interface-wifi.yml
|
||||
release_date: '2024-03-25'
|
||||
2.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Feature release.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - add read-only fields ``installed-version``, ``latest-version`` and ``status`` in ``system package update`` (https://github.com/ansible-collections/community.routeros/pull/263).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - remove default value for read-only ``running`` field in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/264).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- api_info, api_modify - added support for ``interface wifi`` and its sub-paths (https://github.com/ansible-collections/community.routeros/pull/266).
|
Loading…
Add table
Add a link
Reference in a new issue