Skip to content

Commit 4cdf312

Browse files
author
Tim Bruijnzeels
committed
Update version and readme for release 0.14.0
1 parent 7468e1f commit 4cdf312

File tree

3 files changed

+20
-35
lines changed

3 files changed

+20
-35
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.0-rc3"
4+
version = "0.14.0"
55
edition = "2018"
66
rust-version = "1.65"
77
authors = ["NLnet Labs <[email protected]>"]

README.md

+18-33
Original file line numberDiff line numberDiff line change
@@ -25,51 +25,36 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).
2525

2626
# Changelog
2727

28-
## 0.14.0-rc3
28+
## 0.14.0 ASPA
2929

30-
This RC adds support for the updated ASPA v1 profile (issue #1080).
30+
This release adds support for the updated ASPA v1 profile (issue #1080).
31+
Any existing ASPA objects will be re-issued automatically.
3132

32-
Earlier, we were planning to add this in a later release, but as it turns out,
33-
it was easier than expected to support this transition, so we included it in the coming release.
34-
35-
Please note that the upgrade will fail if you are already using ASPA and upgraded to 0.14.0-rc1 or rc2.
36-
37-
## 0.14.0-rc2
38-
39-
This RC fixes the following issue, also present in 0.13.x:
33+
In addition, the following small features and fixes were done:
4034
- Show delete ROA button when no BGP preview is available #1139
41-
42-
## 0.14.0-rc1
43-
44-
This is the release candidate for the coming 0.14.0 release. We invite all
45-
interested users to test this version, but please do not upgrade your
46-
production environment until 0.14.0 has been released.
47-
48-
This release introduces the following small features and fixes:
4935
- Add traditional and simplified Chinese translations #1075
50-
- Let the testbed automatically renew the TA manifest and CRL #1095
36+
- Let the testbed automatically renew the TA manifest and CRL #1095 (see below)
5137
- Show the delete icon for AS0 ROA when there is another existing announcement #1109
5238

53-
But we spent the main effort in this release on improving the way that
54-
Krill stores its data. This will help to improve robustness today, and
55-
it paves the way for introducing support for Krill clustering using
56-
a database back-end in a future release. For now, these issues were
57-
done:
39+
The main effort in this release was spent on less user-visible
40+
improvements in the way that Krill stores its data. This will
41+
help to improve robustness today, and it paves the way for introducing
42+
support for Krill clustering using a database back-end in a future release.
43+
44+
For now, these issues have been done:
5845
- Improve transactionality of changes (e.g. #1076-1078, #1085, #1108, #1090)
5946
- Remove no longer needed 'always_recover_data' function #1086
6047
- Improve upgrade failed error: tell users to downgrade #1042
6148
- Crash Krill if the task scheduler encounters a fatal error. #1132
62-
- Add support for importing delegated child CAs #1133
6349

64-
Note that this release still uses the now outdated ASPA object syntax. We plan
65-
to make another focused release to address this immediately after 0.14.0 is
66-
released. See issue #1080.
50+
You can find the full list of issues here:
51+
https://github.com/NLnetLabs/krill/projects/25
6752

68-
Note that if you were running 0.13.1 as a testbed, you may have symlinked
69-
the "signer" directory to "ta_signer" to support a manual work around for
70-
re-signing the trust anchor CRL and manifest (issue #1095). If you did,
71-
then you may need to delete any surplus files and directories under
72-
"/var/lib/krill/data/ta_signer" other than the directory called "ta".
53+
Finally, regarding issue #1095. If you were running 0.13.1 as a testbed, you
54+
may have symlinked the "signer" directory to "ta_signer" to support a manual
55+
workaround for re-signing the trust anchor CRL and manifest. If you did, you
56+
may need to delete any surplus files and directories under "data/ta_signer"
57+
other than the directory called "ta".
7358

7459
## 0.13.1 'Scrollbars!'
7560

0 commit comments

Comments
 (0)