From 7deebd00c780173e06d004daa814d444bdfef49e Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 18 May 2021 11:54:15 -0400 Subject: [PATCH] release 1.1.0: bump version and changelog info --- CHANGELOG.md | 6 ++++-- version/version.go | 2 +- website/data/version.js | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdcc6f88..f2b8e527b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)] diff --git a/version/version.go b/version/version.go index 004c6b6c4..b46b1bb7b 100644 --- a/version/version.go +++ b/version/version.go @@ -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 diff --git a/website/data/version.js b/website/data/version.js index 06f19d8f7..9e64831da 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1 +1 @@ -export default '1.0.5' +export default '1.1.0'