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
This commit is contained in:
Meggie 2021-12-21 17:49:41 -05:00 committed by GitHub
parent a39705d7f8
commit 78b0284f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

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