adding upgrade guide (#5447)

This commit is contained in:
Chris Hoffman 2018-10-02 20:18:59 -04:00 committed by GitHub
parent 8ee9548458
commit 6639d015e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,24 @@
---
layout: "guides"
page_title: "Upgrading to Vault 0.11.2 - Guides"
sidebar_current: "guides-upgrading-to-0.11.2"
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 0.11.2. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 0.11.2 compared to 0.11.1. Please read it carefully.
### `sys/seal-status` Behavior Change
The `sys/seal-status` endpoint now includes an initialized boolean in the
output. If Vault is not initialized, it will return a 200 with this value
set false instead of a 400
### Mount Config Passthrough Headers
The mount config option for `passthrough_request_headers` will now deny
certain headers from being provided to backends based on a global denylist.

View file

@ -197,6 +197,9 @@
<li<%= sidebar_current("guides-upgrading-to-0.11.0") %>>
<a href="/guides/upgrading/upgrade-to-0.11.0.html">Upgrade to 0.11.0</a>
</li>
<li<%= sidebar_current("guides-upgrading-to-0.11.2") %>>
<a href="/guides/upgrading/upgrade-to-0.11.2.html">Upgrade to 0.11.2</a>
</li>
</ul>
</li>