Merge pull request #8962 from hashicorp/br.19-banner

Update banner for Consul 1.9
pull/8967/head
Brandon Romano 4 years ago committed by GitHub
commit cea99991b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default { export default {
tag: 'Announcing', tag: 'Announcing',
url: 'https://www.hashicorp.com/blog/consul-service-on-azure-production-tier', url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-9',
text: 'HashiCorp Consul Service on Azure Production Tier', text: 'HashiCorp Consul 1.9 now available in beta.',
linkText: 'Learn more', linkText: 'Learn more',
} }

Loading…
Cancel
Save