docs: update release calendar for new patches (#20526)

This commit is contained in:
david-fraley
2025-10-28 14:24:03 -07:00
committed by GitHub
parent 924afb753f
commit f6df4c0ed8
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -147,7 +147,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.27.1
--version 2.27.2
```
- **Stable** Coder release:
@@ -160,7 +160,7 @@ We support two release channels: mainline and stable - read the
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.26.2
--version 2.26.3
```
- **OCI Registry**
@@ -171,7 +171,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.26.2
--version 2.26.3
```
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
+2 -2
View File
@@ -134,8 +134,8 @@ kubectl create secret generic coder-db-url -n coder \
1. Select a Coder version:
- **Mainline**: `2.27.1`
- **Stable**: `2.26.2`
- **Mainline**: `2.27.2`
- **Stable**: `2.26.3`
Learn more about release channels in the [Releases documentation](./releases/index.md).
+2 -2
View File
@@ -61,8 +61,8 @@ pages.
| [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) |
| [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) |
| [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) |
| [2.26](https://coder.com/changelog/coder-2-26) | September 03, 2025 | Stable | [v2.26.2](https://github.com/coder/coder/releases/tag/v2.26.2) |
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Mainline | [v2.27.1](https://github.com/coder/coder/releases/tag/v2.27.1) |
| [2.26](https://coder.com/changelog/coder-2-26) | September 03, 2025 | Stable | [v2.26.3](https://github.com/coder/coder/releases/tag/v2.26.3) |
| [2.27](https://coder.com/changelog/coder-2-27) | October 02, 2025 | Mainline | [v2.27.2](https://github.com/coder/coder/releases/tag/v2.27.2) |
| 2.28 | | Not Released | N/A |
<!-- RELEASE_CALENDAR_END -->