Skip to content

Commit a2f2dd0

Browse files
committed
docs: bump stable version to v2.15.1
1 parent 5507b58 commit a2f2dd0

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)