mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-18 08:38:26 +02:00
Release 1.1.0.
This commit is contained in:
parent
992d5b3025
commit
5c11a27345
4 changed files with 24 additions and 4 deletions
|
@ -5,6 +5,20 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This release allow dashes in usernames for SSH-based modules.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
||||||
|
- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
||||||
|
|
||||||
v1.0.1
|
v1.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -47,3 +47,13 @@ releases:
|
||||||
- 1.0.1.yml
|
- 1.0.1.yml
|
||||||
- 13-remove-id-restriction-for-api.yaml
|
- 13-remove-id-restriction-for-api.yaml
|
||||||
release_date: '2020-12-11'
|
release_date: '2020-12-11'
|
||||||
|
1.1.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
||||||
|
- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
||||||
|
release_summary: This release allow dashes in usernames for SSH-based modules.
|
||||||
|
fragments:
|
||||||
|
- 1.1.0.yml
|
||||||
|
- 18-support-dashes-in-username.yml
|
||||||
|
release_date: '2021-01-04'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: This release allow dashes in usernames for SSH-based modules.
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- command - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
|
||||||
- facts - added support for a dash (``-``) in username (https://github.com/ansible-collections/community.routeros/pull/18).
|
|
Loading…
Add table
Add a link
Reference in a new issue