From f1340b1be0c7ef5dec7f5850a0aa9c8a4b6aea4e Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 27 Jun 2024 16:39:46 +0200 Subject: [PATCH] Release 0.14.5. (#1220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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]) --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 30 +++++++++++++++++++++++++++--- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b319d237..48a7312db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,7 +1171,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.14.5-dev" +version = "0.14.5" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 717ba71ba..3d89b7f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # Note: some of these values are also used when building Debian packages below. name = "krill" -version = "0.14.5-dev" +version = "0.14.5" edition = "2018" rust-version = "1.70" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index 11cba70e9..0f27a5ac5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,10 @@ # Change Log -## Unreleased next version +## 0.14.5 ‘Who dis? New Phone’ -Bug fixes +Released 2024-06-27. -Other changes +There were no changes since 0.14.5-rc1. ## 0.14.5-rc1 @@ -107,6 +107,30 @@ workaround for re-signing the trust anchor CRL and manifest. If you did, you may need to delete any surplus files and directories under "data/ta_signer" other than the directory called "ta". + +## 0.13.2 ‘Be kind, rewind’ + +Released 2024-06-27. + +There were no changes since 0.13.2-rc1. + + +## 0.13.2-rc1 + +Released 2024-06-21. + +Bug fixes + +* Updated the locked version of the h2 crate to 0.3.26 to fix + [RUSTSEC-2024-0332]. ([#1206]) +* Don’t apply “child revoke key” command if the resource class does not + exist. ([#1207]) + +[#1206]: https://github.com/NLnetLabs/krill/pull/1206 +[#1207]: https://github.com/NLnetLabs/krill/pull/1207 +[RUSTSEC-2024-0332]: https://rustsec.org/advisories/RUSTSEC-2024-0332 + + ## 0.13.1 'Scrollbars!' The Krill UI includes a CA selection dropdown in case you have multiple CAs.