Skip to content
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
8 changes: 4 additions & 4 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.28.3
--version 2.29.0
```

- **OCI Registry**
Expand All @@ -147,7 +147,7 @@ We support two release channels: mainline and stable - read the
helm install coder oci://ghcr.io/coder/chart/coder \
--namespace coder \
--values values.yaml \
--version 2.28.3
--version 2.29.0
```

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

- **OCI Registry**
Expand All @@ -171,7 +171,7 @@ We support two release channels: mainline and stable - read the
helm install coder oci://ghcr.io/coder/chart/coder \
--namespace coder \
--values values.yaml \
--version 2.27.6
--version 2.28.5
```

You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
Expand Down
4 changes: 2 additions & 2 deletions docs/install/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ kubectl create secret generic coder-db-url -n coder \

1. Select a Coder version:

- **Mainline**: `2.28.3`
- **Stable**: `2.27.6`
- **Mainline**: `2.29.0`
- **Stable**: `2.28.5`

Learn more about release channels in the [Releases documentation](./releases/index.md).

Expand Down
12 changes: 6 additions & 6 deletions docs/install/releases/index.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.24.2) for the bleeding
[mainline](https://github.com/coder/coder/releases/tag/v2.29.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 @@ -57,13 +57,13 @@ pages.
<!-- RELEASE_CALENDAR_START -->
| Release name | Release Date | Status | Latest Release |
|------------------------------------------------|--------------------|------------------|----------------------------------------------------------------|
| [2.23](https://coder.com/changelog/coder-2-23) | June 03, 2025 | Not Supported | [v2.23.5](https://github.com/coder/coder/releases/tag/v2.23.5) |
| [2.24](https://coder.com/changelog/coder-2-24) | July 01, 2025 | Not Supported | [v2.24.4](https://github.com/coder/coder/releases/tag/v2.24.4) |
| [2.25](https://coder.com/changelog/coder-2-25) | August 05, 2025 | Not Supported | [v2.25.3](https://github.com/coder/coder/releases/tag/v2.25.3) |
| [2.26](https://coder.com/changelog/coder-2-26) | September 03, 2025 | Security Support | [v2.26.4](https://github.com/coder/coder/releases/tag/v2.26.4) |
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Stable | [v2.27.6](https://github.com/coder/coder/releases/tag/v2.27.6) |
| [2.28](https://coder.com/changelog/coder-2-28) | November 04, 2025 | Mainline | [v2.28.3](https://github.com/coder/coder/releases/tag/v2.28.3) |
| 2.29 | | Not Released | N/A |
| [2.26](https://coder.com/changelog/coder-2-26) | September 03, 2025 | Not Supported | [v2.26.6](https://github.com/coder/coder/releases/tag/v2.26.6) |
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Security Support | [v2.27.8](https://github.com/coder/coder/releases/tag/v2.27.8) |
| [2.28](https://coder.com/changelog/coder-2-28) | November 04, 2025 | Stable | [v2.28.5](https://github.com/coder/coder/releases/tag/v2.28.5) |
| [2.29](https://coder.com/changelog/coder-2-29) | December 02, 2025 | Mainline | [v2.29.0](https://github.com/coder/coder/releases/tag/v2.29.0) |
| 2.30 | | Not Released | N/A |
<!-- RELEASE_CALENDAR_END -->

> [!TIP]
Expand Down
Loading