Merge pull request #10801 from hashicorp/merge-release-1.1.2

Prepare for 1.1.3 development
This commit is contained in:
Mahmood Ali
2021-06-22 10:46:41 -04:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
## 1.1.2 (Unreleased)
## 1.1.3 (Unreleased)
## 1.1.2 (June 22, 2021)
IMPROVEMENTS:
* cli: Added `-monitor` flag to `deployment status` command and automatically monitor deployments from `job run` command. [[GH-10661](https://github.com/hashicorp/nomad/pull/10661)]
@@ -128,7 +130,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.8 (Unreleased)
## 1.0.8 (June 22, 2021)
BUG FIXES:
* artifact: Fixed support for 5 part vhosted-style AWS S3 buckets. [[GH-10778](https://github.com/hashicorp/nomad/issues/10778)]

View File

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