From 95ebe188398c0d219e0f1c3e6ba87fb554ecc826 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 14 Jun 2017 07:51:20 +0200 Subject: [PATCH] bump version to 2.0-2 --- Makefile | 2 +- changelog.Debian | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 166acee..46cec17 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=2.0 PACKAGE=pve-ha-manager SIMPACKAGE=pve-ha-simulator -PKGREL=1 +PKGREL=2 GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/changelog.Debian b/changelog.Debian index cb8a7ee..6ac9fc1 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,15 @@ +pve-ha-manager (2.0-2) unstable; urgency=medium + + * explicitly sync journal when disabling watchdog updates + + * always queue service stop if node shuts down + + * Fix shutdown order of HA and storage services + + * Resource/API: abort early if resource in error state + + -- Proxmox Support Team Wed, 14 Jun 2017 07:49:59 +0200 + pve-ha-manager (2.0-1) unstable; urgency=medium * rebuild for PVE 5.0 / Debian Stretch