2020-05-06 23:41:32 +00:00
|
|
|
export const ALERT_BANNER_ACTIVE = true
|
|
|
|
|
|
|
|
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
|
|
|
export default {
|
2020-07-09 15:58:52 +00:00
|
|
|
url:
|
2020-07-23 17:55:00 +00:00
|
|
|
'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-0-12',
|
|
|
|
tag: 'ANNOUNCING',
|
2020-05-06 23:41:32 +00:00
|
|
|
text:
|
2020-07-23 17:55:00 +00:00
|
|
|
'Nomad 0.12 is now generally available, which includes 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!',
|
2020-05-06 23:41:32 +00:00
|
|
|
}
|