Skip to content

Commit 07ba70c

Browse files
committed
Release 0.1.0-alpha5
1 parent 882bd39 commit 07ba70c

14 files changed

+64
-16
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cascade"
33
default-run = "cascaded"
44
description = "friendly DNSSEC signing solution: sensible defaults, controllability, observability and flexibility"
5-
version = "0.1.0-alpha4"
5+
version = "0.1.0-alpha5"
66
homepage = "https://nlnetlabs.nl/projects/cascade"
77
documentation = "https://cascade.docs.nlnetlabs.nl"
88
edition = "2021"

Changelog.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,54 @@ Released yyyy-mm-dd.
1414
### Acknowledgements
1515
-->
1616

17+
## 0.1.0-alpha5 'Colline de la Croix'
18+
19+
Released 2025-11-21.
20+
21+
### Breaking changes
22+
23+
- `cascade config reload` has been removed. Configuration can only be reloaded
24+
by restarting Cascade. The command was never fully supported, since changes
25+
to many configuration settings would be ignored. ([#330] by @bal-e)
26+
27+
### New
28+
29+
- `cascade debug change-logging` can be used to change how Cascade logs
30+
information at runtime, which is a useful debugging aid. This functionality
31+
was previously provided by `cascade config reload`. ([#330] by @bal-e)
32+
33+
- `cascade status keys` now prints information about DNSSEC keys and rollovers,
34+
across all known zones. It will prioritize keys with the soonest rollover
35+
actions. ([#288] by @tertsdiepraam)
36+
37+
### Bug fixes
38+
39+
- Changes to the `[key-manager]` section in zone policy will now propagate those
40+
changes into existing zones for that policy. ([#355] by @Philip-NLnetLabs)
41+
42+
- The threads spawned by Cascade are now named `cascade-worker` instead of
43+
generic names like `tokio-worker`. ([#356] by @tertsdiepraam)
44+
45+
### Documentation improvements
46+
47+
- Note incompatibility with NitroKey v2.0.0 PKCS#11 module ([#357] by @ximon18)
48+
49+
- Note file access limitations for review scripts ([#358] by @tertsdiepraam)
50+
51+
### Acknowledgements
52+
53+
Our continued thanks to @jpmens, @bortzmeyer, and @gryphius for trying out
54+
Cascade.
55+
56+
[#330]: https://github.com/NLnetLabs/cascade/pull/330
57+
[#330]: https://github.com/NLnetLabs/cascade/pull/330
58+
[#288]: https://github.com/NLnetLabs/cascade/pull/288
59+
[#355]: https://github.com/NLnetLabs/cascade/pull/355
60+
[#356]: https://github.com/NLnetLabs/cascade/pull/356
61+
[#357]: https://github.com/NLnetLabs/cascade/pull/357
62+
[#358]: https://github.com/NLnetLabs/cascade/pull/358
63+
64+
1765
## 0.1.0-alpha4 'Mont-Royal'
1866

1967
Released 2025-11-07.

doc/manual/build/man/cascade-health.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-HEALTH" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-HEALTH" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-health \- Check the health of Cascade
3333
.sp

doc/manual/build/man/cascade-hsm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-HSM" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-HSM" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-hsm \- Manage HSMs
3333
.SH SYNOPSIS

doc/manual/build/man/cascade-keyset.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-KEYSET" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-KEYSET" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-keyset \- Execute manual key roll or key removal commands
3333
.SH SYNOPSIS

doc/manual/build/man/cascade-policy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-POLICY" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-POLICY" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-policy \- Manage policies
3333
.SH SYNOPSIS

doc/manual/build/man/cascade-status.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-STATUS" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-STATUS" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-status \- Show the status of Cascade
3333
.sp

doc/manual/build/man/cascade-template.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-TEMPLATE" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-TEMPLATE" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-template \- Print example config or policy files
3333
.SH SYNOPSIS

doc/manual/build/man/cascade-zone.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CASCADE-ZONE" "1" "Nov 07, 2025" "0.1.0-alpha4" "Cascade"
30+
.TH "CASCADE-ZONE" "1" "Nov 21, 2025" "0.1.0-alpha5" "Cascade"
3131
.SH NAME
3232
cascade-zone \- Manage zones
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)