mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: bump stable version to v2.15.1 (#14927)
This PR was automatically created by the [release script](https://github.com/coder/coder/blob/main/scripts/release.sh). Please review the changes and merge if they look good and the release is complete. You can follow the release progress [here](https://github.com/coder/coder/actions/workflows/release.yaml) and view the published release [here](https://github.com/coder/coder/releases/tag/v2.15.1) (once complete).
This commit is contained in:
@@ -45,9 +45,9 @@ coder server --experiments=feature1,feature2
|
||||
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
|
||||
<!-- BEGIN: available-experimental-features -->
|
||||
|
||||
| Feature | Description | Available in |
|
||||
| --------------- | ------------------------------------------------------------------- | ---------------- |
|
||||
| `notifications` | Sends notifications via SMTP and webhooks following certain events. | mainline, stable |
|
||||
| Feature | Description | Available in |
|
||||
| --------------- | ------------------------------------------------------------------- | ------------ |
|
||||
| `notifications` | Sends notifications via SMTP and webhooks following certain events. | stable |
|
||||
|
||||
<!-- END: available-experimental-features -->
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ locally in order to log in and manage templates.
|
||||
helm install coder coder-v2/coder \
|
||||
--namespace coder \
|
||||
--values values.yaml \
|
||||
--version 2.15.0
|
||||
--version 2.15.1
|
||||
```
|
||||
|
||||
You can watch Coder start up by running `kubectl get pods -n coder`. Once
|
||||
|
||||
Reference in New Issue
Block a user