release 1.24.0 (#139)
This commit is contained in:
parent
db9bebb802
commit
c318042e96
2 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
||||||
1.23.1 (unreleased)
|
1.24.1 (unreleased)
|
||||||
|
|
||||||
|
1.24.0
|
||||||
|
|
||||||
|
* enable default sla for slaDrain
|
||||||
|
* Changes Travis CI badge to Github Actions badge
|
||||||
|
* Bug fix for auto paused update monitor
|
||||||
|
* Adds support for running CI on github actions
|
||||||
|
|
||||||
1.23.0
|
1.23.0
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ import (
|
||||||
"github.com/paypal/gorealis/response"
|
"github.com/paypal/gorealis/response"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "1.23.1"
|
const version = "1.24.1"
|
||||||
|
|
||||||
// Realis is an interface that defines the various APIs that may be used to communicate with
|
// Realis is an interface that defines the various APIs that may be used to communicate with
|
||||||
// the Apache Aurora scheduler.
|
// the Apache Aurora scheduler.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue