mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Merge pull request #10801 from hashicorp/merge-release-1.1.2
Prepare for 1.1.3 development
This commit is contained in:
@@ -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)]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user