From 63cac2e7c7dfca1c7ce72488031c7f0709356885 Mon Sep 17 00:00:00 2001 From: Meggie Ladlow Date: Mon, 20 Dec 2021 10:24:32 -0500 Subject: [PATCH 1/2] Adding upgrade note about 1.7.8 go version --- website/content/docs/upgrading/upgrade-to-1.7.x.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/docs/upgrading/upgrade-to-1.7.x.mdx b/website/content/docs/upgrading/upgrade-to-1.7.x.mdx index 23c8077d34c1..325ecac30f20 100644 --- a/website/content/docs/upgrading/upgrade-to-1.7.x.mdx +++ b/website/content/docs/upgrading/upgrade-to-1.7.x.mdx @@ -11,6 +11,12 @@ description: |- This page contains the list of deprecations and important or breaking changes for Vault 1.7.x compared to 1.6. Please read it carefully. +## Go Version + +Vault 1.7.8 and higher are built with Go 1.16. Please review the [Go Release +Notes](https://golang.org/doc/go1.16) for full details. Vault 1.7.0-1.7.7 are +built with Go 1.15. + ## Barrier Key Auto-Rotation If your Vault installation is at least a year old, the barrier key will be From 2575a5d7681dcdcb2f06bc5fb3b469e32636c943 Mon Sep 17 00:00:00 2001 From: Meggie Ladlow Date: Mon, 20 Dec 2021 10:31:25 -0500 Subject: [PATCH 2/2] Adding version bump while I'm at it --- website/data/version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/data/version.js b/website/data/version.js index 8188f98e4442..343d2efc3422 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1,6 +1,6 @@ -export const VERSION = '1.9.1' +export const VERSION = '1.9.2' export const CHANGELOG_URL = - 'https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#191' + 'https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#192' // HashiCorp officially supported package managers export const packageManagers = [