mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
@@ -1,4 +1,4 @@
|
||||
## 0.6.1 (Unreleased)
|
||||
## 0.6.1 (August 28, 2017)
|
||||
|
||||
__BACKWARDS INCOMPATIBILITIES:__
|
||||
* deployment: Specifying an update stanza with a max_parallel of zero is now
|
||||
|
||||
@@ -17,7 +17,7 @@ var (
|
||||
// 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.
|
||||
VersionPrerelease = "dev"
|
||||
VersionPrerelease = ""
|
||||
|
||||
// VersionMetadata is metadata further describing the build type.
|
||||
VersionMetadata = ""
|
||||
|
||||
@@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
|
||||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "nomad"
|
||||
h.version = "0.6.0"
|
||||
h.version = "0.6.1"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user