mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
docs: update downloads+banner for 0.11.0 GA
This commit is contained in:
@@ -1 +1 @@
|
||||
export default '0.10.5'
|
||||
export default '0.11.0'
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user