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 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 = [