Merge pull request #8156 from hashicorp/docs-update-version
update version to 1.8.0
This commit is contained in:
commit
c229af80ce
|
@ -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',
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export default '1.7.3'
|
export default '1.8.0'
|
||||||
|
|
|
@ -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">» Download Consul Tools</a>
|
<a href="/downloads_tools">» Download Consul Tools</a>
|
||||||
|
|
Loading…
Reference in New Issue