mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 17:24:35 +02:00
Release 2.3.1.
This commit is contained in:
parent
fc0d483848
commit
3b3d2171b4
4 changed files with 25 additions and 5 deletions
|
@ -5,6 +5,19 @@ Community RouterOS Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.3.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Maintenance release with improved documentation.
|
||||
|
||||
Known Issues
|
||||
------------
|
||||
|
||||
- The ``community.routeros.command`` module claims to support check mode. Since it cannot judge whether the commands executed modify state or not, this behavior is incorrect. Since this potentially breaks existing playbooks, we will not change this behavior until community.routeros 3.0.0.
|
||||
|
||||
v2.3.0
|
||||
======
|
||||
|
||||
|
|
|
@ -243,3 +243,15 @@ releases:
|
|||
- 2.3.0.yml
|
||||
- licenses.yml
|
||||
release_date: '2022-09-11'
|
||||
2.3.1:
|
||||
changes:
|
||||
known_issues:
|
||||
- The ``community.routeros.command`` module claims to support check mode. Since
|
||||
it cannot judge whether the commands executed modify state or not, this behavior
|
||||
is incorrect. Since this potentially breaks existing playbooks, we will not
|
||||
change this behavior until community.routeros 3.0.0.
|
||||
release_summary: Maintenance release with improved documentation.
|
||||
fragments:
|
||||
- 2.3.1.yml
|
||||
- command-check_mode.yml
|
||||
release_date: '2022-11-06'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Maintenance release with improved documentation.
|
|
@ -1,4 +0,0 @@
|
|||
known_issues:
|
||||
- "The ``community.routeros.command`` module claims to support check mode.
|
||||
Since it cannot judge whether the commands executed modify state or not, this behavior is incorrect.
|
||||
Since this potentially breaks existing playbooks, we will not change this behavior until community.routeros 3.0.0."
|
Loading…
Add table
Add a link
Reference in a new issue