Release 2.8.2.

This commit is contained in:
Felix Fontein 2023-06-19 16:42:18 +02:00
parent b7ef2fe1f8
commit 1fb6915819
4 changed files with 24 additions and 3 deletions

View file

@ -5,6 +5,19 @@ Community RouterOS Release Notes
.. 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
======

View file

@ -436,3 +436,14 @@ releases:
- 177-facts-parsing.yml
- 2.8.1.yml
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'

View file

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

View file

@ -1 +0,0 @@
release_summary: Bugfix release.