Skip to content

Commit 25b2e54

Browse files
authored
Merge pull request #11268 from hashicorp/docs-1.1.6-changelog
docs: add 1.1.6 and 1.0.12 to changelog
2 parents f082d51 + ddf780a commit 25b2e54

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.1.6 (October 5, 2021)
2+
3+
SECURITY:
4+
5+
* 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)]
6+
7+
IMPROVEMENTS:
8+
9+
* build: Updated to Go 1.16.8 [[GH-11253](https://github.com/hashicorp/nomad/issues/11253)]
10+
11+
BUG FIXES:
12+
13+
* client: Fixed a memory leak in log collector when tasks restart [[GH-11261](https://github.com/hashicorp/nomad/issues/11261)]
14+
* events: Fixed wildcard namespace handling [[GH-10935](https://github.com/hashicorp/nomad/issues/10935)]
15+
116
## 1.1.5 (September 20, 2021)
217

318
IMPROVEMENTS:
@@ -213,6 +228,17 @@ BUG FIXES:
213228
* server: Fixed a panic that may arise on submission of jobs containing invalid service checks [[GH-10154](https://github.com/hashicorp/nomad/issues/10154)]
214229
* ui: Fixed the rendering of interstitial components shown after processing a dynamic application sizing recommendation. [[GH-10094](https://github.com/hashicorp/nomad/pull/10094)]
215230

231+
## 1.0.12 (October 5, 2021)
232+
233+
IMPROVEMENTS:
234+
235+
* build: Updated to Go 1.15.15 [[GH-11252](https://github.com/hashicorp/nomad/issues/11252)]
236+
237+
BUG FIXES:
238+
239+
* client: Fixed a memory leak in log collector when tasks restart [[GH-11261](https://github.com/hashicorp/nomad/issues/11261)]
240+
* events: Fixed wildcard namespace handling [[GH-10935](https://github.com/hashicorp/nomad/issues/10935)]
241+
216242
## 1.0.11 (September 20, 2021)
217243

218244
IMPROVEMENTS:

website/data/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.1.5'
1+
export default '1.1.6'

0 commit comments

Comments
 (0)