Skip to content

Commit

Permalink
Merge pull request #11268 from hashicorp/docs-1.1.6-changelog
Browse files Browse the repository at this point in the history
docs: add 1.1.6 and 1.0.12 to changelog
  • Loading branch information
schmichael committed Oct 5, 2021
2 parents f082d51 + ddf780a commit 25b2e54
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.5'
export default '1.1.6'

0 comments on commit 25b2e54

Please sign in to comment.