diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 446fe8c0..c1932ad8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,25 @@ Community RouterOS Release Notes .. contents:: Topics +v2.12.0 +======= + +Release Summary +--------------- + +Feature release. + +Minor Changes +------------- + +- api_info, api_modify - add ``interface ovpn-client`` path (https://github.com/ansible-collections/community.routeros/issues/242, https://github.com/ansible-collections/community.routeros/pull/244). +- api_info, api_modify - add ``radius`` path (https://github.com/ansible-collections/community.routeros/issues/241, https://github.com/ansible-collections/community.routeros/pull/245). +- api_info, api_modify - add ``routing rule`` path (https://github.com/ansible-collections/community.routeros/issues/162, https://github.com/ansible-collections/community.routeros/pull/246). +- api_info, api_modify - add missing path ``routing bgp template`` (https://github.com/ansible-collections/community.routeros/pull/243). +- api_info, api_modify - add support for the ``tx-power`` attribute in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/239). +- api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path (https://github.com/ansible-collections/community.routeros/pull/248). +- api_modify, api_info - added support for ``interface wifiwave2`` (https://github.com/ansible-collections/community.routeros/pull/226). + v2.11.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f62ae629..6461aa66 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -281,6 +281,32 @@ releases: - 235-add-missing-dns-attributes.yml - 237-add-missing-ip-firewall-attributes.yml release_date: '2023-12-03' + 2.12.0: + changes: + minor_changes: + - api_info, api_modify - add ``interface ovpn-client`` path (https://github.com/ansible-collections/community.routeros/issues/242, + https://github.com/ansible-collections/community.routeros/pull/244). + - api_info, api_modify - add ``radius`` path (https://github.com/ansible-collections/community.routeros/issues/241, + https://github.com/ansible-collections/community.routeros/pull/245). + - api_info, api_modify - add ``routing rule`` path (https://github.com/ansible-collections/community.routeros/issues/162, + https://github.com/ansible-collections/community.routeros/pull/246). + - api_info, api_modify - add missing path ``routing bgp template`` (https://github.com/ansible-collections/community.routeros/pull/243). + - api_info, api_modify - add support for the ``tx-power`` attribute in ``interface + wireless`` (https://github.com/ansible-collections/community.routeros/pull/239). + - api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path + (https://github.com/ansible-collections/community.routeros/pull/248). + - api_modify, api_info - added support for ``interface wifiwave2`` (https://github.com/ansible-collections/community.routeros/pull/226). + release_summary: Feature release. + fragments: + - 2.12.0.yml + - 226-support-for-WifiWave2.yml + - 239-wireless-tx-power.yml + - 243-add-routing-bgp-template-path.yml + - 244-add-interface-ovpn-client-path.yml + - 245-add-radius-path.yml + - 246-add-routing-rule-path.yml + - 247-removed-primary-key-host-in-tool-netwatch.yml + release_date: '2024-01-21' 2.2.0: changes: bugfixes: diff --git a/changelogs/fragments/2.12.0.yml b/changelogs/fragments/2.12.0.yml deleted file mode 100644 index 512efc99..00000000 --- a/changelogs/fragments/2.12.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature release. diff --git a/changelogs/fragments/226-support-for-WifiWave2.yml b/changelogs/fragments/226-support-for-WifiWave2.yml deleted file mode 100644 index fd987939..00000000 --- a/changelogs/fragments/226-support-for-WifiWave2.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_modify, api_info - added support for ``interface wifiwave2`` (https://github.com/ansible-collections/community.routeros/pull/226). diff --git a/changelogs/fragments/239-wireless-tx-power.yml b/changelogs/fragments/239-wireless-tx-power.yml deleted file mode 100644 index 560639b3..00000000 --- a/changelogs/fragments/239-wireless-tx-power.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add support for the ``tx-power`` attribute in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/239). diff --git a/changelogs/fragments/243-add-routing-bgp-template-path.yml b/changelogs/fragments/243-add-routing-bgp-template-path.yml deleted file mode 100644 index c1cf627c..00000000 --- a/changelogs/fragments/243-add-routing-bgp-template-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add missing path ``routing bgp template`` (https://github.com/ansible-collections/community.routeros/pull/243). diff --git a/changelogs/fragments/244-add-interface-ovpn-client-path.yml b/changelogs/fragments/244-add-interface-ovpn-client-path.yml deleted file mode 100644 index 15dbcd94..00000000 --- a/changelogs/fragments/244-add-interface-ovpn-client-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add ``interface ovpn-client`` path (https://github.com/ansible-collections/community.routeros/issues/242, https://github.com/ansible-collections/community.routeros/pull/244). diff --git a/changelogs/fragments/245-add-radius-path.yml b/changelogs/fragments/245-add-radius-path.yml deleted file mode 100644 index 47572fd4..00000000 --- a/changelogs/fragments/245-add-radius-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add ``radius`` path (https://github.com/ansible-collections/community.routeros/issues/241, https://github.com/ansible-collections/community.routeros/pull/245). diff --git a/changelogs/fragments/246-add-routing-rule-path.yml b/changelogs/fragments/246-add-routing-rule-path.yml deleted file mode 100644 index 53c62631..00000000 --- a/changelogs/fragments/246-add-routing-rule-path.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add ``routing rule`` path (https://github.com/ansible-collections/community.routeros/issues/162, https://github.com/ansible-collections/community.routeros/pull/246). diff --git a/changelogs/fragments/247-removed-primary-key-host-in-tool-netwatch.yml b/changelogs/fragments/247-removed-primary-key-host-in-tool-netwatch.yml deleted file mode 100644 index 7b7e8588..00000000 --- a/changelogs/fragments/247-removed-primary-key-host-in-tool-netwatch.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - removed ``host`` primary key in ``tool netwatch`` path (https://github.com/ansible-collections/community.routeros/pull/248).