Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.17.2
--version 2.18.0
```

- **Stable** Coder release:
Expand All @@ -140,7 +140,7 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.16.1
--version 2.17.2
```

You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
Expand Down
11 changes: 6 additions & 5 deletions docs/install/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ pages.

| Release name | Release Date | Status |
| ------------ | ------------------ | ---------------- |
| 2.11.x | May 07, 2024 | Not Supported |
| 2.12.x | June 04, 2024 | Not Supported |
| 2.13.x | July 02, 2024 | Not Supported |
| 2.14.x | August 06, 2024 | Not Supported |
| 2.15.x | September 03, 2024 | Security Support |
| 2.16.x | October 01, 2024 | Stable |
| 2.17.x | November 05, 2024 | Mainline |
| 2.18.x | December 03, 2024 | Not Released |
| 2.15.x | September 03, 2024 | Not Supported |
| 2.16.x | October 01, 2024 | Security Support |
| 2.17.x | November 05, 2024 | Stable |
| 2.18.x | December 03, 2024 | Mainline |
| 2.19.x | January 07, 2024 | Not Released |


> **Tip**: We publish a
> [`preview`](https://github.com/coder/coder/pkgs/container/coder-preview) image
Expand Down
Loading