chore(docs): update calendar and helm install docs for v2.25.0 (#19186)

Co-authored-by: M Atif Ali <atif@coder.com>
This commit is contained in:
Stephen Kirby
2025-08-06 02:40:40 +00:00
committed by GitHub
co-authored by M Atif Ali
parent 4ba93824f9
commit a2fc26114c
2 changed files with 15 additions and 15 deletions
+6 -6
View File
@@ -135,9 +135,9 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.23.1
--version 2.25.0
```
- **OCI Registry**
<!-- autoversion(mainline): "--version [version]" -->
@@ -146,7 +146,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.23.1
--version 2.25.0
```
- **Stable** Coder release:
@@ -159,9 +159,9 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.22.1
--version 2.25.0
```
- **OCI Registry**
<!-- autoversion(stable): "--version [version]" -->
@@ -170,7 +170,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.22.1
--version 2.25.0
```
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
+9 -9
View File
@@ -55,15 +55,15 @@ pages.
## Release schedule
<!-- Autogenerated release calendar from scripts/update-release-calendar.sh -->
<!-- RELEASE_CALENDAR_START -->
| Release name | Release Date | Status | Latest Release |
|------------------------------------------------|-------------------|------------------|----------------------------------------------------------------|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| 2.25 | | Not Released | N/A |
| Release name | Release Date | Status | Latest Release |
|------------------------------------------------|-----------------|------------------|----------------------------------------------------------------|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| 2.25 | | Not Released | N/A |
<!-- RELEASE_CALENDAR_END -->
> [!TIP]