diff --git a/codersdk/deployment.go b/codersdk/deployment.go index 8500dbac0cf..a0447cff9cd 100644 --- a/codersdk/deployment.go +++ b/codersdk/deployment.go @@ -5208,7 +5208,9 @@ var ExperimentsKnown = Experiments{ // users to opt-in to via --experimental='*'. // Experiments that are not ready for consumption by all users should // not be included here and will be essentially hidden. -var ExperimentsSafe = Experiments{} +var ExperimentsSafe = Experiments{ + ExperimentMinimumImplicitMember, +} // Experiments is a list of experiments. // Multiple experiments may be enabled at the same time. diff --git a/docs/install/releases/feature-stages.md b/docs/install/releases/feature-stages.md index 2ca91c29268..44c50cccae5 100644 --- a/docs/install/releases/feature-stages.md +++ b/docs/install/releases/feature-stages.md @@ -64,7 +64,9 @@ You can opt-out of a feature after you've enabled it. -Currently no experimental features are available. +| Feature | Description | +|---------------------------|-------------------------------------------------------------------------------------------------------------| +| `minimum-implicit-member` | Allows organizations to deviate from the default organization-member roles, in support of Gateway Accounts. | ## Beta