Merge pull request #8241 from hashicorp/docs-agent-unresponsive-note

Docs: note agent unresponsive
This commit is contained in:
Mahmood Ali 2020-06-22 12:08:04 -04:00 committed by GitHub
commit ad9d959d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View File

@ -1 +1 @@
export default '0.11.2'
export default '0.11.3'

View File

@ -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

View File

@ -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>
)