Skip to content

Commit eafb258

Browse files
author
Tim Bruijnzeels
committedNov 6, 2023
Update readme and version for release 0.14.2
1 parent 0be1b15 commit eafb258

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1"
4+
version = "0.14.2"
55
edition = "2018"
66
rust-version = "1.65"
77
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

‎README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).
2525

2626
# Changelog
2727

28+
## 0.14.2 'Extra, Extra, Extra!'
29+
30+
This release fixes an additional corner case in the migration code that affects
31+
certain installations that archived 'surplus' commands (issue: #1147). There is
32+
no need to upgrade to this version if you already upgraded to 0.14.0 or 0.14.1.
33+
2834
## 0.14.1 'Extra, Extra!'
2935

30-
This release fixes a bug in the migration code where 'surplus' directories
31-
for archived events should be skipped (issue: #1147).
36+
This release fixes a bug in the migration code that affects certain installations
37+
that archived 'surplus' data (issue: #1147). There is no need to upgrade to
38+
this version if you already upgraded to 0.14.0.
3239

3340
## 0.14.0 'ASPA'
3441

0 commit comments

Comments
 (0)