diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 4b2f9bb5f..41a3e7b7c 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,8 +3,8 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { url: - 'https://www.hashicorp.com/webinars/nomad-0-12-multi-cluster-federations-cni-advanced-scheduling-and-more/', - tag: 'WEBINAR', + 'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-0-12', + tag: 'ANNOUNCING', text: - 'Join us for a webinar to learn about Nomad 0.12. This release included 15+ new features and our breakthrough Multi-Cluster Deployment. Register here!', + 'Nomad 0.12 is now generally available, which includes 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!', }