mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-03 14:54:37 +02:00
Release 2.2.0.
This commit is contained in:
parent
fa13c5f9cb
commit
a66bb78d7f
4 changed files with 45 additions and 5 deletions
|
@ -5,6 +5,30 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101).
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- api_info - Retrieve information from API
|
||||||
|
- api_modify - Modify data at paths with API
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -189,3 +189,24 @@ releases:
|
||||||
name: api_find_and_modify
|
name: api_find_and_modify
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2022-05-25'
|
release_date: '2022-05-25'
|
||||||
|
2.2.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils
|
||||||
|
(https://github.com/ansible-collections/community.routeros/pull/101).
|
||||||
|
minor_changes:
|
||||||
|
- All software licenses are now in the ``LICENSES/`` directory of the collection
|
||||||
|
root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable
|
||||||
|
license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101).
|
||||||
|
release_summary: New feature release.
|
||||||
|
fragments:
|
||||||
|
- 101-licenses.yml
|
||||||
|
- 2.2.0.yml
|
||||||
|
modules:
|
||||||
|
- description: Retrieve information from API
|
||||||
|
name: api_info
|
||||||
|
namespace: ''
|
||||||
|
- description: Modify data at paths with API
|
||||||
|
name: api_modify
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2022-07-31'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.routeros/pull/101)."
|
|
||||||
bugfixes:
|
|
||||||
- "Include ``LICENSES/BSD-2-Clause.txt`` file for the ``routeros`` module utils (https://github.com/ansible-collections/community.routeros/pull/101)."
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: New feature release.
|
|
Loading…
Add table
Add a link
Reference in a new issue