adding upgrade guide (#5447)
This commit is contained in:
parent
8ee9548458
commit
6639d015e9
24
website/source/guides/upgrading/upgrade-to-0.11.2.html.md
Normal file
24
website/source/guides/upgrading/upgrade-to-0.11.2.html.md
Normal 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.
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue