open-vault/website/content/docs/upgrading/upgrade-to-1.14.x.mdx
hc-github-team-secure-vault-core 02e1163a14
backport of commit 416dff8765aa8e546517bf0cad46bf7f6772e0f2 (#21415)
Co-authored-by: Meggie <meggie@hashicorp.com>
2023-06-22 18:28:13 +00:00

40 lines
1.2 KiB
Plaintext

---
layout: docs
page_title: Upgrade to Vault 1.14.x
description: |-
Deprecations, important or breaking changes, and remediation recommendations
for anyone upgrading to 1.14.x from Vault 1.13.x.
---
# Upgrade to Vault 1.14.x
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**.
## Feature deprecations and EOL
### 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.
## Important changes
There are no major changes to announce at this time.
## Known issues and workarounds
@include 'known-issues/ui-pki-control-groups.mdx'
@include 'known-issues/update-primary-data-loss.mdx'