-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from jrasell/f_release_0.0.2
Prepare Levant for 0.0.2 release.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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,15 +1,15 @@ | ||
## 0.0.2 (Unreleased) | ||
## 0.0.2 (29 November 2017) | ||
|
||
IMPROVEMENTS: | ||
* Introduce `-force-count` flag into deploy command which disables dynamic count updating; meaning Levant will explicity use counts defined in the job specification template [GH-33](https://github.com/jrasell/levant/pull/33) | ||
* Levant deployments now inspect the evaluation results and log any error messages [GH-40](https://github.com/jrasell/levant/pull/40) | ||
* Levant deployments now inspect the evaluation results and log any error messages [GH-40](https://github.com/jrasell/levant/pull/40) | ||
|
||
BUG FIXES: | ||
* Fix formatting issue in render command help [GH-28](https://github.com/jrasell/levant/pull/28) | ||
* Update failure_inspector to cover more failure use cases [GH-27](https://github.com/jrasell/levant/pull/27) | ||
* Fix a bug in handling Nomad job types incorrectly [GH-32](https://github.com/jrasell/levant/pull/32) | ||
* Fix issue where jobs deployed with all task group counts at 0 would cause a failure as no deployment ID is returned [GH-36](https://github.com/jrasell/levant/pull/36) | ||
|
||
## 0.0.1 (30 October 2017) | ||
|
||
- 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