@@ -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
1967Released 2025-11-07.
0 commit comments