Skip to content

Commit

Permalink
Backport of Adding upgrade note about 1.7.8 go version into stable-we…
Browse files Browse the repository at this point in the history
…bsite (#13495)

* backport of commit 63cac2e

* backport of commit 2575a5d

Co-authored-by: Meggie Ladlow <[email protected]>
  • Loading branch information
1 parent 96fa3a5 commit 57fcfc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions website/content/docs/upgrading/upgrade-to-1.7.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/data/version.js
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 57fcfc1

Please sign in to comment.