Update support policy in RELEASE.md per TSC-09-12-25 (#3559)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh
2025-12-09 12:53:08 -05:00
parent d223b726ae
commit 0c670e6ec9

View File

@@ -2,16 +2,25 @@
========================
## **Release Cycle**
- We do not currently have a fixed release cycle.
We do not currently have a fixed release cycle.
## **Support Duration**
- Three releases: We currently support up to three releases at any given point in time. This means patches will be released for the most recent major release, as well as up to two prior ones.
The support period will be documented in [CHANGELOG.md](CHANGELOG.md) for the corresponding version by OpenTofu Maintainers.
The chosen duration is informed by constraints such as:
- The support duration of the corresponding Go major release
- Support duration of external libraries that OpenTofu depends upon
## **Documentation**
- For each minor version (e.g., 1.6, 1.7) and the development version (corresponding to the main branch), detailed release notes will be provided.
For each minor version (e.g., 1.6, 1.7) and the development version (corresponding to the main branch), detailed release notes will be provided.
## **Compatibility**
- To check the compatibility of OpenTofu with Terraform, refer to the ([Migration guide](https://opentofu.org/docs/intro/migration/))
To check the compatibility of OpenTofu with Terraform, refer to the ([Migration guide](https://opentofu.org/docs/intro/migration/))
## **Nightly Builds**
- Nightly builds are currently being trialled experimentally, these builds will be removed after 30 days and are not intended for usage in production environments ever.
Nightly builds are currently being trialled experimentally, these builds will be removed after 30 days and are not intended for usage in production environments ever.