From 40bd37eda758abef3d596077122bb8ecbbf5e779 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Fri, 14 Dec 2018 12:21:35 -0500 Subject: [PATCH] Upgrade guide for 0.11.6 --- .../docs/upgrading/upgrade-to-0.11.6.html.md | 21 +++++++++++++++++++ website/source/layouts/docs.erb | 1 + 2 files changed, 22 insertions(+) create mode 100644 website/source/docs/upgrading/upgrade-to-0.11.6.html.md diff --git a/website/source/docs/upgrading/upgrade-to-0.11.6.html.md b/website/source/docs/upgrading/upgrade-to-0.11.6.html.md new file mode 100644 index 0000000000..91fd7cac91 --- /dev/null +++ b/website/source/docs/upgrading/upgrade-to-0.11.6.html.md @@ -0,0 +1,21 @@ +--- +layout: "docs" +page_title: "Upgrading to Vault 0.11.6 - Guides" +sidebar_title: "Upgrade to 0.11.6" +sidebar_current: "docs-upgrading-to-0.11.6" +description: |- + This page contains the list of deprecations and important or breaking changes + for Vault 0.11.6. Please read it carefully. +--- + +# Overview + +This page contains the list of deprecations and important or breaking changes +for Vault 0.11.6 compared to 0.11.5. Please read it carefully. + +### Database Secret Engine Role Reads + +On role read, empty statements will be returned as empty +slices instead of potentially being returned as JSON null values. This makes it +more in line with other parts of Vault and makes it easier for statically typed +languages to interpret the values. diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 9598f92adf..22339e2b4c 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -318,6 +318,7 @@ 'upgrade-to-0.10.4', 'upgrade-to-0.11.0', 'upgrade-to-0.11.2', + 'upgrade-to-0.11.6', 'upgrade-to-1.0.0' ] },