mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
release 1.1.0: bump version and changelog info
This commit is contained in:
@@ -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)]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '1.0.5'
|
||||
export default '1.1.0'
|
||||
|
||||
Reference in New Issue
Block a user