From d4061ff8bfc5502cad8060a8669f774e9ccae898 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 2 Jun 2025 14:24:02 +0200 Subject: [PATCH 1/4] ref: add minimum required OS version for relay binary --- docs/product/relay/operating-guidelines.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/product/relay/operating-guidelines.mdx b/docs/product/relay/operating-guidelines.mdx index 02e6fbf793d04..fe2b3eb558892 100644 --- a/docs/product/relay/operating-guidelines.mdx +++ b/docs/product/relay/operating-guidelines.mdx @@ -31,6 +31,20 @@ The following recommendations assume that Relay is run in Docker.

+## Relay Binary + +Every release of Relay also provides a set of binaries that come with a minimum required OS version. + +| Operating System | Version | +| Ubuntu x86 | 20.04 | +| Ubuntu ARM | 22.04 | +| MacOS | macOS Sonoma (version 14) | +| Windows | Windows Server 2019 | + +We support LTS versions of the listed Operating Systems as long as they receive updates from their vendors. +The only exception is Ubuntu x86, which will be supported 2 years after LTS support has officially ended to allow +customers with extended support to continue using Relay. + ## Example Configuration This example configuration sets up basic logging and metrics settings, as well as changes the default concurrency level. From c3b44b9c2192c792ca76bc62f2f2cad20287d956 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 2 Jun 2025 14:42:16 +0200 Subject: [PATCH 2/4] table --- docs/product/relay/operating-guidelines.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/product/relay/operating-guidelines.mdx b/docs/product/relay/operating-guidelines.mdx index fe2b3eb558892..c941c299f3003 100644 --- a/docs/product/relay/operating-guidelines.mdx +++ b/docs/product/relay/operating-guidelines.mdx @@ -35,11 +35,12 @@ The following recommendations assume that Relay is run in Docker. Every release of Relay also provides a set of binaries that come with a minimum required OS version. -| Operating System | Version | -| Ubuntu x86 | 20.04 | -| Ubuntu ARM | 22.04 | -| MacOS | macOS Sonoma (version 14) | -| Windows | Windows Server 2019 | +| Operating System | Version | +|------------------|---------------------------| +| Ubuntu x86 | 20.04 | +| Ubuntu ARM | 22.04 | +| MacOS | macOS Sonoma (version 14) | +| Windows | Windows Server 2019 | We support LTS versions of the listed Operating Systems as long as they receive updates from their vendors. The only exception is Ubuntu x86, which will be supported 2 years after LTS support has officially ended to allow From f7462d654b9bbddc2f537ba6fc1ab1e746b044fb Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Tue, 3 Jun 2025 10:40:32 +0200 Subject: [PATCH 3/4] feedback --- docs/product/relay/operating-guidelines.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/product/relay/operating-guidelines.mdx b/docs/product/relay/operating-guidelines.mdx index c941c299f3003..cfae42b878058 100644 --- a/docs/product/relay/operating-guidelines.mdx +++ b/docs/product/relay/operating-guidelines.mdx @@ -33,18 +33,18 @@ The following recommendations assume that Relay is run in Docker. ## Relay Binary -Every release of Relay also provides a set of binaries that come with a minimum required OS version. +Every release of Relay also provides a set of binaries that are built for the Operating Systems listed below. | Operating System | Version | |------------------|---------------------------| -| Ubuntu x86 | 20.04 | +| Ubuntu x64 | 20.04 | | Ubuntu ARM | 22.04 | | MacOS | macOS Sonoma (version 14) | | Windows | Windows Server 2019 | -We support LTS versions of the listed Operating Systems as long as they receive updates from their vendors. -The only exception is Ubuntu x86, which will be supported 2 years after LTS support has officially ended to allow -customers with extended support to continue using Relay. +We will support Ubuntu binaries 2 years after the official LTS support has ended to allow customers with extended +support to continue using Relay. + ## Example Configuration From 48bb39cf68dd0e733c9fe2ccecaebc5dc1167efc Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Wed, 4 Jun 2025 16:29:24 +0200 Subject: [PATCH 4/4] update description for windows and macos --- docs/product/relay/operating-guidelines.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/product/relay/operating-guidelines.mdx b/docs/product/relay/operating-guidelines.mdx index cfae42b878058..471c48e496fe5 100644 --- a/docs/product/relay/operating-guidelines.mdx +++ b/docs/product/relay/operating-guidelines.mdx @@ -39,12 +39,15 @@ Every release of Relay also provides a set of binaries that are built for the Op |------------------|---------------------------| | Ubuntu x64 | 20.04 | | Ubuntu ARM | 22.04 | -| MacOS | macOS Sonoma (version 14) | +| macOS | macOS Sonoma (version 14) | | Windows | Windows Server 2019 | We will support Ubuntu binaries 2 years after the official LTS support has ended to allow customers with extended support to continue using Relay. +Windows and macOS binaries are built using GitHub Runners. We will support the versions for those Operating Systems +as long as GitHub supports them. + ## Example Configuration