From 2db96ae7ac6de1a2ca2c8b0344cf83161f9daaad Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Wed, 11 Nov 2020 09:33:51 -0600 Subject: [PATCH] Add upgrade note for Transform (#10371) * Add upgrade note for tokenization * nav * Just 1.5 * Clarify relationship to API changes Co-authored-by: Meggie --- website/data/docs-navigation.js | 1 + .../pages/docs/upgrading/upgrade-to-1.6.0.mdx | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 website/pages/docs/upgrading/upgrade-to-1.6.0.mdx diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index 69044c648..90d801a37 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -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', ], }, '----------------', diff --git a/website/pages/docs/upgrading/upgrade-to-1.6.0.mdx b/website/pages/docs/upgrading/upgrade-to-1.6.0.mdx new file mode 100644 index 000000000..064b71deb --- /dev/null +++ b/website/pages/docs/upgrading/upgrade-to-1.6.0.mdx @@ -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. + +