Update website for 1.7.0 (#11193)

* Stub upgrade guide and version update

* Finalizing upgrade notes

* Fixing clobbered barrier notes
This commit is contained in:
Meggie 2021-03-24 17:32:23 -04:00 committed by GitHub
parent 5f2995f66b
commit 11f9c4156f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 6 deletions

View File

@ -4,7 +4,7 @@ page_title: Upgrading to Vault 1.7.0 - Guides
sidebar_title: Upgrade to 1.7.0
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.7..0. Please read it carefully.
for Vault 1.7.0. Please read it carefully.
---
# Overview
@ -19,4 +19,20 @@ automatically rotated once, and then subsequently will be rotated per the
settings in the new `sys/rotate/config` endpoint. This is a precaution to
ensure the number of encryptions performed by the barrier key is fewer than that
rrecommended by
[NIST SP 800-38D](https://csrc.nist.gov/publications/detail/sp/800-38d/final).
[NIST SP 800-38D](https://csrc.nist.gov/publications/detail/sp/800-38d/final).
## Known Issues
Due to the known issue, Transform Secrets Engine users are recommended to upgrade to version 1.6.4 or 1.7.0.
### Autopilot
* Autopilot is not currently supported on DR Secondary clusters, or in
Integrated Storage's HA-only mode.
* If the IP address in the raft peer list is different from the configured
cluster address, autopilot may be unable to determine the leader node. If
affected, you should disabled autopilot by setting the
`VAULT_RAFT_AUTOPILOT_DIABLE` environment variable to 1.
@include 'transform-upgrade.mdx'

View File

@ -1,4 +1,4 @@
## Transform Storage Upgrades Fixed
### Transform Storage Upgrades Fixed
The Transform Secrets Engine storage upgrade introduced in 1.6.0 introduced
malformed configuration for transformations configured earlier than 1.6.0,

View File

@ -413,7 +413,8 @@ export default [
'upgrade-to-1.6.0',
'upgrade-to-1.6.1',
'upgrade-to-1.6.2',
'upgrade-to-1.6.3'
'upgrade-to-1.6.3',
'upgrade-to-1.7.0'
],
},
'----------------',

View File

@ -1,3 +1,3 @@
export const VERSION = '1.7.0-rc1'
export const VERSION = '1.7.0'
export const CHANGELOG_URL =
'https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#170-rc1'
'https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#170'