From: Fabian Grünbichler Date: Tue, 27 Feb 2018 08:57:00 +0000 (+0100) Subject: bump version to 5.0-21 X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=382ac64513fcf4842f315654f28ed826347f4845;hp=0d42a457f278fa17f4970c9de5849262a370b5ed bump version to 5.0-21 --- diff --git a/Makefile b/Makefile index ef6dcd3..d23f03c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=pve-cluster PKGVER=5.0 -PKGREL=20 +PKGREL=21 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index 7820a1b..4938941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +pve-cluster (5.0-21) stable; urgency=medium + + * datacenter.cfg: add bwlimit + + * api/cluster: move addnode/delnode from CLI to API + + * api/cluster/addnode: return cluster config and authkey + + * api/cluster: add join endpoint + + * pvecm add: use API by default to join cluster + + * cluster create: restart corosync & pmxfs in one go + + * api/cluster: move cluster create from CLI to API + + * api/cluster: add endpoint to GET cluster join information + + * use resolved IP address for ring0_addr as default + + * lock locally on cluster create and join + + * pvecm: add: create task log on cluster join + + -- Proxmox Support Team Tue, 27 Feb 2018 09:56:14 +0100 + pve-cluster (5.0-20) stable; urgency=medium * mtunnel: don't read extra files passed via the command line as input