From 262997a5325cd2633e3e83ec4b3ea294d9caa3fe Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:26:29 -0700 Subject: [PATCH] [DOCS] LTS overview (#25945) Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> --- website/content/docs/enterprise/lts.mdx | 195 ++++++++++++++++++++++++ website/data/docs-nav-data.json | 4 + 2 files changed, 199 insertions(+) create mode 100644 website/content/docs/enterprise/lts.mdx diff --git a/website/content/docs/enterprise/lts.mdx b/website/content/docs/enterprise/lts.mdx new file mode 100644 index 0000000000..2dccf2e7e8 --- /dev/null +++ b/website/content/docs/enterprise/lts.mdx @@ -0,0 +1,195 @@ +--- +layout: docs +page_title: Long-term support for Vault +description: >- + Learn the details about long-term support for Vault Enterprise. +--- + +# Long-term support for Vault + +@include 'alerts/enterprise-only.mdx' + +Long-term support (LTS) eases upgrade requirements for installations that cannot +upgrade frequently, quickly, or easily. + +## LTS summary + +
| Question | +Answer | +
|---|---|
| + Who should consider long-term support? + | ++ Enterprise customers using Vault for sensitive or critical workflows. + | +
| + What is long-term support? + | ++ Extended support for select, major Vault Enterprise versions. HashiCorp + provides one year of standard support for all Vault Enterprise versions, + which includes feature updates and critical patches. LTS extends support + one additional year with critical patches (2 years in total). + | +
| + Where do I enable long-term support? + | ++ You do not need to download a separate binary or set a flag for LTS + support. As long as you select an LTS Vault Enterprise version when + you install or upgrade your + Vault instance, LTS is included. + | +
| + When are LTS versions released? + | ++ As of Vault Enterprise 1.16, the first major release of a calendar year includes + long-term support. + | +
| + Why is there a risk to updating to a non-LTS Vault Enterprise version? + | ++ If you upgrade to a non-LTS Vault Enterprise version, your Vault instance + is limited to standard support and will stop receiving critical updates + when that version leaves + the standard support window. + | +
| + How do I update my LTS Vault Enterprise installation? + | ++ Follow your existing Vault upgrade process, but allow extra time for the + possibility of transitional upgrades across multiple Vault versions. + | +