Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Adding upgrade note about 1.7.8 go version into stable-website #13495

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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