From 78b0284f78a36d7664b295ddf8d06b0211dc24df Mon Sep 17 00:00:00 2001 From: Meggie Date: Tue, 21 Dec 2021 17:49:41 -0500 Subject: [PATCH] Adding upgrade note about 1.7.8 go version (#13475) * Adding upgrade note about 1.7.8 go version * Adding version bump while I'm at it --- website/content/docs/upgrading/upgrade-to-1.7.x.mdx | 6 ++++++ website/data/version.js | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 23c8077d3..325ecac30 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 diff --git a/website/data/version.js b/website/data/version.js index 8188f98e4..343d2efc3 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 = [