docs: update downloads+banner for 0.11.0 GA

This commit is contained in:
Michael Schurter
2020-04-07 15:12:30 -07:00
parent 30eb4ef407
commit 0ee153daf2
3 changed files with 4 additions and 10 deletions

View File

@@ -1 +1 @@
export default '0.10.5'
export default '0.11.0'

View File

@@ -73,11 +73,11 @@ class NextApp extends App {
]}
/>
<AlertBanner
url="https://www.hashicorp.com/blog/announcing-hashicorp-nomad-0-11-beta/"
url="https://www.hashicorp.com/webinars/nomad-technical-demo-autoscaling-csi-plugins-and-more/"
tag="Announcing"
theme="nomad"
text="HashiCorp Nomad 0.11 Release Candidate is now available"
linkText="Learn More"
text="HashiCorp Nomad 0.11 is generally available now. Watch a live demo of new features."
linkText="Register now"
/>
<MegaNav product="Nomad" />
<ProductSubnav />

View File

@@ -13,12 +13,6 @@ export default function DownloadsPage({ downloadData }) {
version={VERSION}
downloads={downloadData}
community="/resources"
prerelease={{
type: 'Release Candidate 1',
name: 'v0.11.0',
version: '0.11.0-rc1'
}}
/>
</div>
)