add Nomad v1.2.0-rc1 download box (#11485)

This commit is contained in:
Luiz Aoqui 2021-11-09 16:37:09 -05:00 committed by GitHub
parent 26a0158ead
commit d6dc2b10ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,18 @@ export default function DownloadsPage(staticProps) {
href: 'https://learn.hashicorp.com/nomad',
label: 'View Tutorials at HashiCorp Learn',
}}
merchandisingSlot={
<>
<div className={s.releaseCandidate}>
<p>
A release candidate for Nomad v1.2.0 is available! The release can be{' '}
<a href="https://releases.hashicorp.com/nomad/1.2.0-rc1/">
downloaded here.
</a>
</p>
</div>
</>
}
{...staticProps}
/>
)