open-vault/website/content/docs/upgrading/upgrade-to-0.11.2.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

25 lines
799 B
Plaintext

---
layout: docs
page_title: Upgrading to Vault 0.11.2 - Guides
sidebar_title: Upgrade 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.