Skip to content

Commit 4bb71cf

Browse files
author
Tim Bruijnzeels
committed
Update versions and changelog for release.
1 parent 5fab2cb commit 4bb71cf

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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,7 +1,7 @@
11
[package]
22
# Note: some of these values are also used when building Debian packages below.
33
name = "krill"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
edition = "2018"
66
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
77
description = "Resource Public Key Infrastructure (RPKI) daemon"

Changelog.md

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

6+
## 0.7.3 'Slow Food'
7+
8+
This release fixes an issue where the BGP Ris Dump files were reloaded and checked too
9+
frequently causing high CPU and bandwidth usage.
10+
611
## 0.7.2 'Small Bites'
712

813
This release fixes an issue where BGP RIS Dump files that were not properly retrieved would

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.7.2
4+
version: 0.7.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.7.2";
1+
pub const KRILL_VERSION: &str = "0.7.3";
22
pub const KRILL_SERVER_APP: &str = "Krill";
33
pub const KRILL_CLIENT_APP: &str = "Krill Client";
44

0 commit comments

Comments
 (0)