Skip to content

Commit

Permalink
Merge pull request #8241 from hashicorp/docs-agent-unresponsive-note
Browse files Browse the repository at this point in the history
Docs: note agent unresponsive
  • Loading branch information
Mahmood Ali committed Jun 22, 2020
2 parents c079112 + df232a1 commit f22058d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.11.2'
export default '0.11.3'
7 changes: 7 additions & 0 deletions website/pages/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions website/pages/downloads/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)
Expand Down

0 comments on commit f22058d

Please sign in to comment.