Update versions and changelog for 0.6.3 release.

This commit is contained in:
Tim Bruijnzeels
2020-06-07 20:53:14 +02:00
parent 40aa9dd47d
commit 40c16d19fd
5 changed files with 11 additions and 5 deletions
Generated
+1 -1
View File
@@ -661,7 +661,7 @@ dependencies = [
[[package]]
name = "krill"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"base64 0.10.1",
"bcder",
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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";