Release 1.0.1.

This commit is contained in:
Felix Fontein 2020-12-11 20:44:27 +01:00
parent 5526cc1a1e
commit e1534da6aa
4 changed files with 23 additions and 3 deletions

View file

@ -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
====== ======

View file

@ -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'

View file

@ -1 +0,0 @@
release_summary: Maintenance release with a bugfix for ``api``.

View file

@ -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).