Skip to content

Commit a7d4415

Browse files
authored
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).
1 parent d0a8424 commit a7d4415

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/contributing/feature-stages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ coder server --experiments=feature1,feature2
4545
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
4646
<!-- BEGIN: available-experimental-features -->
4747

48-
| Feature | Description | Available in |
49-
| --------------- | ------------------------------------------------------------------- | ---------------- |
50-
| `notifications` | Sends notifications via SMTP and webhooks following certain events. | mainline, stable |
48+
| Feature | Description | Available in |
49+
| --------------- | ------------------------------------------------------------------- | ------------ |
50+
| `notifications` | Sends notifications via SMTP and webhooks following certain events. | stable |
5151

5252
<!-- END: available-experimental-features -->
5353

docs/install/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ locally in order to log in and manage templates.
145145
helm install coder coder-v2/coder \
146146
--namespace coder \
147147
--values values.yaml \
148-
--version 2.15.0
148+
--version 2.15.1
149149
```
150150

151151
You can watch Coder start up by running `kubectl get pods -n coder`. Once

0 commit comments

Comments
 (0)