Skip to content

Commit 406cf9a

Browse files
committed
v1.4.0
1 parent 043e904 commit 406cf9a

6 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Change log
33

44
.. 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.
55

6-
next release
7-
------------
6+
v1.4.0
7+
------
88

99
- New: Docker image to easily build route-server configurations.
1010

@@ -14,7 +14,7 @@ next release
1414

1515
The ``bgpq4`` tool is now referenced as the default one in the ``bgpq3_path`` configuration line of arouteserver.yml.
1616

17-
**Please note**: if that line was not explicitly configured and was left to its default value, users will either need to be sure that ``bgpq4`` is available on the system or they will need to configure it.
17+
**Please note**: operators who are using the tool and who left the ``bgpq3_path`` configuration line unset will now need to either explicitly configure that line to point to their ``bgpq3`` binary or to make sure ``bgpq4`` is available on their system.
1818

1919
- Fix: the ``ixf-member-export`` command now produces a JSON file compliant with `version 1.0 <https://github.com/euro-ix/json-schemas/blob/master/versions/ixp-member-list-1.0.schema.json>`_ of the `Euro-IX schema <https://github.com/euro-ix/json-schemas>`_.
2020

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ How it works
4848

4949
A Docker-based `playground <https://github.com/pierky/arouteserver/tree/master/tools/playground>`__ is available to experiment with the tool in a virtual IXP environment.
5050

51+
Also, a `Docker image <https://hub.docker.com/r/pierky/arouteserver>`__ is provided to start building rich and secure configurations in a couple of minutes.
52+
5153
.. _bgpq3: https://github.com/snar/bgpq3
5254
.. _bgpq4: https://github.com/bgp/bgpq4
5355
.. _PeeringDB: https://www.peeringdb.com/

docs/FEATURES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ How it works
3838

3939
A Docker-based `playground <https://github.com/pierky/arouteserver/tree/master/tools/playground>`__ is available to experiment with the tool in a virtual IXP environment.
4040

41+
Also, a `Docker image <https://hub.docker.com/r/pierky/arouteserver>`__ is provided to start building rich and secure configurations in a couple of minutes.
42+
4143
.. _bgpq3: https://github.com/snar/bgpq3
4244
.. _bgpq4: https://github.com/bgp/bgpq4
4345
.. _PeeringDB: https://www.peeringdb.com/

docs/INSTALLATION.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Installation
44
.. Hint::
55
A Docker-based `playground <https://github.com/pierky/arouteserver/tree/master/tools/playground>`__ is available to experiment with the installation and configuration steps reported in this section.
66

7+
For a quick start, please also see the official `Docker image <https://hub.docker.com/r/pierky/arouteserver>`__.
8+
79
Dependencies
810
------------
911

docs/USAGE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ It can be scheduled at regular intervals to re-build the configuration (for exam
4040
.. Hint::
4141
A Docker-based `playground <https://github.com/pierky/arouteserver/tree/master/tools/playground>`__ is available to experiment with the tool.
4242

43+
For a quick start, please also see the official `Docker image <https://hub.docker.com/r/pierky/arouteserver>`__.
44+
4345
.. _perform-graceful-shutdown:
4446

4547
Route server graceful shutdown

pierky/arouteserver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.4.0-alpha1" # pragma: no cover
16+
__version__ = "1.4.0" # pragma: no cover
1717
COPYRIGHT_YEAR = 2021 # pragma: no cover

0 commit comments

Comments
 (0)