Release 2.3.0.

This commit is contained in:
Felix Fontein 2022-09-11 17:42:49 +02:00
parent fb0340c6e6
commit 7500dceb8e
6 changed files with 38 additions and 11 deletions

View file

@ -5,6 +5,26 @@ Community RouterOS Release Notes
.. contents:: Topics .. contents:: Topics
v2.3.0
======
Release Summary
---------------
Feature and bugfix release.
Minor Changes
-------------
- The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__ except for the changelog fragments (https://github.com/ansible-collections/community.routeros/pull/108).
- api* modules - added ``timeout`` parameter (https://github.com/ansible-collections/community.routeros/pull/109).
- api_modify, api_info - support API path ``ip firewall mangle`` (https://github.com/ansible-collections/community.routeros/pull/110).
Bugfixes
--------
- api_modify, api_info - make API path ``ip dhcp-server`` support ``script``, and ``ip firewall nat`` support ``in-interface`` and ``in-interface-list`` (https://github.com/ansible-collections/community.routeros/pull/110).
v2.2.1 v2.2.1
====== ======

View file

@ -225,3 +225,21 @@ releases:
- 107-api-path-ip-dhcp-lease.yml - 107-api-path-ip-dhcp-lease.yml
- 2.2.1.yml - 2.2.1.yml
release_date: '2022-08-20' release_date: '2022-08-20'
2.3.0:
changes:
bugfixes:
- api_modify, api_info - make API path ``ip dhcp-server`` support ``script``,
and ``ip firewall nat`` support ``in-interface`` and ``in-interface-list``
(https://github.com/ansible-collections/community.routeros/pull/110).
minor_changes:
- The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__
except for the changelog fragments (https://github.com/ansible-collections/community.routeros/pull/108).
- api* modules - added ``timeout`` parameter (https://github.com/ansible-collections/community.routeros/pull/109).
- api_modify, api_info - support API path ``ip firewall mangle`` (https://github.com/ansible-collections/community.routeros/pull/110).
release_summary: Feature and bugfix release.
fragments:
- 109-add-timeout-parameter-to-api.yml
- 110-api.yml
- 2.3.0.yml
- licenses.yml
release_date: '2022-09-11'

View file

@ -1,2 +0,0 @@
minor_changes:
- "api* modules - added ``timeout`` parameter (https://github.com/ansible-collections/community.routeros/pull/109)."

View file

@ -1,6 +0,0 @@
bugfixes:
- api_modify, api_info - make API path ``ip dhcp-server`` support ``script``, and ``ip firewall nat`` support ``in-interface`` and ``in-interface-list``
(https://github.com/ansible-collections/community.routeros/pull/110).
minor_changes:
- api_modify, api_info - support API path ``ip firewall mangle``
(https://github.com/ansible-collections/community.routeros/pull/110).

View file

@ -1 +0,0 @@
release_summary: Feature and bugfix release.

View file

@ -1,2 +0,0 @@
minor_changes:
- "The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__ except for the changelog fragments (https://github.com/ansible-collections/community.routeros/pull/108)."