diff --git a/CHANGES.rst b/CHANGES.rst index dba4769f..8ec3027e 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.21.3 +------ + +- Fix: ``--merge-from-custom-file`` overriding configs from ``clients-from-euroix``. + + The ``--merge-from-custom-file`` option of the ``clients-from-euroix`` command is supposed to merge the configurations from a local file into the final content that it generates for clients.yml. However, a bug was triggering an undesired behaviour, for which the ``cfg`` settings from the local file were overriding those automatically generated by the command. This was leading to the removal of information such as max-prefix and as-set that were originally populated using the Euro-IX records. + 1.21.2 ------ diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index c5c8ebbb..e57dded3 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.21.3-alpha3" # pragma: no cover +__version__ = "1.21.3-alpha4" # pragma: no cover COPYRIGHT_YEAR = 2023 # pragma: no cover