2018-06-05 22:51:35 +00:00
|
|
|
---
|
2020-01-18 00:18:09 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: Upgrading to Vault 0.10.2 - Guides
|
2018-06-05 22:51:35 +00:00
|
|
|
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.
|
|
|
|
|
2023-07-18 21:07:55 +00:00
|
|
|
### Convergent encryption version 3
|
2018-06-05 22:51:35 +00:00
|
|
|
|
|
|
|
If you are using `transit`'s convergent encryption feature, which prior to this
|
2018-06-06 14:45:15 +00:00
|
|
|
release was at version 2, we recommend
|
2023-01-26 00:12:15 +00:00
|
|
|
[rotating](/vault/api-docs/secret/transit#rotate-key)
|
2018-06-06 14:45:15 +00:00
|
|
|
your encryption key (the new key will use version 3) and
|
2023-01-26 00:12:15 +00:00
|
|
|
[rewrapping](/vault/api-docs/secret/transit#rewrap-data)
|
2018-06-06 14:45:15 +00:00
|
|
|
your data to mitigate the chance of offline plaintext-confirmation attacks.
|
2018-06-05 22:51:35 +00:00
|
|
|
|
|
|
|
### 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.
|