1.0.1 release
This commit is contained in:
parent
d5d19cf448
commit
2a76e3e2b4
2 changed files with 7 additions and 1 deletions
|
@ -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
6
debian/changelog
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue