Merge pull request #8238 from hashicorp/pruett.update-banner-text
Update banner contents
This commit is contained in:
commit
62894f1d35
|
@ -2,9 +2,8 @@ export const ALERT_BANNER_ACTIVE = true
|
|||
|
||||
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
||||
export default {
|
||||
url:
|
||||
'https://www.nomadproject.io/downloads/',
|
||||
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-nomad-0-12-beta/',
|
||||
tag: 'NEW',
|
||||
text:
|
||||
'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now',
|
||||
'Announcing Nomad 0.12, which introduces 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue