From ed2f326a6a0ab1b9799e56f52745489358ecacf4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 15 Aug 2023 07:10:11 +0200 Subject: [PATCH] Release 2.9.0. --- CHANGELOG.rst | 19 +++++++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ .../180-fix-engine-id-suffix-in-snmp.yml | 2 -- .../192-add-ip_traffic-flow_target-path.yml | 2 -- ...channel-and-caps-man_manager_interface.yml | 2 -- changelogs/fragments/2.9.0.yml | 1 - 6 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml delete mode 100644 changelogs/fragments/192-add-ip_traffic-flow_target-path.yml delete mode 100644 changelogs/fragments/194-add-caps-man_channel-and-caps-man_manager_interface.yml delete mode 100644 changelogs/fragments/2.9.0.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5bf29e..4d784a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ Community RouterOS Release Notes .. contents:: Topics +v2.9.0 +====== + +Release Summary +--------------- + +Bugfix and feature release. + +Minor Changes +------------- + +- api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193, https://github.com/ansible-collections/community.routeros/pull/194). +- api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191, https://github.com/ansible-collections/community.routeros/pull/192). + +Bugfixes +-------- + +- api_modify, api_info - add missing parameter ``engine-id-suffix`` for the ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, https://github.com/ansible-collections/community.routeros/pull/190). + v2.8.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b7668a5..9e81f12 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -481,3 +481,22 @@ releases: - 2.8.3.yml - semantic-markup.yml release_date: '2023-06-27' + 2.9.0: + changes: + bugfixes: + - api_modify, api_info - add missing parameter ``engine-id-suffix`` for the + ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, + https://github.com/ansible-collections/community.routeros/pull/190). + minor_changes: + - api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man + manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193, + https://github.com/ansible-collections/community.routeros/pull/194). + - api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191, + https://github.com/ansible-collections/community.routeros/pull/192). + release_summary: Bugfix and feature release. + fragments: + - 180-fix-engine-id-suffix-in-snmp.yml + - 192-add-ip_traffic-flow_target-path.yml + - 194-add-caps-man_channel-and-caps-man_manager_interface.yml + - 2.9.0.yml + release_date: '2023-08-15' diff --git a/changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml b/changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml deleted file mode 100644 index 021f7f0..0000000 --- a/changelogs/fragments/180-fix-engine-id-suffix-in-snmp.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - api_modify, api_info - add missing parameter ``engine-id-suffix`` for the ``snmp`` path (https://github.com/ansible-collections/community.routeros/issues/189, https://github.com/ansible-collections/community.routeros/pull/190). diff --git a/changelogs/fragments/192-add-ip_traffic-flow_target-path.yml b/changelogs/fragments/192-add-ip_traffic-flow_target-path.yml deleted file mode 100644 index aabe76e..0000000 --- a/changelogs/fragments/192-add-ip_traffic-flow_target-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add path ``ip traffic-flow target`` (https://github.com/ansible-collections/community.routeros/issues/191, https://github.com/ansible-collections/community.routeros/pull/192). diff --git a/changelogs/fragments/194-add-caps-man_channel-and-caps-man_manager_interface.yml b/changelogs/fragments/194-add-caps-man_channel-and-caps-man_manager_interface.yml deleted file mode 100644 index 7717f28..0000000 --- a/changelogs/fragments/194-add-caps-man_channel-and-caps-man_manager_interface.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add path ``caps-man channel`` and enable path ``caps-man manager interface`` (https://github.com/ansible-collections/community.routeros/issues/193, https://github.com/ansible-collections/community.routeros/pull/194). diff --git a/changelogs/fragments/2.9.0.yml b/changelogs/fragments/2.9.0.yml deleted file mode 100644 index 56de6d9..0000000 --- a/changelogs/fragments/2.9.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release.