Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion codersdk/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion docs/install/releases/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ You can opt-out of a feature after you've enabled it.

<!-- Code generated by scripts/release/docs_update_feature_stages.sh. DO NOT EDIT. -->
<!-- BEGIN: available-experimental-features -->
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. |
<!-- END: available-experimental-features -->

## Beta
Expand Down
Loading