From martin at nlnetlabs.nl Fri Jun 13 15:10:43 2025 From: martin at nlnetlabs.nl (Martin Hoffmann) Date: Fri, 13 Jun 2025 17:10:43 +0200 Subject: [RPKI] Krill 0.15.0-rc2 released Message-ID: <20250613171043.0b524f04@glaurung.nlnetlabs.nl> Hi! We have just released the second release candidate for Krill 0.15.0 (after the first one had issues). The release contains a lot of internal refactoring with only few ?real? changes. There are two, though: The way multi-user authentication works has changed. So if you are not running Krill with just the admin token, you may want to read https://krill.docs.nlnetlabs.nl/en/v0.15.0-rc2/multi-user.html. We?ll write a migration guide before the full 0.15.0 release. A minor but perhaps more annoying change is that the --token option in krillc has moved from the end to the front. So you have to now say krillc --token $(TOKEN) status or whatever. Given that there have been quite a few internal changes, we?d appreciate if people with a test setup would try out this RC and let us know of any issues. Binary packages are available in the -proposed channels. For the full list of changes, see the release notes for rc1: https://github.com/NLnetLabs/krill/releases/tag/v0.15.0-rc1 On behalf of the NLnet Labs Routing Team, Martin