v1.0.2 Release

This commit is contained in:
Renán Del Valle 2021-01-11 17:59:13 -08:00
parent 30a5136b24
commit 154a4e1e87
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,14 @@
0.1.2
1.0.2
* Unreleased
* Fixing broken Thrift dependency by bumping up backported version to thrift v0.13.2
1.0.1
* Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true.
1.0.0
* First stable release.
0.1.1

View file

@ -50,7 +50,7 @@ var monitor bool
var timeout time.Duration
var log = logrus.New()
const australisVer = "v1.0.1"
const australisVer = "v1.0.2"
var forceDrainTimeout time.Duration

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
australis (1.0.2) stable; urgency=medium
* Fixing broken Thrift dependency by bumping up backported version to thrift v0.13.2
-- Renan Del Valle <maintainer@ridv.xyz> Mon, 11 Jan 2021 17:57:10 -0800
australis (1.0.1) stable; urgency=medium
* Added flag -m and --monitor that can be set in order to monitor a job creation or a job kill. By default monitor is set to true.