Skip to content

Commit f1340b1

Browse files
authored
Release 0.14.5. (#1220)
New * Allow overriding the initial manifest number when initializing the TA signer, either by specifying `--initial_manifest_number` in the CLI or by including `ta_mft_nr_override: #nr` in the `ImportTa` JSON. ([#1178]) * Allow overriding the TA manifest number when signing a TA proxy request by specifying `--ta_mft_number_override` in the CLI. ([#1178]) Bug fixes * Prevent empty RRDP delta lists to be produced. ([#1181]) * Correctly encode empty revocation lists in CRLs. (via [rpki-rs#295]) * Allow read access to the RIS dump while downloading a new dump. ([#1179]) * Don’t apply “child revoke key” command if the resource class does not exist. ([#1208]) Other changes * The minimum supported Rust version is now 1.70.0. ([#1198])
1 parent 1a5abb8 commit f1340b1

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# Note: some of these values are also used when building Debian packages below.
33
name = "krill"
4-
version = "0.14.5-dev"
4+
version = "0.14.5"
55
edition = "2018"
66
rust-version = "1.70"
77
authors = ["NLnet Labs <[email protected]>"]

Changelog.md

+27-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

3-
## Unreleased next version
3+
## 0.14.5 ‘Who dis? New Phone’
44

5-
Bug fixes
5+
Released 2024-06-27.
66

7-
Other changes
7+
There were no changes since 0.14.5-rc1.
88

99

1010
## 0.14.5-rc1
@@ -107,6 +107,30 @@ workaround for re-signing the trust anchor CRL and manifest. If you did, you
107107
may need to delete any surplus files and directories under "data/ta_signer"
108108
other than the directory called "ta".
109109

110+
111+
## 0.13.2 ‘Be kind, rewind’
112+
113+
Released 2024-06-27.
114+
115+
There were no changes since 0.13.2-rc1.
116+
117+
118+
## 0.13.2-rc1
119+
120+
Released 2024-06-21.
121+
122+
Bug fixes
123+
124+
* Updated the locked version of the h2 crate to 0.3.26 to fix
125+
[RUSTSEC-2024-0332]. ([#1206])
126+
* Don’t apply “child revoke key” command if the resource class does not
127+
exist. ([#1207])
128+
129+
[#1206]: https://github.com/NLnetLabs/krill/pull/1206
130+
[#1207]: https://github.com/NLnetLabs/krill/pull/1207
131+
[RUSTSEC-2024-0332]: https://rustsec.org/advisories/RUSTSEC-2024-0332
132+
133+
110134
## 0.13.1 'Scrollbars!'
111135

112136
The Krill UI includes a CA selection dropdown in case you have multiple CAs.

0 commit comments

Comments
 (0)