Prep for rc1 release

This commit is contained in:
Jeff Mitchell 2019-07-25 13:08:49 -04:00
parent abcae3830f
commit 4c77d69fff
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 1.2.0-beta3 (Unreleased) ## 1.2.0-rc1 (July 25th, 2019)
CHANGES: CHANGES:

View File

@ -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"
} }

View File

@ -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