mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 01:34:40 +02:00
Release 2.5.0.
This commit is contained in:
parent
78f1236942
commit
215576fa1b
4 changed files with 32 additions and 6 deletions
|
@ -5,6 +5,24 @@ Community RouterOS Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.5.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Feature and bugfix release.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- api_info, api_modify - support API paths ``interface ethernet poe``, ``interface gre6``, ``interface vrrp`` and also support all previously missing fields of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
|
||||
v2.4.0
|
||||
======
|
||||
|
||||
|
|
|
@ -354,3 +354,17 @@ releases:
|
|||
- 134-command-safemode.yml
|
||||
- 2.4.0.yml
|
||||
release_date: '2022-11-18'
|
||||
2.5.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server``
|
||||
is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
minor_changes:
|
||||
- api_info, api_modify - support API paths ``interface ethernet poe``, ``interface
|
||||
gre6``, ``interface vrrp`` and also support all previously missing fields
|
||||
of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
release_summary: Feature and bugfix release.
|
||||
fragments:
|
||||
- 137-api.yml
|
||||
- 2.5.0.yml
|
||||
release_date: '2022-12-04'
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- api_info, api_modify - support API paths ``interface ethernet poe``, ``interface gre6``, ``interface vrrp`` and also support all previously missing fields of entries in ``ip dhcp-server`` (https://github.com/ansible-collections/community.routeros/pull/137).
|
||||
bugfixes:
|
||||
- api_modify - ``address-pool`` field of entries in API path ``ip dhcp-server`` is not required anymore (https://github.com/ansible-collections/community.routeros/pull/137).
|
|
@ -1 +0,0 @@
|
|||
release_summary: Feature and bugfix release.
|
Loading…
Add table
Add a link
Reference in a new issue