27 lines
912 B
Plaintext
27 lines
912 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Upgrading to Vault 0.10.2 - Guides
|
|
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-docs/secret/transit#rotate-key)
|
|
your encryption key (the new key will use version 3) and
|
|
[rewrapping](/api-docs/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.
|