From 12ab5f5c28d827335a408e0db9bc4c25dc3cad87 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Fri, 21 Feb 2025 17:44:04 +0000 Subject: [PATCH 1/3] remove prereq for Note: This is only required for Coder versions < 0.28.0, as this will be the -> default value for Coder versions >= 0.28.0 - ## Installation Install the `coder-logstream-kube` helm chart on the cluster where the From ff5a661605274d5df3d0cea8e8a47180af5c8d99 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Fri, 21 Feb 2025 17:48:07 +0000 Subject: [PATCH 2/3] adjust release versions --- docs/install/kubernetes.md | 4 ++-- docs/install/releases.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 04e136f16b720..785c48252951c 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -129,7 +129,7 @@ We support two release channels: mainline and stable - read the helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.18.0 + --version 2.19.0 ``` - **Stable** Coder release: @@ -140,7 +140,7 @@ We support two release channels: mainline and stable - read the helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.17.2 + --version 2.18.5 ``` You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder diff --git a/docs/install/releases.md b/docs/install/releases.md index 49a7d0a640877..4377afdeba023 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -10,7 +10,7 @@ deployment. ## Release channels We support two release channels: -[mainline](https://github.com/coder/coder/releases/tag/v2.16.0) for the bleeding +[mainline](https://github.com/coder/coder/releases/tag/v2.19.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 From 54e1c6a1581e54bfa02e6e3ed14bc27fb5a87022 Mon Sep 17 00:00:00 2001 From: EdwardAngert Date: Fri, 21 Feb 2025 17:50:18 +0000 Subject: [PATCH 3/3] update jan releases note --- docs/install/releases.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 4377afdeba023..157adf7fe8961 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -77,5 +77,4 @@ pages. v2.18 was promoted to stable on January 7th, 2025. -Effective starting January, 2025 we will skip the January release each year because most of our engineering team is out for the December holiday period. -We'll return to our regular release cadence on February 4th. +As of January, 2025 we skip the January release each year because most of our engineering team is out for the December holiday period.