Skip to content

Commit

Permalink
Prepare for release 0.14.0-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jun 10, 2024
1 parent 10d0613 commit 6351490
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 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]

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:buster, arm-unknown-linux-musleabihf)

Cargo deb variant 'debian-buster-arm-unknown-linux-musleabihf' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:bullseye, armv7-unknown-linux-musleabihf)

Cargo deb variant 'debian-bullseye-armv7-unknown-linux-musleabihf' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:buster, aarch64-unknown-linux-musl)

Cargo deb variant 'debian-buster-aarch64-unknown-linux-musl' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:buster, x86_64)

Cargo deb variant 'debian-buster' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:bookworm, x86_64)

Cargo deb variant 'debian-bookworm' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, debian:bullseye, x86_64)

Cargo deb variant 'debian-bullseye' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, ubuntu:focal, x86_64)

Cargo deb variant 'ubuntu-focal' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / package / pkg (routinator, ubuntu:jammy, x86_64)

Cargo deb variant 'ubuntu-jammy' not found, using defaults instead.
# Note: some of these values are also used when building Debian packages below.
name = "routinator"
version = "0.14.0-dev"
version = "0.14.0-rc1"
edition = "2021"
rust-version = "1.70"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased next version
## 0.14.0-rc1

Released 2024-06-10.

Breaking changes

Expand Down Expand Up @@ -47,8 +49,6 @@ Bug fixes
Not Modified response is received so that Prometheus shows a constant
value.

Other changes

[#886]: https://github.com/NLnetLabs/routinator/pull/886
[#907]: https://github.com/NLnetLabs/routinator/pull/907
[#940]: https://github.com/NLnetLabs/routinator/pull/940
Expand Down
44 changes: 31 additions & 13 deletions doc/routinator.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ROUTINATOR" "1" "Sep 21, 2023" "0.13.1-dev" "Routinator"
.TH "ROUTINATOR" "1" "Jun 10, 2024" "0.14.0-rc1" "Routinator"
.SH NAME
routinator \- RPKI relying party software
.SH SYNOPSIS
Expand Down Expand Up @@ -324,6 +324,14 @@ instead. If the option is missing, the default of 100 is used.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-rrdp\-max\-delta\-list\-len=len
If the number of deltas included in the notification file of an RRDP
repository is larger than the value provided, the delta list is
considered empty and the snapshot is used instead. If the option is
missing, the default of 500 is used.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-rrdp\-timeout=seconds
Sets the timeout in seconds for any RRDP\-related network operation,
i.e., connects, reads, and writes. If this option is omitted, the
Expand Down Expand Up @@ -605,9 +613,11 @@ assertion in a local exception file.
For RPKI objects, \fItal\fP provides the name of the trust
anchor locator the object was published under, \fIuri\fP
provides the rsync URI of the ROA or router certificate,
\fIvalidity\fP provides the validity of the ROA itself, and
\fIvalidity\fP provides the validity of the ROA itself,
\fIchainValidity\fP the validity considering the validity of
the certificates along the validation chain.
the certificates along the validation chain, and
\fIstale\fP the time when any of the publication points along
the validation chain becomes stale.
.sp
For assertions from local exceptions, \fIpath\fP will provide
the path of the local exceptions file and, optionally,
Expand Down Expand Up @@ -1000,8 +1010,8 @@ The name of the user to change to for server mode. It this
option is provided, Routinator will run as that user after the
listening sockets for HTTP and RTR have been created. This may
cause problems, if the user is not allowed to write to the
directory given as repository directory or is not allowed to
read the TAL directory or local exception files.
directory given as repository directory or local exception
files.
.UNINDENT
.INDENT 7.0
.TP
Expand Down Expand Up @@ -1191,14 +1201,16 @@ A string specifying the command to use for running rsync. The
default is simply \fIrsync\fP\&.
.TP
.B rsync\-args
A list of strings containing the arguments to be passed to the
rsync command. Each string is an argument of its own.
A list of strings containing additional arguments to be passed
to the rsync command. Each string is an argument of its own.
.sp
If this option is not provided, Routinator will try to find out
if your rsync understands the \fB\-\-contimeout\fP option and, if so,
will set it to 10 thus letting connection attempts time out after
ten seconds. If your rsync is too old to support this option, no
arguments are used.
The options \fB\-rtO \-\-delete\fP are always passed to the command.
The options listed in the option are added to it.
.sp
If the option is not provided, Routinator will add \fB\-z\fP and
\fB\-\-no\-motd\fP, as well as \fB\-\-contimeout=10\fP if it is supported
by the rsync command, and \fB\-\-max\-size\fP if the
\fBmax\-object\-size\fP option has not been set to 0.
.TP
.B rsync\-timeout
An integer value specifying the number seconds an rsync command
Expand Down Expand Up @@ -1227,6 +1239,12 @@ An integer value that specifies the maximum number of deltas
necessary to update an RRDP repository before using the snapshot
instead. If the value is missing, the default of 100 is used.
.TP
.B rrdp\-max\-delta\-list\-len
An integer value that specifies the maximum number of deltas
listed the notification file of an RRDP repository before the
list is considered empty and the snapshot is used instead.
If the value is missing, the default of 500 is used.
.TP
.B rrdp\-timeout
An integer value that provides a timeout in seconds for all
individual RRDP\-related network operations, i.e., connects,
Expand Down Expand Up @@ -1704,6 +1722,6 @@ update the repository fail.
.SH AUTHOR
Jaap Akkerhuis wrote the original version of this manual page, Martin Hoffmann extended it for later versions.
.SH COPYRIGHT
2018–2023, NLnet Labs
2018–2024, NLnet Labs
.\" Generated by docutils manpage writer.
.

0 comments on commit 6351490

Please sign in to comment.