release 1.1.0: bump version and changelog info

This commit is contained in:
Tim Gross
2021-05-18 11:54:15 -04:00
committed by Tim Gross
parent 707138dfcd
commit 7deebd00c7
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
## 1.1.0 (Unreleased)
## 1.1.1 (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 +81,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

@@ -11,7 +11,7 @@ var (
GitDescribe string
// The main version number that is being run at the moment.
Version = "1.1.0"
Version = "1.1.1"
// 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

View File

@@ -1 +1 @@
export default '1.0.5'
export default '1.1.0'