Merge pull request #8241 from hashicorp/docs-agent-unresponsive-note
Docs: note agent unresponsive
This commit is contained in:
commit
ad9d959d45
|
@ -1 +1 @@
|
|||
export default '0.11.2'
|
||||
export default '0.11.3'
|
||||
|
|
|
@ -15,6 +15,13 @@ details provided for their upgrades as a result of new features or changed
|
|||
behavior. This page is used to document those details separately from the
|
||||
standard upgrade flow.
|
||||
|
||||
## Nomad 0.11.3
|
||||
|
||||
Nomad 0.11.3 fixes a critical bug causing the nomad agent to become
|
||||
unresponsive. The issue is due to a [Go 1.14.1 runtime
|
||||
bug](https://github.com/golang/go/issues/38023) and affects Nomad 0.11.1 and
|
||||
0.11.2.
|
||||
|
||||
## Nomad 0.11.2
|
||||
|
||||
### Scheduler Scoring Changes
|
||||
|
|
|
@ -13,6 +13,12 @@ export default function DownloadsPage({ downloadData }) {
|
|||
version={VERSION}
|
||||
downloads={downloadData}
|
||||
community="/resources"
|
||||
prerelease={{
|
||||
type: 'Beta 1',
|
||||
name: 'v0.12.0',
|
||||
version: '0.12.0-beta1'
|
||||
}}
|
||||
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue