Skip to content

Commit

Permalink
v1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Nov 25, 2023
1 parent dc95c95 commit 539a147
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,19 @@ 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 <https://arouteserver.readthedocs.io/en/latest/INSTALLATION.html#upgrading>`__ section of the documentation.

1.21.4
------

- Fix: ``irr-as-set`` command, omit AS-SETs having a source different from the target registry.

The list of members used to build the IRR object no longer includes client's AS-SETs if their origin does not match the registry for which the object is being created.

See also `GitHub issue 126 <https://github.com/pierky/arouteserver/issues/126>`__.

- Improvement: ``irr-as-set`` command, ``--include-members`` and ``--exclude-members`` options.

Add options to the command that allow the operator to include/exclude AS-SETs from the members list of the object being generated.

1.21.3
------

Expand Down
2 changes: 1 addition & 1 deletion pierky/arouteserver/version.py
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.21.3" # pragma: no cover
__version__ = "1.21.4" # pragma: no cover
COPYRIGHT_YEAR = 2023 # pragma: no cover

0 comments on commit 539a147

Please sign in to comment.