Prep for 1.2.2

This commit is contained in:
Jeff Mitchell
2019-08-14 16:54:16 -04:00
parent 1113c96f3a
commit d97c66eb3e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ var (
// Whether cgo is enabled or not; set at build time // Whether cgo is enabled or not; set at build time
CgoEnabled bool CgoEnabled bool
Version = "1.2.1" Version = "1.2.2"
VersionPrerelease = "" VersionPrerelease = ""
VersionMetadata = "" VersionMetadata = ""
) )

View File

@@ -3,7 +3,7 @@
//------------------------------------------------------------------- //-------------------------------------------------------------------
variable "download-url" { variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.1/vault_1.2.1_linux_amd64.zip" default = "https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_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.2.1" h.version = "1.2.2"
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