mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 08:27:49 +02:00
Update versions and changelog for 0.6.3 release.
This commit is contained in:
Generated
+1
-1
@@ -661,7 +661,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "krill"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
dependencies = [
|
||||
"base64 0.10.1",
|
||||
"bcder",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "krill"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
edition = "2018"
|
||||
authors = [ "The NLnet Labs RPKI team <rpki-team@nlnetlabs.nl>" ]
|
||||
description = "Resource Public Key Infrastructure (RPKI) daemon"
|
||||
|
||||
+7
-1
@@ -3,8 +3,14 @@
|
||||
Please see [here](https://github.com/NLnetLabs/krill/projects?query=is%3Aopen+sort%3Aname-asc)
|
||||
for planned releases.
|
||||
|
||||
## Unreleased Changes
|
||||
## 0.6.3 Release 'Play it again, Sam'
|
||||
|
||||
This release addresses an issue where users with a CA that has delegated children, which in turn
|
||||
had performed a key roll over in the past, could not upgrade to Release 0.6.2.
|
||||
|
||||
Users who already successfully upgraded to Release 0.6.2 do not need to upgrade urgently. This
|
||||
release includes a number of fixes for minor issues, which will also be included in the 0.7.0
|
||||
Release which is due in 2-4 weeks:
|
||||
* `krillc issues` fails with `Error: Unknown API method` (#248)
|
||||
* `krillc parents` help text refers incorrectly to publisher request instead of child request (#251)
|
||||
* Normalize request/response `krillc help` texts (#252)
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
openapi: "3.0.2"
|
||||
info:
|
||||
title: Krill RPKI Server API
|
||||
version: 0.6.2
|
||||
version: 0.6.3
|
||||
description: |
|
||||
# Introduction
|
||||
Welcome to the documentation for the Krill server API, a JSON based
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
pub const KRILL_VERSION: &str = "0.6.2";
|
||||
pub const KRILL_VERSION: &str = "0.6.3";
|
||||
pub const KRILL_SERVER_APP: &str = "Krill";
|
||||
pub const KRILL_CLIENT_APP: &str = "Krill Client";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user