vault/website/content/docs/upgrading/upgrade-to-1.14.x.mdx
Angel Garbarino 936fb74a18
Add UI safari login screen known issue (#21489)
* add known issue to docs

* update to correct pattern

* fix

* Update website/content/partials/known-issues/ui-safari-login-screen.mdx

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>

* Update website/content/partials/ui-safari-login-screen.mdx

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>

---------

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
2023-06-27 21:20:06 +00:00

43 lines
1.3 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'
@include 'known-issues/update-primary-addrs-panic.mdx'
@include 'known-issues/ui-safari-login-screen.mdx'