From cc4a9683c4463a59de9b7281fd6c8f35998accac Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Thu, 17 Nov 2022 15:57:16 -0600 Subject: [PATCH] add draft 1.13.x upgrade guide (#18023) * add draft upgrade guide * add note this is a draft * make 1.13 guide hidden * add heading for alicloud change --- .../docs/upgrading/upgrade-to-1.13.x.mdx | 24 +++++++++++++++++++ website/data/docs-nav-data.json | 5 ++++ 2 files changed, 29 insertions(+) create mode 100644 website/content/docs/upgrading/upgrade-to-1.13.x.mdx diff --git a/website/content/docs/upgrading/upgrade-to-1.13.x.mdx b/website/content/docs/upgrading/upgrade-to-1.13.x.mdx new file mode 100644 index 0000000000..9a9a625066 --- /dev/null +++ b/website/content/docs/upgrading/upgrade-to-1.13.x.mdx @@ -0,0 +1,24 @@ +--- +layout: docs +page_title: Upgrading to Vault 1.13.x - Guides +description: |- + This page contains the list of deprecations and important or breaking changes + for Vault 1.13.x. Please read it carefully. +--- + +~> Note: these are **draft** notes for a future version of Vault. They should not be considered +official guidance until the release has been completed. + +# Overview + +This page contains the list of deprecations and important or breaking changes +for Vault 1.13.x compared to 1.12. Please read it carefully. + +## Changes + +### AliCloud Auth Role Parameter + +The AliCloud auth plugin will now require the `role` parameter on login. This +has always been documented as a required field but the requirement will now be +enforced. + diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index d28261bbb7..41374eced8 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1701,6 +1701,11 @@ "title": "Upgrade Plugins", "path": "upgrading/plugins" }, + { + "title": "Upgrade to 1.13.x", + "path": "upgrading/upgrade-to-1.13.x", + "hidden": true + }, { "title": "Upgrade to 1.12.x", "path": "upgrading/upgrade-to-1.12.x"