mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
bump website version to 1.3.4 (#8595)
This commit is contained in:
parent
7372fb69a3
commit
e317651da7
@ -3,7 +3,7 @@
|
|||||||
//-------------------------------------------------------------------
|
//-------------------------------------------------------------------
|
||||||
|
|
||||||
variable "download-url" {
|
variable "download-url" {
|
||||||
default = "https://releases.hashicorp.com/vault/1.3.0/vault_1.3.0_linux_amd64.zip"
|
default = "https://releases.hashicorp.com/vault/1.3.4/vault_1.3.4_linux_amd64.zip"
|
||||||
description = "URL to download Vault"
|
description = "URL to download Vault"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
export const VERSION = '1.3.2'
|
export const VERSION = '1.3.4'
|
||||||
|
|||||||
@ -14,9 +14,9 @@ export default function DownloadsPage({ downloadData }) {
|
|||||||
version={VERSION}
|
version={VERSION}
|
||||||
downloads={downloadData}
|
downloads={downloadData}
|
||||||
prerelease={{
|
prerelease={{
|
||||||
type: 'beta release',
|
type: 'release candidate',
|
||||||
name: '1.4.0',
|
name: '1.4.0',
|
||||||
version: '1.4.0-beta1'
|
version: '1.4.0-rc1'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user