Merge PR #9089: Initial 1.5.0 Upgrade Doc

This commit is contained in:
Alexander Bezobchuk 2020-07-22 15:23:02 -04:00 committed by GitHub
parent 56bc00bed8
commit f3587c341b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
---
layout: docs
page_title: Upgrading to Vault 1.5.0 - Guides
sidebar_title: Upgrade to 1.5.0
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.5.0. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 1.4.x compared to 1.5.0. Please read it carefully.
## Raft Configuration
A new Raft configuration value, `max_entry_size`, has been introduced. This value
limits the size in bytes for a Raft K/V entry. It applies to both put operations and
transactions. Any put or transaction operation exceeding this configuration value
will cause the respective operation to fail. The default value for this
configuration is 1MiB.
In addition, a new metric has been introduced, `vault.raft-storage.entry_size`,
that allows for operators to sample the entry size, view the average, and adjust
the configuration value as necessary. For additional details, please see
[Raft configuration](docs/configuration/storage/raft).