Merge pull request #8156 from hashicorp/docs-update-version

update version to 1.8.0
This commit is contained in:
Preetha 2020-06-18 20:05:53 -05:00 committed by GitHub
commit c229af80ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 9 deletions

View File

@ -2,7 +2,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: 'Survey', tag: 'Announcing',
url: 'https://bit.ly/2A5RZWz', url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8',
text: 'Do you use the Consul Helm chart? Fill out this 3-minute survey to help us improve it: https://bit.ly/2A5RZWz', text: 'Consul 1.8 GA release available now',
} }

View File

@ -1 +1 @@
export default '1.7.3' export default '1.8.0'

View File

@ -11,11 +11,6 @@ export default function DownloadsPage({ downloadData }) {
product="Consul" product="Consul"
version={VERSION} version={VERSION}
downloads={downloadData} downloads={downloadData}
prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.8.0', // the name displayed in text on the website
version: '1.8.0-beta2', // the actual version tag that was pushed to releases.hashicorp.com
}}
> >
<p> <p>
<a href="/downloads_tools">&raquo; Download Consul Tools</a> <a href="/downloads_tools">&raquo; Download Consul Tools</a>