From 4402bf832513df6587e55ae909173c1e45073486 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Thu, 5 Sep 2024 18:26:10 +0200 Subject: [PATCH] v1.23.1-alpha1 --- CHANGES.rst | 7 +++++++ pierky/arouteserver/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7df13d8c..cc1c3869 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Change log .. note:: **Upgrade notes**: after upgrading, run the ``arouteserver setup-templates`` command to sync the local templates with those distributed with the new version. More details on the `Upgrading `__ section of the documentation. +1.23.1 +------ + +- Fix: ``clients-from-euroix`` ``--guess-custom-bgp-communities`` multiple values not handled + + When ``clients-from-euroix`` was used with ``--guess-custom-bgp-communities``, if multiple values were passed (like country colocation city) only one was used to attach the custom community to the client. + 1.23 ---- diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 0ec32770..f7dce70c 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.23.0" # pragma: no cover +__version__ = "1.23.1-alpha1" # pragma: no cover COPYRIGHT_YEAR = 2024 # pragma: no cover