Skip to content

Commit

Permalink
Merge pull request #458 from NLnetLabs/release-0.8.3
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
partim authored Feb 2, 2021
2 parents e73894f + 1b4042f commit 2e610c3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "routinator"
version = "0.8.3-rc2-dev"
version = "0.8.3"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
description = "An RPKI relying party software."
Expand Down
10 changes: 6 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Change Log

## Unreleased next version
## 0.8.3 ‘Like and Subscribe’

Bug Fixes
Released 2021-02-02.

There have been no changes since 0.8.3-rc1.


## 0.8.3-rc1

Released 2021-01-28
Released 2021-01-28.

New

Expand All @@ -24,7 +26,7 @@ New

Released 2020-12-09.

There have been no changes since 0.8.1-rc1.
There have been no changes since 0.8.2-rc1.


## 0.8.2-rc1
Expand Down
14 changes: 13 additions & 1 deletion doc/routinator.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "routinator" "1" "January 28, 2021" "NLnet Labs" "routinator 0.8.3
.TH "routinator" "1" "February 2, 2021" "NLnet Labs" "routinator 0.8.3
.\"
.\" routinator.1 -- RPKI Relying Party software
.\"
Expand Down Expand Up @@ -1001,6 +1001,12 @@ only be used within the local network.
The service only supports GET requests with the following
paths:

.TP
.B /
Provides access to the Routinator UI. This UI relies on additional resources
accessed via the
.B /ui/
endpoint
.TP
.B /metrics
Returns a set of monitoring metrics in the format used by Prometheus.
Expand All @@ -1011,6 +1017,9 @@ the output of the
.B /metrics
endpoint but in a more human friendly format.
.TP
.B /api/v1/status
Returns the current status in JSON format.
.TP
.B /log
Returns the logging output of the last validation run. The log level matches
that set upon start.
Expand All @@ -1030,6 +1039,9 @@ Validator. For more information, see
.TP
.B /validity?asn=\fIas-number\fB&prefix=\fIprefix
Same as above but with a more form-friendly calling convention.
.TP
.B /ui/
Contains various resources necessary for the Routinator UI.

.P
In addition, the current set of VRPs is available for each output format
Expand Down

0 comments on commit 2e610c3

Please sign in to comment.