docs: add release v2.7.0 (#1592)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-04-05 10:33:16 +02:00 committed by GitHub
parent b6778ab3e8
commit 06bbdda9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 7516 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Versions and support policy
All components of Constellation use a three-digit version number of the form `v<MAJOR>.<MINOR>.<PATCH>`.
The components are released in lock step, usually on the first Tuesday of every month. This release primarily introduces new features, but may also include security or performance improvements. The `MINOR` version will be incremented as part of this release.
Additional `PATCH` releases may be created on demand, to fix security issues or bugs before the next `MINOR` release window.
New releases are published on [GitHub](https://github.com/edgelesssys/constellation/releases).
### Kubernetes support policy
Constellation is aligned to the [version support policy of Kubernetes](https://kubernetes.io/releases/version-skew-policy/#supported-versions), and therefore usually supports the most recent three minor versions.
When a new minor version of Kubernetes is released, support is added to the next Constellation release, and that version then supports four Kubernetes versions.
Subsequent Constellation releases drop support for the oldest (and deprecated) Kubernetes version.