@@ -25,51 +25,36 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).
25
25
26
26
# Changelog
27
27
28
- ## 0.14.0-rc3
28
+ ## 0.14.0 ASPA
29
29
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.
31
32
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:
40
34
- 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:
49
35
- 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)
51
37
- Show the delete icon for AS0 ROA when there is another existing announcement #1109
52
38
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:
58
45
- Improve transactionality of changes (e.g. #1076 -1078, #1085 , #1108 , #1090 )
59
46
- Remove no longer needed 'always_recover_data' function #1086
60
47
- Improve upgrade failed error: tell users to downgrade #1042
61
48
- Crash Krill if the task scheduler encounters a fatal error. #1132
62
- - Add support for importing delegated child CAs #1133
63
49
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
67
52
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".
73
58
74
59
## 0.13.1 'Scrollbars!'
75
60
0 commit comments