From 4fa122b0fe53eff0cdd39b2843eeb3a992fd36bb Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 17 Apr 2024 19:00:18 +0000 Subject: [PATCH 1/4] chore: fix 404 in releases docs --- docs/install/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 701c9793e4370..41e508cae294a 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/2.10.0) for the edge version of Coder +[mainline](https://github.com/coder/coder/releases/v2.10.0) for the 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 two weeks before promoting them to stable. From ab313561a9bf530ab62789f7388b8e0790673f91 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Apr 2024 01:12:35 +0000 Subject: [PATCH 2/4] fmt --- docs/install/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 41e508cae294a..ed3c48c904c8c 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -8,8 +8,8 @@ their infrastructure on a staging environment before upgrading a production deployment. We support two release channels: -[mainline](https://github.com/coder/coder/releases/v2.10.0) for the edge version of Coder -and [stable](https://github.com/coder/coder/releases/latest) for those with +[mainline](https://github.com/coder/coder/releases/v2.10.0) for the 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 two weeks before promoting them to stable. From afb1d443baab33de9ec17cb6ab7cdde8c798c3b0 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Apr 2024 02:13:15 +0000 Subject: [PATCH 3/4] fix stuff? --- docs/install/releases.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 7743a8207e4e4..6365fcdc86db2 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -7,10 +7,9 @@ We recommend enterprise customers test the compatibility of new releases with their infrastructure on a staging environment before upgrading a production deployment. -We support two release channels: -[mainline](https://github.com/coder/coder/releases/v2.10.0) for the 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 +We support two release channels: [mainline](https://github.com/coder/coder/releases/v2.10.0) +for the 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 before promoting them to stable. ### Mainline releases From 542f7effa67dd1904806a9ba3ce2d4055f2dd691 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 19 Apr 2024 14:38:23 -0500 Subject: [PATCH 4/4] Update docs/install/releases.md Co-authored-by: Muhammad Atif Ali --- docs/install/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 6365fcdc86db2..dc6a53d6194f4 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -7,7 +7,7 @@ We recommend enterprise customers test the compatibility of new releases with their infrastructure on a staging environment before upgrading a production deployment. -We support two release channels: [mainline](https://github.com/coder/coder/releases/v2.10.0) +We support two release channels: [mainline](https://github.com/coder/coder/releases/v2.10.1) for the 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 before promoting them to stable.