Skip to content

Commit

Permalink
v1.23-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Jul 22, 2024
1 parent 0be31a2 commit 38b2c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Change log

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

- Improvement: avoid warnings when ``bgpq4`` prints ``Invalid AS number:`` errors.

When ``Invalid AS number:`` lines are printed by ``bgpq4``, avoid generating the ``bgpq4 succeeded but an error was printed`` warnings.

- Improvement (Docker image): allow generation of clients.yml from Euro-IX files.

A new environment variable is introduced (``EURO_IX_URL``) to instruct the Docker container to build the clients.yml file from the Euro-IX JSON export file.
Expand Down
2 changes: 1 addition & 1 deletion pierky/arouteserver/version.py
Original file line number Diff line number Diff line change
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.23-alpha4" # pragma: no cover
__version__ = "1.23-alpha5" # pragma: no cover
COPYRIGHT_YEAR = 2024 # pragma: no cover

0 comments on commit 38b2c13

Please sign in to comment.