From 8435b70bead5ef596ed5bcd7b47d8f85e343e61b Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 4 Jun 2024 12:22:13 -0500 Subject: [PATCH] chore: update docs for v2.12 mainline and v2.11 stable (#13469) * chore: update docs for v2.12 mainline and v2.11 stable * remove broken link --- docs/ides/remote-desktops.md | 4 ---- docs/install/kubernetes.md | 4 ++-- docs/install/releases.md | 17 +++++++++-------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/docs/ides/remote-desktops.md b/docs/ides/remote-desktops.md index 51ffe4e264..5f654fb5ea 100644 --- a/docs/ides/remote-desktops.md +++ b/docs/ides/remote-desktops.md @@ -33,10 +33,6 @@ To use RDP with Coder, you'll need to install an [RDP client](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients) on your local machine, and enable RDP on your workspace. -As a starting point, see the -[gcp-windows-rdp](https://github.com/matifali/coder-templates/tree/main/gcp-windows-rdp) -community template. It builds and provisions a Windows Server workspace on GCP. - Use the following command to forward the RDP port to your local machine: ```console diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 0b6d01a150..e4847dcfe8 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -134,7 +134,7 @@ locally in order to log in and manage templates. helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.11.2 + --version 2.12.0 ``` For the **stable** Coder release: @@ -145,7 +145,7 @@ locally in order to log in and manage templates. helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.10.2 + --version 2.11.2 ``` You can watch Coder start up by running `kubectl get pods -n coder`. Once diff --git a/docs/install/releases.md b/docs/install/releases.md index 22dac07f68..8f7ffe3700 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -47,11 +47,12 @@ pages. ## Release schedule -| Release name | Release Date | Status | -| ------------ | ------------------ | ---------------- | -| 2.7.x | January 01, 2024 | Not Supported | -| 2.8.x | Februrary 06, 2024 | Not Supported | -| 2.9.x | March 07, 2024 | Security Support | -| 2.10.x | April 03, 2024 | Stable | -| 2.11.x | May 07, 2024 | Mainline | -| 2.12.x | June 04, 2024 | Not Released | +| Release name | Release Date | Status | +| ------------ | ----------------- | ---------------- | +| 2.7.x | January 01, 2024 | Not Supported | +| 2.8.x | February 06, 2024 | Not Supported | +| 2.9.x | March 07, 2024 | Not Supported | +| 2.10.x | April 03, 2024 | Security Support | +| 2.11.x | May 07, 2024 | Stable | +| 2.12.x | June 04, 2024 | Mainline | +| 2.13.x | July 02, 2024 | Not Released |