release 1.0.5
This commit is contained in:
parent
a19c7e1fb5
commit
3d49194ccd
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
1.0.5 (unreleased)
|
||||
1.0.6 (unreleased)
|
||||
|
||||
1.0.5
|
||||
|
||||
* fetch mesos & aurora master nodes
|
||||
* kill an instance from a job
|
||||
|
||||
1.0.4
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ var log = logrus.New()
|
|||
var taskStatus = new(string)
|
||||
var instances = new(string)
|
||||
|
||||
const australisVer = "v1.0.4"
|
||||
const australisVer = "v1.0.5"
|
||||
|
||||
var forceDrainTimeout time.Duration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue