From 178e12bcc9add29b18dfe59913d24bc5d158dd79 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Mon, 25 Mar 2019 17:25:21 -0700 Subject: [PATCH] Bumping up version for continuing development. --- CHANGELOG | 3 +++ cmd/root.go | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 32a6289..c99bcfc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.0.9 (unreleased) + + 0.0.8 * Updated default timeouts and durations for sla-aware draining. diff --git a/cmd/root.go b/cmd/root.go index 6be61da..88753e1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -32,7 +32,7 @@ var updateID string var statusList = make([]string, 0, 0) var log = logrus.New() -const australisVer = "v0.0.8" +const australisVer = "v0.0.9" var forceDrainTimeout time.Duration diff --git a/debian/changelog b/debian/changelog index 31bdcb8..06f361c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +australis (0.0.9) unstable; urgency=medium + + * Unreleased + + -- Renan DelValle Fri, 25 Mar 2019 15:10:00 -0700 + australis (0.0.8) unstable; urgency=medium * Upgraded default timeouts and durations for sla-aware draining.