Skip to content

Commit db5ccda

Browse files
authored
chore(docs): update Docs Release Cal for 2.29 (#21069)
1 parent 0873d9a commit db5ccda

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.28.3
139+
--version 2.29.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.28.3
150+
--version 2.29.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.27.6
163+
--version 2.28.5
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.27.6
174+
--version 2.28.5
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.28.3`
138-
- **Stable**: `2.27.6`
137+
- **Mainline**: `2.29.0`
138+
- **Stable**: `2.28.5`
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
@@ -10,7 +10,7 @@ deployment.
1010
## Release channels
1111

1212
We support two release channels:
13-
[mainline](https://github.com/coder/coder/releases/tag/v2.24.2) for the bleeding
13+
[mainline](https://github.com/coder/coder/releases/tag/v2.29.0) for the bleeding
1414
edge version of Coder and
1515
[stable](https://github.com/coder/coder/releases/latest) for those with lower
1616
tolerance for fault. We field our mainline releases publicly for one month
@@ -57,13 +57,13 @@ pages.
5757
<!-- RELEASE_CALENDAR_START -->
5858
| Release name | Release Date | Status | Latest Release |
5959
|------------------------------------------------|--------------------|------------------|----------------------------------------------------------------|
60-
| [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) |
6160
| [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) |
6261
| [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) |
63-
| [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) |
64-
| [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) |
65-
| [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) |
66-
| 2.29 | | Not Released | N/A |
62+
| [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) |
63+
| [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) |
64+
| [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) |
65+
| [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) |
66+
| 2.30 | | Not Released | N/A |
6767
<!-- RELEASE_CALENDAR_END -->
6868

6969
> [!TIP]

0 commit comments

Comments
 (0)