diff --git a/website/data/version.js b/website/data/version.js index 75ce97629..a04b7c8b2 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1 +1 @@ -export default '0.11.2' +export default '0.11.3' diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index fcbc09827..3f3bc4819 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -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 diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index a1cd2fafe..804705aec 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -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' + }} + /> )