release 1.0.4
This commit is contained in:
parent
14691698f6
commit
47644c13c2
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
1.0.4 (unreleased)
|
||||
1.0.5 (unreleased)
|
||||
|
||||
1.0.4
|
||||
|
||||
* fetch free capacity
|
||||
* simulate task fitting - compute how many tasks can be fit in the remaining capacity
|
||||
|
||||
1.0.3
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ var monitor bool
|
|||
var timeout time.Duration
|
||||
var log = logrus.New()
|
||||
|
||||
const australisVer = "v1.0.2"
|
||||
const australisVer = "v1.0.4"
|
||||
|
||||
var forceDrainTimeout time.Duration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue