Skip to content

Commit be22c38

Browse files
authored
docs: update release versions in docs (coder#20196)
1 parent 65335bc commit be22c38

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/install/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ We support two release channels: mainline and stable - read the
136136
helm install coder coder-v2/coder \
137137
--namespace coder \
138138
--values values.yaml \
139-
--version 2.26.0
139+
--version 2.27.0
140140
```
141141

142142
- **OCI Registry**
@@ -147,7 +147,7 @@ We support two release channels: mainline and stable - read the
147147
helm install coder oci://ghcr.io/coder/chart/coder \
148148
--namespace coder \
149149
--values values.yaml \
150-
--version 2.26.0
150+
--version 2.27.0
151151
```
152152

153153
- **Stable** Coder release:
@@ -160,7 +160,7 @@ We support two release channels: mainline and stable - read the
160160
helm install coder coder-v2/coder \
161161
--namespace coder \
162162
--values values.yaml \
163-
--version 2.25.2
163+
--version 2.26.1
164164
```
165165

166166
- **OCI Registry**
@@ -171,7 +171,7 @@ We support two release channels: mainline and stable - read the
171171
helm install coder oci://ghcr.io/coder/chart/coder \
172172
--namespace coder \
173173
--values values.yaml \
174-
--version 2.25.2
174+
--version 2.26.1
175175
```
176176

177177
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder

docs/install/rancher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ kubectl create secret generic coder-db-url -n coder \
134134

135135
1. Select a Coder version:
136136

137-
- **Mainline**: `2.20.x`
138-
- **Stable**: `2.19.x`
137+
- **Mainline**: `2.27.0`
138+
- **Stable**: `2.26.1`
139139

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

docs/install/releases/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ pages.
5757
<!-- RELEASE_CALENDAR_START -->
5858
| Release name | Release Date | Status | Latest Release |
5959
|------------------------------------------------|--------------------|------------------|----------------------------------------------------------------|
60-
| [2.21](https://coder.com/changelog/coder-2-21) | April 02, 2025 | Not Supported | [v2.21.3](https://github.com/coder/coder/releases/tag/v2.21.3) |
6160
| [2.22](https://coder.com/changelog/coder-2-22) | May 16, 2025 | Not Supported | [v2.22.1](https://github.com/coder/coder/releases/tag/v2.22.1) |
62-
| [2.23](https://coder.com/changelog/coder-2-23) | June 03, 2025 | Security Support | [v2.23.2](https://github.com/coder/coder/releases/tag/v2.23.4) |
63-
| [2.24](https://coder.com/changelog/coder-2-24) | August 07, 2025 | Security Support | [v2.24.3](https://github.com/coder/coder/releases/tag/v2.24.3) |
64-
| [2.25](https://coder.com/changelog/coder-2-25) | September 04, 2025 | Stable | [v2.25.2](https://github.com/coder/coder/releases/tag/v2.25.2) |
65-
| [2.26](https://coder.com/changelog/coder-2-26) | September 02, 2025 | Mainline | [v2.26.0](https://github.com/coder/coder/releases/tag/v2.26.0) |
66-
| 2.27 | October 07, 2025 | Not Released | N/A |
61+
| [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) |
62+
| [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) |
63+
| [2.25](https://coder.com/changelog/coder-2-25) | August 05, 2025 | Security Support | [v2.25.3](https://github.com/coder/coder/releases/tag/v2.25.3) |
64+
| [2.26](https://coder.com/changelog/coder-2-26) | September 03, 2025 | Stable | [v2.26.1](https://github.com/coder/coder/releases/tag/v2.26.1) |
65+
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Mainline | [v2.27.0](https://github.com/coder/coder/releases/tag/v2.27.0) |
66+
| 2.28 | | Not Released | N/A |
6767
<!-- RELEASE_CALENDAR_END -->
6868

6969
> [!TIP]

0 commit comments

Comments
 (0)