Merge pull request #10585 from hashicorp/docs-1.1.0-rc1
website: update 1.1.0-beta1 to 1.1.0-rc1
This commit is contained in:
commit
c8ec7aa642
|
@ -6,7 +6,7 @@ export default {
|
|||
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-nomad-1-1-beta',
|
||||
tag: 'New Release',
|
||||
text:
|
||||
'Announcing HashiCorp Nomad 1.1 beta with 10+ new features for greater scheduling flexibility and simplified operator experience.',
|
||||
'Announcing HashiCorp Nomad 1.1 release candidate with 10+ new features for greater scheduling flexibility and simplified operator experience.',
|
||||
// Set the `expirationDate prop with a datetime string (e.g. `2020-01-31T12:00:00-07:00`)
|
||||
// if you'd like the component to stop showing at or after a certain date
|
||||
expirationDate: '2021-05-20T09:00:00-07:00',
|
||||
|
|
|
@ -41,8 +41,8 @@ export default function DownloadsPage(staticProps) {
|
|||
<>
|
||||
<div className={s.releaseCandidate}>
|
||||
<p>
|
||||
A beta for Nomad v1.1.0 is available! The release can be{' '}
|
||||
<a href="https://releases.hashicorp.com/nomad/1.1.0-beta1/">
|
||||
A Release Candidate for Nomad v1.1.0 is available! The release can be{' '}
|
||||
<a href="https://releases.hashicorp.com/nomad/1.1.0-rc1/">
|
||||
downloaded here
|
||||
</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue