Prep for rc1 release
This commit is contained in:
parent
abcae3830f
commit
4c77d69fff
|
@ -1,4 +1,4 @@
|
||||||
## 1.2.0-beta3 (Unreleased)
|
## 1.2.0-rc1 (July 25th, 2019)
|
||||||
|
|
||||||
CHANGES:
|
CHANGES:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//-------------------------------------------------------------------
|
//-------------------------------------------------------------------
|
||||||
|
|
||||||
variable "download-url" {
|
variable "download-url" {
|
||||||
default = "https://releases.hashicorp.com/vault/1.2.0-beta2/vault_1.2.0-beta2_linux_amd64.zip"
|
default = "https://releases.hashicorp.com/vault/1.2.0-rc1/vault_1.2.0-rc1_linux_amd64.zip"
|
||||||
description = "URL to download Vault"
|
description = "URL to download Vault"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
|
||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "vault"
|
h.name = "vault"
|
||||||
h.version = "1.1.2"
|
h.version = "1.1.4"
|
||||||
h.github_slug = "hashicorp/vault"
|
h.github_slug = "hashicorp/vault"
|
||||||
h.website_root = "website"
|
h.website_root = "website"
|
||||||
h.releases_enabled = true
|
h.releases_enabled = true
|
||||||
|
|
Loading…
Reference in New Issue