Skip to content

Commit

Permalink
Release 0.14.5. (#1220)
Browse files Browse the repository at this point in the history
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])
  • Loading branch information
partim authored Jun 27, 2024
1 parent 1a5abb8 commit f1340b1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 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]
# 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 <rpki-team@nlnetlabs.nl>"]
Expand Down
30 changes: 27 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f1340b1

Please sign in to comment.