Skip to content

Commit 11c0795

Browse files
author
Tim Bruijnzeels
committed
Update changelog for release 0.2
1 parent bcb306d commit 11c0795

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

Changelog.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
# Change Log
22

3-
## Unreleased features and issues
4-
53
Please see [here](https://github.com/NLnetLabs/krill/projects?query=is%3Aopen+sort%3Aname-asc)
64
for planned releases.
75

6+
## 0.2.0 'Interkrillactic, Planetary'
7+
8+
This release focused on testing, and fixing, any issues found when running Krill under various
9+
parent CAs (Apnic, Lacnic and RIPE NCC). ROAs were tested using routinator, OctoRPKI, FORT, RIPE
10+
NCC RPKI Validator 2.x and 3.x.
11+
12+
Furthermore, the CLI got a big overhaul aimed at making it easier to use, especially for users
13+
who manage one CA only. You can now use ENV variables to set defaults for the Krill instance to
14+
connect to, the token, and which CA you want to operate on.
15+
16+
We also added the '--api' argument which will simply print out the API call that the CLI would
17+
have made, without executing it. We plan to add proper (OpenAPI) documentation for the API, but
18+
for the moment this can help to explore it.
19+
20+
Updated documentation can be found on [Read the Docs](https://rpki.readthedocs.io/en/latest/krill/index.html).
21+
22+
Known issues:
23+
* Despite our best efforts RIPE NCC RPKI Validator 3.1 is the only remaining RP we tested, which
24+
does not seem to like our manifests. We will look into this again later. (#115)
25+
* There appears to be a race condition that can cause commands to be processed twice. (#64)
26+
* Showing the full history, or logging it in case of the above condition, uses too much memory. (#112)
27+
* The CA and publication server can be out of sync after a re-start. (#116)
28+
29+
Work for the next release has already started. [Release 0.3](https://github.com/NLnetLabs/krill/projects/6)
30+
will focus on (remote) publication, and will also solve the out-of-sync issue.
31+
32+
833
## 0.1.0 'A View to a Krill'
934

1035
This is the first version of Krill that we are testing in the real world. Please note that the

0 commit comments

Comments
 (0)