From eda8f64e8dc17af0cd3c73d3dcf0040fd14f3d03 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 3 Dec 2023 13:18:18 +0100 Subject: [PATCH] Release 2.11.0. --- CHANGELOG.rst | 20 ++++++++++++++ changelogs/changelog.yaml | 27 +++++++++++++++++++ changelogs/fragments/2.11.0.yml | 1 - .../233-wireless-running-read-only.yml | 2 -- .../234-bugfixes-and-update-adaptations.yml | 5 ---- .../235-add-missing-dns-attributes.yml | 2 -- ...237-add-missing-ip-firewall-attributes.yml | 3 --- 7 files changed, 47 insertions(+), 13 deletions(-) delete mode 100644 changelogs/fragments/2.11.0.yml delete mode 100644 changelogs/fragments/233-wireless-running-read-only.yml delete mode 100644 changelogs/fragments/234-bugfixes-and-update-adaptations.yml delete mode 100644 changelogs/fragments/235-add-missing-dns-attributes.yml delete mode 100644 changelogs/fragments/237-add-missing-ip-firewall-attributes.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b4eb0c..446fe8c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Community RouterOS Release Notes .. contents:: Topics +v2.11.0 +======= + +Release Summary +--------------- + +Feature and bugfix release. + +Minor Changes +------------- + +- api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``, ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235) +- api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``, ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237). +- api_info, api_modify - mark the ``interface wireless`` parameter ``running`` as read-only (https://github.com/ansible-collections/community.routeros/pull/233). +- api_info, api_modify - set the default value to ``false`` for the ``disabled`` parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237). +- api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234). +- api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234). +- api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234). +- api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234). + v2.10.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e3f69a4..f62ae62 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -254,6 +254,33 @@ releases: - 224-add-port-remote-access.yml - 227-add-upnp-graphing.yml release_date: '2023-10-08' + 2.11.0: + changes: + minor_changes: + - api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``, + ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path + (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235) + - api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``, + ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path + (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237). + - api_info, api_modify - mark the ``interface wireless`` parameter ``running`` + as read-only (https://github.com/ansible-collections/community.routeros/pull/233). + - api_info, api_modify - set the default value to ``false`` for the ``disabled`` + parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237). + - api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - add missing attributes to the ``routing bgp connection`` path + (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) + (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234). + release_summary: Feature and bugfix release. + fragments: + - 2.11.0.yml + - 233-wireless-running-read-only.yml + - 234-bugfixes-and-update-adaptations.yml + - 235-add-missing-dns-attributes.yml + - 237-add-missing-ip-firewall-attributes.yml + release_date: '2023-12-03' 2.2.0: changes: bugfixes: diff --git a/changelogs/fragments/2.11.0.yml b/changelogs/fragments/2.11.0.yml deleted file mode 100644 index 80287c3..0000000 --- a/changelogs/fragments/2.11.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature and bugfix release. diff --git a/changelogs/fragments/233-wireless-running-read-only.yml b/changelogs/fragments/233-wireless-running-read-only.yml deleted file mode 100644 index a69aa58..0000000 --- a/changelogs/fragments/233-wireless-running-read-only.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - mark the ``interface wireless`` parameter ``running`` as read-only (https://github.com/ansible-collections/community.routeros/pull/233). diff --git a/changelogs/fragments/234-bugfixes-and-update-adaptations.yml b/changelogs/fragments/234-bugfixes-and-update-adaptations.yml deleted file mode 100644 index 8105c1d..0000000 --- a/changelogs/fragments/234-bugfixes-and-update-adaptations.yml +++ /dev/null @@ -1,5 +0,0 @@ -minor_changes: - - api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234). - - api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234). - - api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234). - - api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234). diff --git a/changelogs/fragments/235-add-missing-dns-attributes.yml b/changelogs/fragments/235-add-missing-dns-attributes.yml deleted file mode 100644 index f2bf2f5..0000000 --- a/changelogs/fragments/235-add-missing-dns-attributes.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_info, api_modify - add missing DoH parameters ``doh-max-concurrent-queries``, ``doh-max-server-connections``, and ``doh-timeout`` to the ``ip dns`` path (https://github.com/ansible-collections/community.routeros/issues/230, https://github.com/ansible-collections/community.routeros/pull/235) diff --git a/changelogs/fragments/237-add-missing-ip-firewall-attributes.yml b/changelogs/fragments/237-add-missing-ip-firewall-attributes.yml deleted file mode 100644 index 677fef5..0000000 --- a/changelogs/fragments/237-add-missing-ip-firewall-attributes.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - api_info, api_modify - add missing parameters ``address-list``, ``address-list-timeout``, ``randomise-ports``, and ``realm`` to subpaths of the ``ip firewall`` path (https://github.com/ansible-collections/community.routeros/issues/236, https://github.com/ansible-collections/community.routeros/pull/237). - - api_info, api_modify - set the default value to ``false`` for the ``disabled`` parameter in some more paths where it can be seen in the documentation (https://github.com/ansible-collections/community.routeros/pull/237).