release 1.0.4

This commit is contained in:
nhatle 2022-08-02 10:48:45 -07:00
parent 14691698f6
commit 47644c13c2
2 changed files with 7 additions and 2 deletions

View file

@ -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 1.0.3

View file

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