From 87f391e6b366897b19ae42dca6741c1ba5fae75d Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:31:39 +0100 Subject: [PATCH] [v10.4.x] Chore: Update RPM docs to include beta release references (#85792) Chore: Update RPM docs to include beta release references (#85753) * Update RPM docs to include beta release references * andreas/update-installation-docs/ run lint * Don't number lists --------- Co-authored-by: jev forsberg (cherry picked from commit 3420e942acaa010761ca705a864a32eb3f49dc5a) Co-authored-by: Andreas Christou --- .../installation/redhat-rhel-fedora/index.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md index ba5d83dc62b..92c077900ae 100644 --- a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md +++ b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md @@ -21,10 +21,12 @@ If you install via RPM or the `.tar.gz` file, then you must manually update Graf If you install from the RPM repository, then Grafana is automatically updated every time you update your applications. -| Grafana Version | Package | Repository | -| ------------------ | ------------------ | ------------------------- | -| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` | -| Grafana OSS | grafana | `https://rpm.grafana.com` | +| Grafana Version | Package | Repository | +| ------------------------- | ------------------ | ------------------------------ | +| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` | +| Grafana Enterprise (Beta) | grafana-enterprise | `https://rpm-beta.grafana.com` | +| Grafana OSS | grafana | `https://rpm.grafana.com` | +| Grafana OSS (Beta) | grafana | `https://rpm-beta.grafana.com` | {{% admonition type="note" %}} Grafana Enterprise is the recommended and default edition. It is available for free and includes all the features of the OSS edition. You can also upgrade to the [full Enterprise feature set](/products/enterprise/?utm_source=grafana-install-page), which has support for [Enterprise plugins](/grafana/plugins/?enterprise=1&utcm_source=grafana-install-page). @@ -32,6 +34,10 @@ Grafana Enterprise is the recommended and default edition. It is available for f To install Grafana from the RPM repository, complete the following steps: +{{% admonition type="note" %}} +If you wish to install beta versions of Grafana, substitute the repository URL for the beta URL listed above. +{{% /admonition %}} + 1. Import the GPG key: ```bash @@ -53,12 +59,6 @@ To install Grafana from the RPM repository, complete the following steps: sslcacert=/etc/pki/tls/certs/ca-bundle.crt ``` -1. To prevent beta versions from being installed, add the following exclude line to your `.repo` file. - - ```bash - exclude=*beta* - ``` - 1. To install Grafana OSS, run the following command: ```bash