Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of mention Consul Dataplane compat in 1.12.x upgrade notes into release/1.12.x #18073

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/content/docs/upgrading/upgrade-to-1.12.x.mdx
Expand Up @@ -11,12 +11,16 @@ description: |-
This page contains the list of eprecations and important or breaking changes
for Vault 1.12.x compared to 1.11. Please read it carefully.

## Supported Storage Backends
## Changes

### Supported Storage Backends

Vault Enterprise will now perform a supported storage check at startup. There is no impact on open-source Vault users.

@include 'ent-supported-storage.mdx'

@include 'consul-dataplane-upgrade-note.mdx'

## Known Issues

### Pinning to builtin plugin versions may cause failure on upgrade
Expand Down