mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-13 19:54:35 +02:00
Release 1.0.1.
This commit is contained in:
parent
5526cc1a1e
commit
e1534da6aa
4 changed files with 23 additions and 3 deletions
|
@ -5,6 +5,19 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.0.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Maintenance release with a bugfix for ``api``.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api - remove ``id to .id`` as default requirement which conflicts with RouterOS ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15).
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -37,3 +37,13 @@ releases:
|
||||||
- 1.0.0.yml
|
- 1.0.0.yml
|
||||||
- community.network-138-routeros-allow-slash.yml
|
- community.network-138-routeros-allow-slash.yml
|
||||||
release_date: '2020-11-17'
|
release_date: '2020-11-17'
|
||||||
|
1.0.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api - remove ``id to .id`` as default requirement which conflicts with RouterOS
|
||||||
|
``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15).
|
||||||
|
release_summary: Maintenance release with a bugfix for ``api``.
|
||||||
|
fragments:
|
||||||
|
- 1.0.1.yml
|
||||||
|
- 13-remove-id-restriction-for-api.yaml
|
||||||
|
release_date: '2020-12-11'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Maintenance release with a bugfix for ``api``.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- api - remove ``id to .id`` as default requirement which conflicts with RouterOS ``id`` configuration parameter (https://github.com/ansible-collections/community.routeros/pull/15).
|
|
Loading…
Add table
Add a link
Reference in a new issue