Release 2.8.1.

This commit is contained in:
Felix Fontein 2023-06-14 17:35:45 +02:00
parent 9cfb31ab18
commit d098c209e7
4 changed files with 24 additions and 3 deletions

View file

@ -5,6 +5,19 @@ Community RouterOS Release Notes
.. contents:: Topics
v2.8.1
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- facts - do not crash in CLI output preprocessing in unexpected situations during line unwrapping (https://github.com/ansible-collections/community.routeros/issues/170, https://github.com/ansible-collections/community.routeros/pull/177).
v2.8.0
======

View file

@ -425,3 +425,14 @@ releases:
- 2.8.0.yml
- remove-unneeded-imports.yml
release_date: '2023-03-23'
2.8.1:
changes:
bugfixes:
- facts - do not crash in CLI output preprocessing in unexpected situations
during line unwrapping (https://github.com/ansible-collections/community.routeros/issues/170,
https://github.com/ansible-collections/community.routeros/pull/177).
release_summary: Bugfix release.
fragments:
- 177-facts-parsing.yml
- 2.8.1.yml
release_date: '2023-06-14'

View file

@ -1,2 +0,0 @@
bugfixes:
- "facts - do not crash in CLI output preprocessing in unexpected situations during line unwrapping (https://github.com/ansible-collections/community.routeros/issues/170, https://github.com/ansible-collections/community.routeros/pull/177)."

View file

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