Merge pull request #11268 from hashicorp/docs-1.1.6-changelog

docs: add 1.1.6 and 1.0.12 to changelog
This commit is contained in:
Michael Schurter 2021-10-05 16:49:17 -07:00 committed by GitHub
commit ca021d7c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,18 @@
## 1.1.6 (October 5, 2021)
SECURITY:
* consul/connect: Fixed a bug causing the Nomad agent to panic if a mesh gateway was registered without a `proxy` block. [[GH-11257](https://github.com/hashicorp/nomad/issues/11257)]
IMPROVEMENTS:
* build: Updated to Go 1.16.8 [[GH-11253](https://github.com/hashicorp/nomad/issues/11253)]
BUG FIXES:
* client: Fixed a memory leak in log collector when tasks restart [[GH-11261](https://github.com/hashicorp/nomad/issues/11261)]
* events: Fixed wildcard namespace handling [[GH-10935](https://github.com/hashicorp/nomad/issues/10935)]
## 1.1.5 (September 20, 2021)
IMPROVEMENTS:
@ -213,6 +228,17 @@ 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.12 (October 5, 2021)
IMPROVEMENTS:
* build: Updated to Go 1.15.15 [[GH-11252](https://github.com/hashicorp/nomad/issues/11252)]
BUG FIXES:
* client: Fixed a memory leak in log collector when tasks restart [[GH-11261](https://github.com/hashicorp/nomad/issues/11261)]
* events: Fixed wildcard namespace handling [[GH-10935](https://github.com/hashicorp/nomad/issues/10935)]
## 1.0.11 (September 20, 2021)
IMPROVEMENTS:

View File

@ -1 +1 @@
export default '1.1.5'
export default '1.1.6'