open-nomad/website/data/alert-banner.js

11 lines
320 B
JavaScript

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/',
tag: 'NEW',
text:
'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now',
}