mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-27 14:24:34 +02:00
Release 2.8.1.
This commit is contained in:
parent
9cfb31ab18
commit
d098c209e7
4 changed files with 24 additions and 3 deletions
|
@ -5,6 +5,19 @@ Community RouterOS Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v2.8.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -425,3 +425,14 @@ releases:
|
||||||
- 2.8.0.yml
|
- 2.8.0.yml
|
||||||
- remove-unneeded-imports.yml
|
- remove-unneeded-imports.yml
|
||||||
release_date: '2023-03-23'
|
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'
|
||||||
|
|
|
@ -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)."
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
Loading…
Add table
Add a link
Reference in a new issue