]> git.proxmox.com Git - pve-cluster.git/commitdiff
bump version to 5.0-21
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 27 Feb 2018 08:57:00 +0000 (09:57 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 27 Feb 2018 08:57:00 +0000 (09:57 +0100)
Makefile
debian/changelog

index ef6dcd32cd0991cb23aa42433e6098a3f60cb519..d23f03cf2df260bdb7f1c1e4d343968972082d79 100644 (file)
--- 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)
index 7820a1b50b6dc89064f474ec8d2cde37db4472c2..49389411abf52b4ac974e10730ba07e85cc3add6 100644 (file)
@@ -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 <support@proxmox.com>  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