release version and date

This commit is contained in:
Tim Gross
2021-05-17 15:28:42 -04:00
parent 2f924a9df7
commit f0856ab526
2 changed files with 3 additions and 3 deletions

View File

@@ -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)]

View File

@@ -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 = ""