From 6d1cdd73098dcea1acc23fa792cccf2cddea1c75 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Wed, 14 Aug 2019 06:45:09 -0700 Subject: [PATCH] docs: add 1.2.1 upgrade guide (#7274) --- .../docs/upgrading/upgrade-to-1.2.1.html.md | 24 +++++++++++++++++++ website/source/layouts/docs.erb | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 website/source/docs/upgrading/upgrade-to-1.2.1.html.md diff --git a/website/source/docs/upgrading/upgrade-to-1.2.1.html.md b/website/source/docs/upgrading/upgrade-to-1.2.1.html.md new file mode 100644 index 0000000000..2a819859b1 --- /dev/null +++ b/website/source/docs/upgrading/upgrade-to-1.2.1.html.md @@ -0,0 +1,24 @@ +--- +layout: "docs" +page_title: "Upgrading to Vault 1.2.1 - Guides" +sidebar_title: "Upgrade to 1.2.1" +sidebar_current: "docs-upgrading-to-1.2.1" +description: |- + This page contains the list of deprecations and important or breaking changes + for Vault 1.2.1. Please read it carefully. +--- + +# Overview + +This page contains the list of deprecations and important or breaking changes +for Vault 1.2.1 compared to 1.2.0. Please read it carefully. + +## Known Issues + +### AppRole Upgrade Issue + +Vault 1.2.1 contains a known issue where an existing AppRole role +may not be read or updated under a specific scenario. The role in +question needs to have been created before Vault 1.0.0, and then updated +between 1.0.0 and 1.1.5. If using AppRole, do not upgrade to until +his issue is fixed in 1.2.2. \ No newline at end of file diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index e63239c2b5..0371978acd 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -359,7 +359,8 @@ 'upgrade-to-1.0.0', 'upgrade-to-1.1.0', 'upgrade-to-1.1.1', - 'upgrade-to-1.2.0' + 'upgrade-to-1.2.0', + 'upgrade-to-1.2.1' ] }, '----------------',