From 1b2518a3584f8302c1c03e2c90dcaa820d1364c8 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 13 Oct 2020 17:33:49 -0400 Subject: [PATCH] website: add v1.9.0-beta1 download callout (#8939) --- website/pages/downloads/index.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index c925bcb808..a82c7bcffc 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -11,6 +11,11 @@ export default function DownloadsPage({ releaseData }) { product="Consul" version={VERSION} releaseData={releaseData} + prerelease={{ + type: 'beta', // the type of prerelease: beta, release candidate, etc. + name: 'v1.9.0', // the name displayed in text on the website + version: '1.9.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com + }} >

» Download Consul Tools