-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Max Wilhelm
committed
Sep 8, 2017
1 parent
e7cb654
commit 1512580
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Consul Leader Election CHANGELOG | ||
|
||
## 0.2.0 | ||
|
||
##### Added: | ||
* `-leader-exit-code`: overwrite exit code if leader (Default: 0) | ||
* `-not-leader-exit-code`: overwrite exit code if not leader (Default: 1) | ||
* `-error-exit-code`: overwrite exit code for errors (Default: 2) | ||
|
||
##### Changed: | ||
* check key before trying to acquire it | ||
|
||
## 0.1.0 | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
0.2.0 |