Skip to content

Commit 84760f4

Browse files
authored
chore(docs): update release cal for patch (#21193)
1 parent d92649a commit 84760f4

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

docs/install/kubernetes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,13 @@ We support two release channels: mainline and stable - read the
129129
- **Mainline** Coder release:
130130

131131
- **Chart Registry**
132-
133132
<!-- autoversion(mainline): "--version [version]" -->
134133

135134
```shell
136135
helm install coder coder-v2/coder \
137136
--namespace coder \
138137
--values values.yaml \
139-
--version 2.29.0
138+
--version 2.29.1
140139
```
141140

142141
- **OCI Registry**
@@ -147,7 +146,7 @@ We support two release channels: mainline and stable - read the
147146
helm install coder oci://ghcr.io/coder/chart/coder \
148147
--namespace coder \
149148
--values values.yaml \
150-
--version 2.29.0
149+
--version 2.29.1
151150
```
152151

153152
- **Stable** Coder release:
@@ -160,7 +159,7 @@ We support two release channels: mainline and stable - read the
160159
helm install coder coder-v2/coder \
161160
--namespace coder \
162161
--values values.yaml \
163-
--version 2.28.5
162+
--version 2.28.6
164163
```
165164

166165
- **OCI Registry**
@@ -171,7 +170,7 @@ We support two release channels: mainline and stable - read the
171170
helm install coder oci://ghcr.io/coder/chart/coder \
172171
--namespace coder \
173172
--values values.yaml \
174-
--version 2.28.5
173+
--version 2.28.6
175174
```
176175

177176
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.29.0`
138-
- **Stable**: `2.28.5`
137+
- **Mainline**: `2.29.1`
138+
- **Stable**: `2.28.6`
139139

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

docs/install/releases/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ pages.
7272
| [2.24](https://coder.com/changelog/coder-2-24) | July 01, 2025 | Extended Support Release | [v2.24.4](https://github.com/coder/coder/releases/tag/v2.24.4) |
7373
| [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) |
7474
| [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) |
75-
| [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) |
76-
| [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) |
77-
| [2.29](https://coder.com/changelog/coder-2-29) | December 02, 2025 | Mainline + ESR | [v2.29.0](https://github.com/coder/coder/releases/tag/v2.29.0) |
75+
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Security Support | [v2.27.9](https://github.com/coder/coder/releases/tag/v2.27.9) |
76+
| [2.28](https://coder.com/changelog/coder-2-28) | November 04, 2025 | Stable | [v2.28.6](https://github.com/coder/coder/releases/tag/v2.28.6) |
77+
| [2.29](https://coder.com/changelog/coder-2-29) | December 02, 2025 | Mainline + ESR | [v2.29.1](https://github.com/coder/coder/releases/tag/v2.29.1) |
7878
| 2.30 | | Not Released | N/A |
7979
<!-- RELEASE_CALENDAR_END -->
8080

0 commit comments

Comments
 (0)