2023-05-30 15:27:48 +00:00
|
|
|
---
|
|
|
|
layout: docs
|
2023-06-21 17:42:11 +00:00
|
|
|
page_title: Upgrade to Vault 1.14.x
|
2023-05-30 15:27:48 +00:00
|
|
|
description: |-
|
2023-06-21 17:42:11 +00:00
|
|
|
Deprecations, important or breaking changes, and remediation recommendations
|
|
|
|
for anyone upgrading to 1.14.x from Vault 1.13.x.
|
2023-05-30 15:27:48 +00:00
|
|
|
---
|
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
# Upgrade to Vault 1.14.x
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
The Vault 1.14.x upgrade guide contains information on deprecations, important
|
|
|
|
or breaking changes, and remediation recommendations for anyone upgrading from
|
|
|
|
Vault 1.13. **Please read carefully**.
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
## Feature deprecations and EOL
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-22 18:28:13 +00:00
|
|
|
### Duplicative Docker images
|
|
|
|
|
|
|
|
As of Vault 1.14 we will no longer update the the `vault` Docker image.
|
|
|
|
Only the [Verified Publisher](https://hub.docker.com/r/hashicorp/vault)
|
|
|
|
`hashicorp/vault` image will be updated on DockerHub.
|
|
|
|
|
|
|
|
Users of [Official Images](https://hub.docker.com/_/vault) need to use
|
|
|
|
`docker pull hashicorp/vault:<version>` instead of `docker pull vault:<version>`
|
|
|
|
to get newer versions of Vault in Docker images. Currently, HashiCorp publishes
|
|
|
|
and updates identical Docker images of Vault as Verified Publisher and
|
|
|
|
Official images separately.
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
## Important changes
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-08-21 20:29:09 +00:00
|
|
|
`vault.raft_storage.bolt.write.time` has been corrected from a summary to a counter to more accurately reflect that it
|
|
|
|
is measuring cumulative time writing, and not the distribution of individual write times.
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
## Known issues and workarounds
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
@include 'known-issues/ui-pki-control-groups.mdx'
|
2023-05-30 15:27:48 +00:00
|
|
|
|
2023-06-21 17:42:11 +00:00
|
|
|
@include 'known-issues/update-primary-data-loss.mdx'
|
2023-06-13 19:18:09 +00:00
|
|
|
|
2023-08-31 21:01:08 +00:00
|
|
|
@include 'known-issues/update-primary-addrs-panic.mdx'
|
|
|
|
|
|
|
|
@include 'known-issues/ui-safari-login-screen.mdx'
|
|
|
|
|
2023-09-14 18:48:51 +00:00
|
|
|
@include 'known-issues/aws-static-roles.mdx'
|
|
|
|
|
|
|
|
@include 'known-issues/transit-managed-keys-panics.mdx'
|
|
|
|
|
|
|
|
@include 'known-issues/transit-managed-keys-sign-fails.mdx'
|