Bumping up version for continuing development.

This commit is contained in:
Renan DelValle 2019-03-25 17:25:21 -07:00
parent d9445888ac
commit 178e12bcc9
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,6 @@
0.0.9 (unreleased)
0.0.8
* Updated default timeouts and durations for sla-aware draining.

View file

@ -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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
australis (0.0.9) unstable; urgency=medium
* Unreleased
-- Renan DelValle <renanidelvalle@gmail.com> Fri, 25 Mar 2019 15:10:00 -0700
australis (0.0.8) unstable; urgency=medium
* Upgraded default timeouts and durations for sla-aware draining.