From d2caf56215ab6e0ab0c17cba843b71735ebeb4cc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 1 Jan 2023 08:14:34 +0100 Subject: [PATCH] Release 2.6.0. --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/142-dns-regexp.yml | 6 ------ changelogs/fragments/143-add-wireguard.yml | 2 -- changelogs/fragments/2.6.0.yml | 1 - 5 files changed, 36 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/142-dns-regexp.yml delete mode 100644 changelogs/fragments/143-add-wireguard.yml delete mode 100644 changelogs/fragments/2.6.0.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7fc8d04..0a344ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Community RouterOS Release Notes .. contents:: Topics +v2.6.0 +====== + +Release Summary +--------------- + +Regular bugfix and feature release. + +Minor Changes +------------- + +- api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). +- api_modify, api_info - support API paths ``interface wireguard``, ``interface wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143). + +Bugfixes +-------- + +- api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). +- api_modify, api_info - do not crash if router contains ``regexp`` DNS entries in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). + v2.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 76493f3..8b3448c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -368,3 +368,19 @@ releases: - 137-api.yml - 2.5.0.yml release_date: '2022-12-04' + 2.6.0: + changes: + bugfixes: + - api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). + - api_modify, api_info - do not crash if router contains ``regexp`` DNS entries + in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). + minor_changes: + - api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). + - api_modify, api_info - support API paths ``interface wireguard``, ``interface + wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143). + release_summary: Regular bugfix and feature release. + fragments: + - 142-dns-regexp.yml + - 143-add-wireguard.yml + - 2.6.0.yml + release_date: '2023-01-01' diff --git a/changelogs/fragments/142-dns-regexp.yml b/changelogs/fragments/142-dns-regexp.yml deleted file mode 100644 index b7538ac..0000000 --- a/changelogs/fragments/142-dns-regexp.yml +++ /dev/null @@ -1,6 +0,0 @@ -minor_changes: - - api_modify, api_info - add field ``regexp`` to ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). - -bugfixes: - - api_modify, api_info - do not crash if router contains ``regexp`` DNS entries in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). - - api_modify - do not use ``name`` as a unique key in ``ip dns static`` (https://github.com/ansible-collections/community.routeros/issues/141). diff --git a/changelogs/fragments/143-add-wireguard.yml b/changelogs/fragments/143-add-wireguard.yml deleted file mode 100644 index a098092..0000000 --- a/changelogs/fragments/143-add-wireguard.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - api_modify, api_info - support API paths ``interface wireguard``, ``interface wireguard peers`` (https://github.com/ansible-collections/community.routeros/pull/143). diff --git a/changelogs/fragments/2.6.0.yml b/changelogs/fragments/2.6.0.yml deleted file mode 100644 index 4b1469c..0000000 --- a/changelogs/fragments/2.6.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix and feature release.