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 {
|
|
|
|
url:
|
2020-05-29 17:09:43 +00:00
|
|
|
'https://www.nomadproject.io/downloads/',
|
|
|
|
tag: 'NEW',
|
2020-05-06 23:41:32 +00:00
|
|
|
text:
|
2020-05-29 17:09:43 +00:00
|
|
|
'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now',
|
2020-05-06 23:41:32 +00:00
|
|
|
}
|