From c1bd819db5cb4629dfa1637a54dbb9829d30e4cd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 23 Mar 2023 22:14:38 +0100 Subject: [PATCH] Release 2.8.0. --- CHANGELOG.rst | 25 +++++++++++++++++ changelogs/changelog.yaml | 28 +++++++++++++++++++ .../153-ip_firewall_layer7-protocol.yml | 2 -- .../154-ip-dhcp-client-dhcp-options.yml | 3 -- .../fragments/156-ip_dhcp-server_network.yml | 2 -- .../fragments/158-ipv6_settings-disable.yml | 2 -- changelogs/fragments/159-snmp_community.yml | 3 -- .../161-workaround-prompt-with-space.yml | 3 -- changelogs/fragments/2.8.0.yml | 1 - .../fragments/remove-unneeded-imports.yml | 2 -- 10 files changed, 53 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/153-ip_firewall_layer7-protocol.yml delete mode 100644 changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml delete mode 100644 changelogs/fragments/156-ip_dhcp-server_network.yml delete mode 100644 changelogs/fragments/158-ipv6_settings-disable.yml delete mode 100644 changelogs/fragments/159-snmp_community.yml delete mode 100644 changelogs/fragments/161-workaround-prompt-with-space.yml delete mode 100644 changelogs/fragments/2.8.0.yml delete mode 100644 changelogs/fragments/remove-unneeded-imports.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 31a28c0..fe262d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,31 @@ Community RouterOS Release Notes .. contents:: Topics +v2.8.0 +====== + +Release Summary +--------------- + +Bugfix and feature release. + +Minor Changes +------------- + +- api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156). +- api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159). +- api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159). +- api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158). +- api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153). +- command - workaround for extra characters in stdout in RouterOS versions between 6.49 and 7.1.5 (https://github.com/ansible-collections/community.routeros/issues/62, https://github.com/ansible-collections/community.routeros/pull/161). + +Bugfixes +-------- + +- api_info, api_modify - fix default and remove behavior for ``dhcp-options`` in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, https://github.com/ansible-collections/community.routeros/pull/154). +- api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154). +- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149). + v2.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ad9c9f8..a8b58ac 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -397,3 +397,31 @@ releases: - 144-paths.yml - 2.7.0.yml release_date: '2023-01-14' + 2.8.0: + changes: + bugfixes: + - api_info, api_modify - fix default and remove behavior for ``dhcp-options`` + in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, + https://github.com/ansible-collections/community.routeros/pull/154). + - api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154). + - various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149). + minor_changes: + - api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156). + - api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159). + - api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159). + - api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158). + - api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153). + - command - workaround for extra characters in stdout in RouterOS versions between + 6.49 and 7.1.5 (https://github.com/ansible-collections/community.routeros/issues/62, + https://github.com/ansible-collections/community.routeros/pull/161). + release_summary: Bugfix and feature release. + fragments: + - 153-ip_firewall_layer7-protocol.yml + - 154-ip-dhcp-client-dhcp-options.yml + - 156-ip_dhcp-server_network.yml + - 158-ipv6_settings-disable.yml + - 159-snmp_community.yml + - 161-workaround-prompt-with-space.yml + - 2.8.0.yml + - remove-unneeded-imports.yml + release_date: '2023-03-23' diff --git a/changelogs/fragments/153-ip_firewall_layer7-protocol.yml b/changelogs/fragments/153-ip_firewall_layer7-protocol.yml deleted file mode 100644 index 694c7ea..0000000 --- a/changelogs/fragments/153-ip_firewall_layer7-protocol.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_modify - support API paths ``ip firewall layer7-protocol`` (https://github.com/ansible-collections/community.routeros/pull/153). diff --git a/changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml b/changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml deleted file mode 100644 index 016eb15..0000000 --- a/changelogs/fragments/154-ip-dhcp-client-dhcp-options.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "api_info, api_modify - fix default and remove behavior for ``dhcp-options`` in path ``ip dhcp-client`` (https://github.com/ansible-collections/community.routeros/issues/148, https://github.com/ansible-collections/community.routeros/pull/154)." - - "api_modify - fix handling of disabled keys on creation (https://github.com/ansible-collections/community.routeros/pull/154)." diff --git a/changelogs/fragments/156-ip_dhcp-server_network.yml b/changelogs/fragments/156-ip_dhcp-server_network.yml deleted file mode 100644 index d89f834..0000000 --- a/changelogs/fragments/156-ip_dhcp-server_network.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_modify - adapt data for API paths ``ip dhcp-server network`` (https://github.com/ansible-collections/community.routeros/pull/156). diff --git a/changelogs/fragments/158-ipv6_settings-disable.yml b/changelogs/fragments/158-ipv6_settings-disable.yml deleted file mode 100644 index 11e2c3e..0000000 --- a/changelogs/fragments/158-ipv6_settings-disable.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_modify - add support to disable IPv6 in API paths ``ipv6 settings`` (https://github.com/ansible-collections/community.routeros/pull/158). diff --git a/changelogs/fragments/159-snmp_community.yml b/changelogs/fragments/159-snmp_community.yml deleted file mode 100644 index b8d678e..0000000 --- a/changelogs/fragments/159-snmp_community.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - api_modify - add support for ``trap-interfaces`` in API path ``snmp`` (https://github.com/ansible-collections/community.routeros/pull/159). - - api_modify - add support for API path ``snmp community`` (https://github.com/ansible-collections/community.routeros/pull/159). diff --git a/changelogs/fragments/161-workaround-prompt-with-space.yml b/changelogs/fragments/161-workaround-prompt-with-space.yml deleted file mode 100644 index beafb31..0000000 --- a/changelogs/fragments/161-workaround-prompt-with-space.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - command - workaround for extra characters in stdout in RouterOS versions between 6.49 and 7.1.5 - (https://github.com/ansible-collections/community.routeros/issues/62, https://github.com/ansible-collections/community.routeros/pull/161). diff --git a/changelogs/fragments/2.8.0.yml b/changelogs/fragments/2.8.0.yml deleted file mode 100644 index 56de6d9..0000000 --- a/changelogs/fragments/2.8.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release. diff --git a/changelogs/fragments/remove-unneeded-imports.yml b/changelogs/fragments/remove-unneeded-imports.yml deleted file mode 100644 index 320f914..0000000 --- a/changelogs/fragments/remove-unneeded-imports.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.routeros/pull/149)."