mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 01:25:49 +02:00
Release 2.2.1.
This commit is contained in:
parent
a642f0b9eb
commit
615b9e6952
5 changed files with 29 additions and 5 deletions
|
@ -5,6 +5,20 @@ Community RouterOS Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.2.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107).
|
||||
- api_modify, api_info - make API path ``ip dhcp-server network`` support missing options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``, and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/106).
|
||||
|
||||
v2.2.0
|
||||
======
|
||||
|
||||
|
|
|
@ -210,3 +210,18 @@ releases:
|
|||
name: api_modify
|
||||
namespace: ''
|
||||
release_date: '2022-07-31'
|
||||
2.2.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all``
|
||||
(https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107).
|
||||
- api_modify, api_info - make API path ``ip dhcp-server network`` support missing
|
||||
options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``,
|
||||
and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104,
|
||||
https://github.com/ansible-collections/community.routeros/pull/106).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 106-api-path-ip-dhcp-network.yml
|
||||
- 107-api-path-ip-dhcp-lease.yml
|
||||
- 2.2.1.yml
|
||||
release_date: '2022-08-20'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "api_modify, api_info - make API path ``ip dhcp-server network`` support missing options ``boot-file-name``, ``dhcp-option-set``, ``dns-none``, ``domain``, and ``next-server`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/106)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "api_modify, api_info - make API path ``ip dhcp-server lease`` support ``server=all`` (https://github.com/ansible-collections/community.routeros/issues/104, https://github.com/ansible-collections/community.routeros/pull/107)."
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix release.
|
Loading…
Add table
Add a link
Reference in a new issue