Skip to content

Commit 40c16d1

Browse files
author
Tim Bruijnzeels
committed
Update versions and changelog for 0.6.3 release.
1 parent 40aa9dd commit 40c16d1

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "krill"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2018"
55
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
66
description = "Resource Public Key Infrastructure (RPKI) daemon"

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
Please see [here](https://github.com/NLnetLabs/krill/projects?query=is%3Aopen+sort%3Aname-asc)
44
for planned releases.
55

6-
## Unreleased Changes
6+
## 0.6.3 Release 'Play it again, Sam'
77

8+
This release addresses an issue where users with a CA that has delegated children, which in turn
9+
had performed a key roll over in the past, could not upgrade to Release 0.6.2.
10+
11+
Users who already successfully upgraded to Release 0.6.2 do not need to upgrade urgently. This
12+
release includes a number of fixes for minor issues, which will also be included in the 0.7.0
13+
Release which is due in 2-4 weeks:
814
* `krillc issues` fails with `Error: Unknown API method` (#248)
915
* `krillc parents` help text refers incorrectly to publisher request instead of child request (#251)
1016
* Normalize request/response `krillc help` texts (#252)

doc/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.2"
22
info:
33
title: Krill RPKI Server API
4-
version: 0.6.2
4+
version: 0.6.3
55
description: |
66
# Introduction
77
Welcome to the documentation for the Krill server API, a JSON based

src/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub const KRILL_VERSION: &str = "0.6.2";
1+
pub const KRILL_VERSION: &str = "0.6.3";
22
pub const KRILL_SERVER_APP: &str = "Krill";
33
pub const KRILL_CLIENT_APP: &str = "Krill Client";
44

0 commit comments

Comments
 (0)