diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d056686..c4c573c2 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 44c646fb..d3615e6f 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 3f8a4466..00000000 --- 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 6f2ae312..00000000 --- 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."