Skip to content

Commit 24ce752

Browse files
committed
made version support more explicit
1 parent e086d78 commit 24ce752

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

docs/install/releases.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ We recommend enterprise customers test the compatibility of new releases with
77
their infrastructure on a staging environment before upgrading a production
88
deployment.
99

10-
We support two release channels:
11-
[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) for the bleeding
12-
edge version of Coder and
13-
[stable](https://github.com/coder/coder/releases/latest) for those with lower
14-
tolerance for fault. We field our mainline releases publicly for one month
15-
before promoting them to stable.
10+
We support three releases of Coder concurrently. We release
11+
[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) as the bleeding
12+
edge of Coder with our latest features and
13+
[stable](https://github.com/coder/coder/releases/latest) for production
14+
deployments with a lower tolerance for fault. We field our mainline releases
15+
publicly for one month before promoting them to stable. The version prior to
16+
stable receives patches only for security issues or CVEs.
1617

1718
### Mainline releases
1819

@@ -25,10 +26,14 @@ before promoting them to stable.
2526

2627
- Safest upgrade/installation path
2728
- May not include the latest features
28-
- Security vulnerabilities and major bugfixes are supported
29+
- All bugfixes and security patches are supported
30+
31+
### Security Supported
32+
33+
- In-product security vulnerabilities and CVEs are supported
2934

30-
> Note: We support major security vulnerabilities (CVEs) for the past three
31-
> versions of Coder.
35+
> For more information on feature rollout, see our
36+
> [feature stages documentation](../contributing/feature-stages.md).
3237
3338
## Installing stable
3439

0 commit comments

Comments
 (0)