From eb209948426777883dc0601342c91cbfd48ac8b9 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Mon, 27 Jul 2026 09:29:51 +0000 Subject: [PATCH 1/2] docs(docs/install/releases): update 2.35 latest release to v2.35.3 --- docs/install/releases/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/releases/index.md b/docs/install/releases/index.md index d89a7d4f190..edf959cdfc8 100644 --- a/docs/install/releases/index.md +++ b/docs/install/releases/index.md @@ -85,7 +85,7 @@ pages. | [2.32](https://coder.com/changelog/coder-2-32) | April 14, 2026 | Not Supported | [v2.32.10](https://github.com/coder/coder/releases/tag/v2.32.10) | | [2.33](https://coder.com/changelog/coder-2-33) | May 05, 2026 | Security Support | [v2.33.11](https://github.com/coder/coder/releases/tag/v2.33.11) | | [2.34](https://coder.com/changelog/coder-2-34) | June 02, 2026 | Stable (ESR) | [v2.34.6](https://github.com/coder/coder/releases/tag/v2.34.6) | -| [2.35](https://coder.com/changelog/coder-2-35-1) | July 07, 2026 | Mainline | [v2.35.2](https://github.com/coder/coder/releases/tag/v2.35.2) | +| [2.35](https://coder.com/changelog/coder-2-35-1) | July 07, 2026 | Mainline | [v2.35.3](https://github.com/coder/coder/releases/tag/v2.35.3) | | 2.36 | | Not Released | N/A | From 8ae83599c606dcf58a5fcb7b1f81e6dddbda7d42 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Mon, 27 Jul 2026 09:58:29 +0000 Subject: [PATCH 2/2] docs(docs/install): bump mainline version to 2.35.3 in rancher and kubernetes --- docs/install/kubernetes.md | 4 ++-- docs/install/rancher.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 8954a2b131a..91b11b5299d 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -135,7 +135,7 @@ We support two release channels: mainline and stable - read the helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.34.0 + --version 2.35.3 ``` - **OCI Registry** @@ -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.34.0 + --version 2.35.3 ``` - **Stable** Coder release: diff --git a/docs/install/rancher.md b/docs/install/rancher.md index d5ec0a495b0..c54901be7b1 100644 --- a/docs/install/rancher.md +++ b/docs/install/rancher.md @@ -134,7 +134,7 @@ kubectl create secret generic coder-db-url -n coder \ 1. Select a Coder version: - - **Mainline**: `2.35.2` + - **Mainline**: `2.35.3` - **Stable**: `2.34.6` Learn more about release channels in the [Releases documentation](./releases/index.md).