From 3b3d2171b427082d00d8f8456d4ec1195e19c0e5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 6 Nov 2022 22:02:28 +0100 Subject: [PATCH] Release 2.3.1. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/2.3.1.yml | 1 - changelogs/fragments/command-check_mode.yml | 4 ---- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/2.3.1.yml delete mode 100644 changelogs/fragments/command-check_mode.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d05668..c4c573c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 44c646f..d3615e6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/2.3.1.yml b/changelogs/fragments/2.3.1.yml deleted file mode 100644 index 3f8a446..0000000 --- a/changelogs/fragments/2.3.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release with improved documentation. diff --git a/changelogs/fragments/command-check_mode.yml b/changelogs/fragments/command-check_mode.yml deleted file mode 100644 index 6f2ae31..0000000 --- a/changelogs/fragments/command-check_mode.yml +++ /dev/null @@ -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."