From 24ce752965fc0713fa1a3f710413df4b6554d9dd Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 24 Sep 2024 19:51:58 +0000 Subject: [PATCH 1/3] made version support more explicit --- docs/install/releases.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 7e7c1822cb82f..4f1dcb1400ddf 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -7,12 +7,13 @@ We recommend enterprise customers test the compatibility of new releases with their infrastructure on a staging environment before upgrading a production deployment. -We support two release channels: -[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) for the bleeding -edge version of Coder and -[stable](https://github.com/coder/coder/releases/latest) for those with lower -tolerance for fault. We field our mainline releases publicly for one month -before promoting them to stable. +We support three releases of Coder concurrently. We release +[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) as the bleeding +edge of Coder with our latest features and +[stable](https://github.com/coder/coder/releases/latest) for production +deployments with a lower tolerance for fault. We field our mainline releases +publicly for one month before promoting them to stable. The version prior to +stable receives patches only for security issues or CVEs. ### Mainline releases @@ -25,10 +26,14 @@ before promoting them to stable. - Safest upgrade/installation path - May not include the latest features -- Security vulnerabilities and major bugfixes are supported +- All bugfixes and security patches are supported + +### Security Supported + +- In-product security vulnerabilities and CVEs are supported -> Note: We support major security vulnerabilities (CVEs) for the past three -> versions of Coder. +> For more information on feature rollout, see our +> [feature stages documentation](../contributing/feature-stages.md). ## Installing stable From 1b7d73ee918f5bb90ed3efe3b3ae5b78530330ca Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 24 Sep 2024 19:59:27 +0000 Subject: [PATCH 2/3] mainline url --- docs/install/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 4f1dcb1400ddf..29d9520bd69b9 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -8,7 +8,7 @@ their infrastructure on a staging environment before upgrading a production deployment. We support three releases of Coder concurrently. We release -[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) as the bleeding +[mainline](https://github.com/coder/coder/releases/tag/v2.15.0) as the bleeding edge of Coder with our latest features and [stable](https://github.com/coder/coder/releases/latest) for production deployments with a lower tolerance for fault. We field our mainline releases From 11205def2394c0fabee91a069680a9149d5d07a1 Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:01:41 +0000 Subject: [PATCH 3/3] make fmt --- docs/install/releases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 9c2733b9c5fe9..261d8c43dc42c 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -11,9 +11,9 @@ We support two release channels: [mainline](https://github.com/coder/coder/releases/tag/v2.16.0) for the bleeding edge version of Coder and [stable](https://github.com/coder/coder/releases/latest) for those with lower -tolerance for fault. We field our mainline releases -publicly for one month before promoting them to stable. The version prior to -stable receives patches only for security issues or CVEs. +tolerance for fault. We field our mainline releases publicly for one month +before promoting them to stable. The version prior to stable receives patches +only for security issues or CVEs. ### Mainline releases