Skip to content

docs: update docs for 2.20 release #16817

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 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -133,7 +133,7 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.19.0
--version 2.20.0
```

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

You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
Expand Down
13 changes: 6 additions & 7 deletions docs/install/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deployment.
## Release channels

We support two release channels:
[mainline](https://github.com/coder/coder/releases/tag/v2.19.0) for the bleeding
[mainline](https://github.com/coder/coder/releases/tag/v2.20.0) for the bleeding
edge version of Coder and
[stable](https://github.com/coder/coder/releases/latest) for those with lower
tolerance for fault. We field our mainline releases publicly for one month
Expand Down Expand Up @@ -60,10 +60,11 @@ pages.
| 2.13.x | July 02, 2024 | Not Supported |
| 2.14.x | August 06, 2024 | Not Supported |
| 2.15.x | September 03, 2024 | Not Supported |
| 2.16.x | October 01, 2024 | Security Support |
| 2.17.x | November 05, 2024 | Security Support |
| 2.18.x | December 03, 2024 | Stable |
| 2.19.x | February 04, 2024 | Mainline |
| 2.16.x | October 01, 2024 | Not Supported |
| 2.17.x | November 05, 2024 | Not Supported |
| 2.18.x | December 03, 2024 | Security Support |
| 2.19.x | February 04, 2024 | Stable |
| 2.20.x | March 05, 2024 | Mainline |

> **Tip**: We publish a
> [`preview`](https://github.com/coder/coder/pkgs/container/coder-preview) image
Expand All @@ -75,6 +76,4 @@ pages.

### A note about January releases

v2.18 was promoted to stable on January 7th, 2025.

As of January, 2025 we skip the January release each year because most of our engineering team is out for the December holiday period.
Loading