Skip to content

docs: rebase restructure-new on main #14960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 3, 2024
Next Next commit
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).
  • Loading branch information
stirby authored Oct 2, 2024
commit a7d44150a819fca8f05ef39f1ab508d1a343bb8e
6 changes: 3 additions & 3 deletions docs/contributing/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading