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:
parent
a39705d7f8
commit
78b0284f78
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue