Skip to content

Commit

Permalink
Merge pull request hashicorp#8156 from hashicorp/docs-update-version
Browse files Browse the repository at this point in the history
update version to 1.8.0
  • Loading branch information
preetapan authored Jun 19, 2020
2 parents 28f22c8 + 8bf0432 commit c259395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions website/data/alert-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const ALERT_BANNER_ACTIVE = true

// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
tag: 'Survey',
url: 'https://bit.ly/2A5RZWz',
text: 'Do you use the Consul Helm chart? Fill out this 3-minute survey to help us improve it: https://bit.ly/2A5RZWz',
tag: 'Announcing',
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8',
text: 'Consul 1.8 GA release available now',
}
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.7.3'
export default '1.8.0'
5 changes: 0 additions & 5 deletions website/pages/downloads/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ export default function DownloadsPage({ downloadData }) {
product="Consul"
version={VERSION}
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>
<a href="/downloads_tools">&raquo; Download Consul Tools</a>
Expand Down

0 comments on commit c259395

Please sign in to comment.