mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
release version and date
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## 1.1.0 (Unreleased)
|
||||
## 1.1.0 (May 18, 2021)
|
||||
|
||||
FEATURES:
|
||||
* **Memory oversubscription**: Improve cluster efficiency by allowing applications, whether containerized or non-containerized, to use memory in excess of their scheduled amount.
|
||||
@@ -79,7 +79,7 @@ BUG FIXES:
|
||||
* server: Fixed a panic that may arise on submission of jobs containing invalid service checks [[GH-10154](https://github.com/hashicorp/nomad/issues/10154)]
|
||||
* ui: Fixed the rendering of interstitial components shown after processing a dynamic application sizing recommendation. [[GH-10094](https://github.com/hashicorp/nomad/pull/10094)]
|
||||
|
||||
## 1.0.6 (Unreleased)
|
||||
## 1.0.6 (May 18, 2021)
|
||||
|
||||
BUG FIXES:
|
||||
* core (Enterprise): Update licensing library to v0.0.11 to include race condition fix. [[GH-10253](https://github.com/hashicorp/nomad/issues/10253)]
|
||||
|
||||
@@ -16,7 +16,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 = "rc1"
|
||||
VersionPrerelease = ""
|
||||
|
||||
// VersionMetadata is metadata further describing the build type.
|
||||
VersionMetadata = ""
|
||||
|
||||
Reference in New Issue
Block a user