Unverified Commit 6d2b704d authored by Mahmood Ali's avatar Mahmood Ali Committed by GitHub
Browse files

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

Prepare for 1.1.3 development
parents 41319b02 1bf9e7c2
Showing with 5 additions and 3 deletions
+5 -3
## 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)]
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment