Release 2.3.1.

This commit is contained in:
Felix Fontein 2022-11-06 22:02:28 +01:00
parent fc0d483848
commit 3b3d2171b4
4 changed files with 25 additions and 5 deletions

View file

@ -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
======

View file

@ -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'

View file

@ -1 +0,0 @@
release_summary: Maintenance release with improved documentation.

View file

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