Merge branch 'aurora-scheduler:main' into master
This commit is contained in:
commit
aa7e052d7a
4 changed files with 20 additions and 4 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -1,6 +1,16 @@
|
|||
0.1.2
|
||||
1.0.3 (unreleased)
|
||||
|
||||
* Unreleased
|
||||
1.0.2
|
||||
|
||||
* Fixing broken Thrift dependency by bumping up backported version to thrift v0.13.2
|
||||
|
||||
1.0.1
|
||||
|
||||
* 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.
|
||||
|
||||
1.0.0
|
||||
|
||||
* First stable release.
|
||||
|
||||
0.1.1
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ var monitor bool
|
|||
var timeout time.Duration
|
||||
var log = logrus.New()
|
||||
|
||||
const australisVer = "v1.0.1"
|
||||
const australisVer = "v1.0.2"
|
||||
|
||||
var forceDrainTimeout time.Duration
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
australis (1.0.2) stable; urgency=medium
|
||||
|
||||
* Fixing broken Thrift dependency by bumping up backported version to thrift v0.13.2
|
||||
|
||||
-- Renan Del Valle <maintainer@ridv.xyz> Mon, 11 Jan 2021 17:57:10 -0800
|
||||
|
||||
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.
|
||||
|
|
2
go.mod
2
go.mod
|
@ -13,4 +13,4 @@ require (
|
|||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
||||
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1
|
||||
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue