From 9c766e070556b9ecd60fe3532fd9e78e09037b40 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 5 Jul 2024 18:02:48 +0300 Subject: [PATCH 1/2] docs: update release schedule These changes should be automated. cc: @stirby @mafredri --- docs/install/releases.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 8f7ffe370095e..0d53a43a3a19d 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -8,7 +8,7 @@ their infrastructure on a staging environment before upgrading a production deployment. We support two release channels: -[mainline](https://github.com/coder/coder/releases/tag/v2.10.1) for the bleeding +[mainline](https://github.com/coder/coder/releases/tag/v2.13.0) for the bleeding edge version of Coder and [stable](https://github.com/coder/coder/releases/latest) for those with lower tolerance for fault. We field our mainline releases publicly for one month @@ -52,7 +52,8 @@ pages. | 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 | +| 2.10.x | April 03, 2024 | Not Supported | +| 2.11.x | May 07, 2024 | Security Support | +| 2.12.x | June 04, 2024 | Stable | +| 2.13.x | July 02, 2024 | Mainline | +| 2.14.x | Aigust 06, 2024 | Not Released | From a1c38e5c52d14362f546a23e61079d439a0e5bde Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 5 Jul 2024 18:05:43 +0300 Subject: [PATCH 2/2] Update kubernetes.md --- docs/install/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index b4e5aaa3fc77d..d7254f57d9204 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -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.11.4 + --version 2.12.3 ``` You can watch Coder start up by running `kubectl get pods -n coder`. Once