1.0.1 release

This commit is contained in:
Renan DelValle 2020-09-30 16:47:53 -07:00
parent d5d19cf448
commit 2a76e3e2b4
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 7 additions and 1 deletions

View file

@ -49,7 +49,7 @@ var updateID string
var monitor bool
var log = logrus.New()
const australisVer = "v1.0.0"
const australisVer = "v1.0.1"
var forceDrainTimeout time.Duration

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
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.
-- Renan Del Valle <maintainer@ridv.xyz> Wed, 30 Sep 2020 16:46:56 -0700
australis (1.0.0) stable; urgency=medium
* First stable release.