Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 10:57:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239364] [MAINTAINER] net/routinator Update to 0.5.0
Message-ID:  <bug-239364-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239364

            Bug ID: 239364
           Summary: [MAINTAINER] net/routinator Update to 0.5.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jaap@NLnetLabs.nl
 Attachment #205967 maintainer-approval+
             Flags:

Created attachment 205967
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205967&action=
=3Dedit
oatch to upgrade

0.5.0 =E2=80=98Why Not Try a Holiday in Sweden This Year?=E2=80=99

This release adds actual RPKI origin validation to Routinator itself.
An address prefix and AS number can now be checked for its RPKI status
on the command line via the new validate command or via the HTTP server.
The latter is done provided in a way compatible with the
API provided by the RIPE NCC RPKI Validator.

The release also includes some breaking changes to the Prometheus metrics.
Back when we introduced those, we chose names for the metrics that didn=E2=
=80=99t
start with a prefix allowing to identify them as being from Routinator.
This is now corrected and all metrics start with routinator_.
While at it, we added new metrics for the rsync commands being run by
Routinator, showing both their exit status codes and how long they took.

In addition, there has been quite a few internal plumbing changes. One more
visible change is that Routinator will now delete the data for rsync modules
that aren=E2=80=99t referenced anymore, keeping the local repository clean =
and small.

Breaking Changes

* Prometheus metrics are now prefixed with routinator_. (#162 by
  @momorientes)

* Added --timeout option to rsync call. This seems to be available on
  most rsync versions in use. Should that not be the case, you can use
  the rsync-args config file option to define your own set of rsync
  arguments, overriding this behaviour. ([#176])

New

* The local copy of the repository is now cleaned up after each validation
  run, removing directories and files that weren=E2=80=99t referenced durin=
g the
  run. This can be disabled with the new --dirty command line and
  dirty config file options. (#180)

* You can now check pairs of address prefix and AS number for their RPKI
  origin validation status either via the HTTP interface or the new validate
  command. The HTTP API is the same as that used by the RIPE NCC RPKI
  Validator for easy migration. (#173)

* Output format summary which will print a summary of the content of the
  RPKI repository. (#167)

* The ARIN TAL can now be skipped during init with the --decline-arin-rpa
  option. (#169)

* Various commands have received a --complete option that causes them to
  exit with status code 2 if any of the rsync commands fails. ([#177)]
  Additional metrics showing the status and duration of rsync commands.
  (#178)


Bug Fixes

* Fix Prometheus metrics output =E2=80=93 Prometheus insists on a line brea=
k at the
  end of the last line. (#156)

* Fix Prometheus metrics definitions. (#161 by @momorientes)

* The HTTP server can now deal with unreasonably large requests. It has
  been switched to using hyper. (#171)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239364-7788>