From 2abfc19afdacc32dee92427fa7163fd682bf5261 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 19 Apr 2024 19:45:26 -0700 Subject: [PATCH 1/4] docs(releases): fix 404 for mainline link --- docs/install/releases.md | 2 +- x.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 x.sh diff --git a/docs/install/releases.md b/docs/install/releases.md index ce9711716cd09..a44696547ec3c 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/tag/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. diff --git a/x.sh b/x.sh new file mode 100755 index 0000000000000..fffc886667de1 --- /dev/null +++ b/x.sh @@ -0,0 +1,5 @@ +version="2.1" +if [ -z "$version" ]; then + echo "Failed to fetch the latest version from GitHub." + exit 1 +fi From bdf4423fabd551a9ab0fc8212951593139938e10 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 19 Apr 2024 19:46:10 -0700 Subject: [PATCH 2/4] Delete x.sh --- x.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 x.sh diff --git a/x.sh b/x.sh deleted file mode 100755 index fffc886667de1..0000000000000 --- a/x.sh +++ /dev/null @@ -1,5 +0,0 @@ -version="2.1" -if [ -z "$version" ]; then - echo "Failed to fetch the latest version from GitHub." - exit 1 -fi From 379afbb802b7a33b8478bc71994eea2af8ac5f04 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 19 Apr 2024 22:55:35 -0700 Subject: [PATCH 3/4] Update releases.md --- 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 a44696547ec3c..92a752a6026a8 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/tag/v2.10.1) 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/tag/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. From 8d10cfc3e0707595c90661d9c1a39749e1ad0a25 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Sat, 20 Apr 2024 02:48:25 -0700 Subject: [PATCH 4/4] docs: format and use term 'bleeding edge' for mainline releases --- docs/install/releases.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install/releases.md b/docs/install/releases.md index 92a752a6026a8..a1a09477444dd 100644 --- a/docs/install/releases.md +++ b/docs/install/releases.md @@ -8,9 +8,10 @@ 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 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 +[mainline](https://github.com/coder/coder/releases/tag/v2.10.1) 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 before promoting them to stable. ### Mainline releases