Add upgrade note for Transform (#10371)

* Add upgrade note for tokenization

* nav

* Just 1.5

* Clarify relationship to API changes

Co-authored-by: Meggie <meggie@hashicorp.com>
This commit is contained in:
Scott Miller 2020-11-11 09:33:51 -06:00 committed by GitHub
parent 15018f25aa
commit 2db96ae7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -405,6 +405,7 @@ export default [
'upgrade-to-1.5.1',
'upgrade-to-1.5.2',
'upgrade-to-1.5.3',
'upgrade-to-1.6.0',
],
},
'----------------',

View File

@ -0,0 +1,22 @@
---
layout: docs
page_title: Upgrading to Vault 1.6.0 - Guides
sidebar_title: Upgrade to 1.6.0
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.6.0. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 1.6.0 compared to 1.5. Please read it carefully.
## Transform Secrets Engine Storage Upgrade
The Transform Secrets Engine (Enterprise only) will automatically upgrade the
storage of its configuration in order to accommodate the new transformation
type oriented configuration API. Secondaries will receive the
modifications via replication.