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:
parent
15018f25aa
commit
2db96ae7ac
|
@ -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',
|
||||
],
|
||||
},
|
||||
'----------------',
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue