You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/releases/feature-stages.md
+58-34Lines changed: 58 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -24,32 +24,37 @@ If you encounter an issue with any Coder feature, please submit a
24
24
Early access features are neither feature-complete nor stable. We do not
25
25
recommend using early access features in production deployments.
26
26
27
-
Coder sometimes releases early access features that are available for use, but are disabled by default.
28
-
You shouldn't use early access features in production because they might cause performance or stability issues.
29
-
Early access features can be mostly feature-complete, but require further internal testing and remain in the early access stage for at least one month.
27
+
Coder sometimes releases early access features that are available for use, but
28
+
are disabled by default. You shouldn't use early access features in production
29
+
because they might cause performance or stability issues. Early access features
30
+
can be mostly feature-complete, but require further internal testing and remain
31
+
in the early access stage for at least one month.
30
32
31
-
Coder may make significant changes or revert features to a feature flag at any time.
33
+
Coder may make significant changes or revert features to a feature flag at any
34
+
time.
32
35
33
36
If you plan to activate an early access feature, we suggest that you use a
34
37
staging deployment.
35
38
36
39
<details><summary>To enable early access features:</summary>
37
40
38
-
Use the [Coder CLI](../../install/cli.md)`--experiments` flag to enable early access features:
41
+
Use the [Coder CLI](../../install/cli.md)`--experiments` flag to enable early
42
+
access features:
39
43
40
44
- Enable all early access features:
41
45
42
-
```shell
43
-
coder server --experiments=*
44
-
```
46
+
```shell
47
+
coder server --experiments=*
48
+
```
45
49
46
50
- Enable multiple early access features:
47
51
48
-
```shell
49
-
coder server --experiments=feature1,feature2
50
-
```
52
+
```shell
53
+
coder server --experiments=feature1,feature2
54
+
```
51
55
52
-
You can also use the `CODER_EXPERIMENTS`[environment variable](../../admin/setup/index.md).
Beta features are open to the public and are tagged with a `Beta` label.
74
82
75
-
They’re in active development and subject to minor changes.
76
-
They might contain minor bugs, but are generally ready for use.
83
+
They’re in active development and subject to minor changes. They might contain
84
+
minor bugs, but are generally ready for use.
77
85
78
-
Beta features are often ready for general availability within two-three releases.
79
-
You should test beta features in staging environments.
80
-
You can use beta features in production, but should set expectations and inform users that some features may be incomplete.
86
+
Beta features are often ready for general availability within two-three
87
+
releases. You should test beta features in staging environments. You can use
88
+
beta features in production, but should set expectations and inform users that
89
+
some features may be incomplete.
81
90
82
-
We keep documentation about beta features up-to-date with the latest information, including planned features, limitations, and workarounds.
83
-
If you encounter an issue, please contact your [Coder account team](https://coder.com/contact), reach out on [Discord](https://discord.gg/coder), or create a [GitHub issues](https://github.com/coder/coder/issues) if there isn't one already.
84
-
While we will do our best to provide support with beta features, most issues will be escalated to the product team.
85
-
Beta features are not covered within service-level agreements (SLA).
91
+
We keep documentation about beta features up-to-date with the latest
92
+
information, including planned features, limitations, and workarounds. If you
93
+
encounter an issue, please contact your
94
+
[Coder account team](https://coder.com/contact), reach out on
95
+
[Discord](https://discord.gg/coder), or create a
96
+
[GitHub issues](https://github.com/coder/coder/issues) if there isn't one
97
+
already. While we will do our best to provide support with beta features, most
98
+
issues will be escalated to the product team. Beta features are not covered
99
+
within service-level agreements (SLA).
86
100
87
-
Most beta features are enabled by default.
88
-
Beta features are announced through the [Coder Changelog](https://coder.com/changelog), and more information is available in the documentation.
101
+
Most beta features are enabled by default. Beta features are announced through
102
+
the [Coder Changelog](https://coder.com/changelog), and more information is
103
+
available in the documentation.
89
104
90
105
## General Availability (GA)
91
106
92
107
-**Stable**: Yes
93
108
-**Production-ready**: Yes
94
109
-**Support**: Yes, [based on license](https://coder.com/pricing).
95
110
96
-
All features that are not explicitly tagged as `Early access` or `Beta` are considered generally available (GA).
97
-
They have been tested, are stable, and are enabled by default.
111
+
All features that are not explicitly tagged as `Early access` or `Beta` are
112
+
considered generally available (GA). They have been tested, are stable, and are
113
+
enabled by default.
98
114
99
-
If your Coder license includes an SLA, please consult it for an outline of specific expectations.
115
+
If your Coder license includes an SLA, please consult it for an outline of
116
+
specific expectations.
100
117
101
-
For support, consult our knowledgeable and growing community on [Discord](https://discord.gg/coder), or create a [GitHub issue](https://github.com/coder/coder/issues) if one doesn't exist already.
102
-
Customers with a valid Coder license, can submit a support request or contact your [account team](https://coder.com/contact).
118
+
For support, consult our knowledgeable and growing community on
119
+
[Discord](https://discord.gg/coder), or create a
120
+
[GitHub issue](https://github.com/coder/coder/issues) if one doesn't exist
121
+
already. Customers with a valid Coder license, can submit a support request or
122
+
contact your [account team](https://coder.com/contact).
103
123
104
-
We intend [Coder documentation](../../README.md) to be the [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) and all features should have some form of complete documentation that outlines how to use or implement a feature.
105
-
If you discover an error or if you have a suggestion that could improve the documentation, please [submit a GitHub issue](https://github.com/coder/internal/issues/new?title=request%28docs%29%3A+request+title+here&labels=["customer-feedback","docs"]&body=please+enter+your+request+here).
124
+
We intend [Coder documentation](../../README.md) to be the
125
+
[single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth)
126
+
and all features should have some form of complete documentation that outlines
127
+
how to use or implement a feature. If you discover an error or if you have a
128
+
suggestion that could improve the documentation, please
129
+
[submit a GitHub issue](https://github.com/coder/internal/issues/new?title=request%28docs%29%3A+request+title+here&labels=["customer-feedback","docs"]&body=please+enter+your+request+here).
106
130
107
-
Some GA features can be disabled for air-gapped deployments.
108
-
Consult the feature's documentation or submit a support ticket for assistance.
131
+
Some GA features can be disabled for air-gapped deployments. Consult the
132
+
feature's documentation or submit a support ticket for assistance.
0 commit comments