open-vault/website/pages/docs/upgrading/upgrade-to-0.10.2.mdx
Jeff Escalante 4f87851926 [website] Link Cleaning (#8205)
* update dependencies

* remove hard-coded vaultproject.io on local links

* remove 'index.html' from internal links

* remove '.html' at end of internal links

* manual review cleanup

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
2020-01-22 12:05:41 -08:00

28 lines
935 B
Plaintext

---
layout: docs
page_title: Upgrading to Vault 0.10.2 - Guides
sidebar_title: Upgrade to 0.10.2
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 0.10.2. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 0.10.2 compared to 0.10.1. Please read it carefully.
### Convergent Encryption version 3
If you are using `transit`'s convergent encryption feature, which prior to this
release was at version 2, we recommend
[rotating](/api/secret/transit#rotate-key)
your encryption key (the new key will use version 3) and
[rewrapping](/api/secret/transit#rewrap-data)
your data to mitigate the chance of offline plaintext-confirmation attacks.
### PKI duration return types
The PKI backend now returns durations (e.g. when reading a role) as an integer
number of seconds instead of a Go-style string.