Skip to content

Commit a2fc261

Browse files
stirbymatifali
andauthored
chore(docs): update calendar and helm install docs for v2.25.0 (#19186)
Co-authored-by: M Atif Ali <atif@coder.com>
1 parent 4ba9382 commit a2fc261

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/install/kubernetes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ We support two release channels: mainline and stable - read the
135135
helm install coder coder-v2/coder \
136136
--namespace coder \
137137
--values values.yaml \
138-
--version 2.23.1
138+
--version 2.25.0
139139
```
140-
140+
141141
- **OCI Registry**
142142

143143
<!-- autoversion(mainline): "--version [version]" -->
@@ -146,7 +146,7 @@ We support two release channels: mainline and stable - read the
146146
helm install coder oci://ghcr.io/coder/chart/coder \
147147
--namespace coder \
148148
--values values.yaml \
149-
--version 2.23.1
149+
--version 2.25.0
150150
```
151151

152152
- **Stable** Coder release:
@@ -159,9 +159,9 @@ We support two release channels: mainline and stable - read the
159159
helm install coder coder-v2/coder \
160160
--namespace coder \
161161
--values values.yaml \
162-
--version 2.22.1
162+
--version 2.25.0
163163
```
164-
164+
165165
- **OCI Registry**
166166

167167
<!-- autoversion(stable): "--version [version]" -->
@@ -170,7 +170,7 @@ We support two release channels: mainline and stable - read the
170170
helm install coder oci://ghcr.io/coder/chart/coder \
171171
--namespace coder \
172172
--values values.yaml \
173-
--version 2.22.1
173+
--version 2.25.0
174174
```
175175

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

docs/install/releases/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ pages.
5555
## Release schedule
5656
<!-- Autogenerated release calendar from scripts/update-release-calendar.sh -->
5757
<!-- RELEASE_CALENDAR_START -->
58-
| Release name | Release Date | Status | Latest Release |
59-
|------------------------------------------------|-------------------|------------------|----------------------------------------------------------------|
60-
| [2.19](https://coder.com/changelog/coder-2-19) | February 04, 2025 | Not Supported | [v2.19.3](https://github.com/coder/coder/releases/tag/v2.19.3) |
61-
| [2.20](https://coder.com/changelog/coder-2-20) | March 04, 2025 | Not Supported | [v2.20.3](https://github.com/coder/coder/releases/tag/v2.20.3) |
62-
| [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) |
63-
| [2.22](https://coder.com/changelog/coder-2-22) | May 16, 2025 | Security Support | [v2.22.1](https://github.com/coder/coder/releases/tag/v2.22.1) |
64-
| [2.23](https://coder.com/changelog/coder-2-23) | June 03, 2025 | Stable | [v2.23.2](https://github.com/coder/coder/releases/tag/v2.23.2) |
65-
| [2.24](https://coder.com/changelog/coder-2-24) | July 01, 2025 | Mainline | [v2.24.1](https://github.com/coder/coder/releases/tag/v2.24.1) |
66-
| 2.25 | | Not Released | N/A |
58+
| Release name | Release Date | Status | Latest Release |
59+
|------------------------------------------------|-----------------|------------------|----------------------------------------------------------------|
60+
| [2.20](https://coder.com/changelog/coder-2-20) | March 04, 2025 | Not Supported | [v2.20.3](https://github.com/coder/coder/releases/tag/v2.20.3) |
61+
| [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) |
62+
| [2.22](https://coder.com/changelog/coder-2-22) | May 16, 2025 | Security Support | [v2.22.1](https://github.com/coder/coder/releases/tag/v2.22.1) |
63+
| [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) |
64+
| [2.24](https://coder.com/changelog/coder-2-24) | July 01, 2025 | Stable | [v2.24.2](https://github.com/coder/coder/releases/tag/v2.24.2) |
65+
| [2.24](https://coder.com/changelog/coder-2-24) | August 05, 2025 | Mainline | [v2.25.0](https://github.com/coder/coder/releases/tag/v2.25.0) |
66+
| 2.25 | | Not Released | N/A |
6767
<!-- RELEASE_CALENDAR_END -->
6868

6969
> [!TIP]

0 commit comments

Comments
 (0)