Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
v1.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ridv committed Jan 12, 2021
1 parent 30a5136 commit 154a4e1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
0.1.2
1.0.2

* Unreleased
* 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

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 154a4e1

Please sign in to comment.