df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
25 lines
799 B
Plaintext
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.
|