From 0db8fd9da663ba44cb71ed2e9fa43dc50e90d572 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 28 Jan 2021 16:29:58 -0500 Subject: [PATCH] Bump version to 0.9.12 --- README.md | 4 ++++ debian/changelog | 6 ++++++ docs/index.md | 4 ++++ node-daemon/pvcnoded/Daemon.py | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a55472cf..f9f11f79 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.12 + + * Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition + #### v0.9.11 * Documentation updates diff --git a/debian/changelog b/debian/changelog index eab4119e..4c5bccb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pvc (0.9.12-0) unstable; urgency=high + + * Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition + + -- Joshua M. Boniface Thu, 28 Jan 2021 16:29:58 -0500 + pvc (0.9.11-0) unstable; urgency=high * Documentation updates diff --git a/docs/index.md b/docs/index.md index def4565a..b3c3e333 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.12 + + * Fixes a bug in the pvcnoded service unit file causing a Zookeeper startup race condition + #### v0.9.11 * Documentation updates diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 3b364b01..bf326c5d 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance import pvcnoded.MetadataAPIInstance as MetadataAPIInstance # Version string for startup output -version = '0.9.11' +version = '0.9.12' ############################################################################### # PVCD - node daemon startup program