mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-26 03:41:18 +01:00
* Creating a Vault version explainer The explainer is a partial that can be used on multiple pages. It gives an overview of our policies and version format and offers some recommendations about staying current. * Apostrophe typo Not saying I got all the typos, but got one anyway. * Add a note about the very rare 4th digit * Conform to subtitle best practices Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
## Vault version guidance
|
|
|
|
HashiCorp regularly releases new versions of Vault in the form of "major" and "minor" releases.
|
|
Vault typically uses version numbers in the form of X.Y.Z, and very rarely the form X.Y.Z.A.
|
|
|
|
Vault version numbers do not conform to [semver](https://semver.org/).
|
|
Vault major releases are identified by a change in the second (Y) digit.
|
|
Vault minor releases are identified by a change in the third (Z) digit.
|
|
Vault denotes a release with Enterprise only changes using the fourth (A) digit.
|
|
HashiCorp's Support and End-of-Life
|
|
[policy](https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy)
|
|
covers versioning in more detail.
|
|
|
|
HashiCorp does not require upgrading to each major (Y digit) Vault release immediately when it becomes available.
|
|
HashiCorp does strongly encourage upgrading Vault to the latest minor (Z digit) patch in a supported major release.
|
|
|
|
To be notified of new Vault releases, users can subscribe to our [Discuss Forum](https://discuss.hashicorp.com/)
|
|
using the [vault-release-ce-ent](https://discuss.hashicorp.com/tag/vault-release-ce-ent) tag.
|
|
New security bulletins are also available on Discuss via the
|
|
[security-vault](https://discuss.hashicorp.com/tag/security-vault) tag.
|