Skip to content

Commit

Permalink
Merge pull request #46 from jrasell/f_release_0.0.2
Browse files Browse the repository at this point in the history
Prepare Levant for 0.0.2 release.
  • Loading branch information
jrasell committed Nov 29, 2017
2 parents ef89813 + e783f8c commit 9f7bcd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Version = "0.0.2"
// VersionPrerelease is a pre-release marker for the version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this is
// a pre-release such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev"
const VersionPrerelease = ""

// Get returns a human readable version of Levant.
func Get() string {
Expand Down

0 comments on commit 9f7bcd0

Please sign in to comment.