mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-23 04:14:57 +02:00
Release 2.8.2.
This commit is contained in:
parent
b7ef2fe1f8
commit
1fb6915819
4 changed files with 24 additions and 3 deletions
|
@ -5,6 +5,19 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.8.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` path (https://github.com/ansible-collections/community.routeros/issues/179, https://github.com/ansible-collections/community.routeros/pull/180).
|
||||||
|
|
||||||
v2.8.1
|
v2.8.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -436,3 +436,14 @@ releases:
|
||||||
- 177-facts-parsing.yml
|
- 177-facts-parsing.yml
|
||||||
- 2.8.1.yml
|
- 2.8.1.yml
|
||||||
release_date: '2023-06-14'
|
release_date: '2023-06-14'
|
||||||
|
2.8.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail``
|
||||||
|
path (https://github.com/ansible-collections/community.routeros/issues/179,
|
||||||
|
https://github.com/ansible-collections/community.routeros/pull/180).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 180-fix-tls-in-tool-email.yml
|
||||||
|
- 2.8.2.yml
|
||||||
|
release_date: '2023-06-19'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- api_modify, api_info - add missing parameter ``tls`` for the ``tool e-mail`` path (https://github.com/ansible-collections/community.routeros/issues/179, https://github.com/ansible-collections/community.routeros/pull/180).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
Loading…
Add table
Add a link
Reference in a new issue