From 87f649bf99838f5f10ffa3d5275f170eaf8a5999 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 14 Aug 2019 16:54:16 -0400 Subject: [PATCH] Prep for 1.2.2 --- sdk/version/version_base.go | 2 +- terraform/aws/variables.tf | 2 +- website/config.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/version/version_base.go b/sdk/version/version_base.go index 6316d0f52..2aa7e7d7f 100644 --- a/sdk/version/version_base.go +++ b/sdk/version/version_base.go @@ -8,7 +8,7 @@ var ( // Whether cgo is enabled or not; set at build time CgoEnabled bool - Version = "1.2.1" + Version = "1.2.2" VersionPrerelease = "" VersionMetadata = "" ) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index c3a32352f..4be0ad0d9 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -3,7 +3,7 @@ //------------------------------------------------------------------- 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" } diff --git a/website/config.rb b/website/config.rb index 3dfdab18d..90a44d200 100644 --- a/website/config.rb +++ b/website/config.rb @@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js" activate :hashicorp do |h| h.name = "vault" - h.version = "1.2.1" + h.version = "1.2.2" h.github_slug = "hashicorp/vault" h.website_root = "website" h.releases_enabled = true