feat: graduate prebuilds to general availability (#18607)

This PR removes the prebuilds experiment and allows the use of prebuilds
without opting into an experiment.
This commit is contained in:
Sas Swart
2025-06-26 15:54:52 +02:00
committed by GitHub
parent 872aef3af9
commit c6e0ba12d3
17 changed files with 46 additions and 88 deletions

View File

@ -2996,7 +2996,6 @@ CreateWorkspaceRequest provides options for creating a new workspace. Only one o
| `notifications` |
| `workspace-usage` |
| `web-push` |
| `workspace-prebuilds` |
## codersdk.ExternalAuth

View File

@ -1615,6 +1615,17 @@ Enable Coder Inbox.
The upper limit of attempts to send a notification.
### --workspace-prebuilds-reconciliation-interval
| | |
|-------------|-----------------------------------------------------------------|
| Type | <code>duration</code> |
| Environment | <code>$CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL</code> |
| YAML | <code>workspace_prebuilds.reconciliation_interval</code> |
| Default | <code>15s</code> |
How often to reconcile workspace prebuilds state.
### --hide-ai-tasks
| | |