mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-17 16:21:21 +02:00
From now on automatically add period to new plugins in changelog, and use FQCNs. (#289)
This commit is contained in:
parent
f5e8213498
commit
6aebd8e359
3 changed files with 21 additions and 18 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -494,8 +494,8 @@ New feature release\.
|
||||||
<a id="new-modules"></a>
|
<a id="new-modules"></a>
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
||||||
* api\_info \- Retrieve information from API
|
* community\.routeros\.api\_info \- Retrieve information from API
|
||||||
* api\_modify \- Modify data at paths with API
|
* community\.routeros\.api\_modify \- Modify data at paths with API
|
||||||
|
|
||||||
<a id="v2-1-0"></a>
|
<a id="v2-1-0"></a>
|
||||||
## v2\.1\.0
|
## v2\.1\.0
|
||||||
|
@ -523,8 +523,8 @@ Feature and bugfix release with new modules\.
|
||||||
<a id="new-modules-1"></a>
|
<a id="new-modules-1"></a>
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
||||||
* api\_facts \- Collect facts from remote devices running MikroTik RouterOS using the API
|
* community\.routeros\.api\_facts \- Collect facts from remote devices running MikroTik RouterOS using the API
|
||||||
* api\_find\_and\_modify \- Find and modify information using the API
|
* community\.routeros\.api\_find\_and\_modify \- Find and modify information using the API
|
||||||
|
|
||||||
<a id="v2-0-0"></a>
|
<a id="v2-0-0"></a>
|
||||||
## v2\.0\.0
|
## v2\.0\.0
|
||||||
|
@ -561,11 +561,11 @@ A new major release with breaking changes in the behavior of <code>community\.ro
|
||||||
<a id="filter"></a>
|
<a id="filter"></a>
|
||||||
#### Filter
|
#### Filter
|
||||||
|
|
||||||
* join \- Join a list of arguments to a command
|
* community\.routeros\.join \- Join a list of arguments to a command
|
||||||
* list\_to\_dict \- Convert a list of arguments to a list of dictionary
|
* community\.routeros\.list\_to\_dict \- Convert a list of arguments to a list of dictionary
|
||||||
* quote\_argument \- Quote an argument
|
* community\.routeros\.quote\_argument \- Quote an argument
|
||||||
* quote\_argument\_value \- Quote an argument value
|
* community\.routeros\.quote\_argument\_value \- Quote an argument value
|
||||||
* split \- Split a command into arguments
|
* community\.routeros\.split \- Split a command into arguments
|
||||||
|
|
||||||
<a id="v1-2-0"></a>
|
<a id="v1-2-0"></a>
|
||||||
## v1\.2\.0
|
## v1\.2\.0
|
||||||
|
|
|
@ -396,8 +396,8 @@ Bugfixes
|
||||||
New Modules
|
New Modules
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- api_info - Retrieve information from API
|
- community.routeros.api_info - Retrieve information from API
|
||||||
- api_modify - Modify data at paths with API
|
- community.routeros.api_modify - Modify data at paths with API
|
||||||
|
|
||||||
v2.1.0
|
v2.1.0
|
||||||
======
|
======
|
||||||
|
@ -425,8 +425,8 @@ Bugfixes
|
||||||
New Modules
|
New Modules
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- api_facts - Collect facts from remote devices running MikroTik RouterOS using the API
|
- community.routeros.api_facts - Collect facts from remote devices running MikroTik RouterOS using the API
|
||||||
- api_find_and_modify - Find and modify information using the API
|
- community.routeros.api_find_and_modify - Find and modify information using the API
|
||||||
|
|
||||||
v2.0.0
|
v2.0.0
|
||||||
======
|
======
|
||||||
|
@ -463,11 +463,11 @@ New Plugins
|
||||||
Filter
|
Filter
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
- join - Join a list of arguments to a command
|
- community.routeros.join - Join a list of arguments to a command
|
||||||
- list_to_dict - Convert a list of arguments to a list of dictionary
|
- community.routeros.list_to_dict - Convert a list of arguments to a list of dictionary
|
||||||
- quote_argument - Quote an argument
|
- community.routeros.quote_argument - Quote an argument
|
||||||
- quote_argument_value - Quote an argument value
|
- community.routeros.quote_argument_value - Quote an argument value
|
||||||
- split - Split a command into arguments
|
- community.routeros.split - Split a command into arguments
|
||||||
|
|
||||||
v1.2.0
|
v1.2.0
|
||||||
======
|
======
|
||||||
|
|
|
@ -35,3 +35,6 @@ sections:
|
||||||
- - known_issues
|
- - known_issues
|
||||||
- Known Issues
|
- Known Issues
|
||||||
title: Community RouterOS
|
title: Community RouterOS
|
||||||
|
trivial_section_name: trivial
|
||||||
|
use_fqcn: true
|
||||||
|
add_plugin_period: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue