File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ We recommend enterprise customers test the compatibility of new releases with
7
7
their infrastructure on a staging environment before upgrading a production
8
8
deployment.
9
9
10
- We support two release channels: [ mainline] ( #mainline-releases ) for the bleeding
11
- edge version of Coder and [ stable] ( #stable-releases ) for those with lower
10
+ We support two release channels:
11
+ [ mainline] ( https://github.com/coder/coder/releases/tag/v2.16.0 ) for the bleeding
12
+ edge version of Coder and
13
+ [ stable] ( https://github.com/coder/coder/releases/latest ) for those with lower
12
14
tolerance for fault. We field our mainline releases publicly for one month
13
- before promoting them to stable.
15
+ before promoting them to stable. The version prior to stable receives patches
16
+ only for security issues or CVEs.
14
17
15
18
### Mainline releases
16
19
@@ -23,10 +26,14 @@ before promoting them to stable.
23
26
24
27
- Safest upgrade/installation path
25
28
- May not include the latest features
26
- - Security vulnerabilities and major bugfixes are supported
29
+ - All bugfixes and security patches are supported
30
+
31
+ ### Security Support
32
+
33
+ - In-product security vulnerabilities and CVEs are supported
27
34
28
- > Note: We support major security vulnerabilities (CVEs) for the past three
29
- > versions of Coder .
35
+ > For more information on feature rollout, see our
36
+ > [ feature stages documentation ] ( ../contributing/feature-stages.md ) .
30
37
31
38
## Installing stable
32
39
You can’t perform that action at this time.
0 commit comments