From a78024911157988ccba6f1f21a6d2950b15133f6 Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:08:05 -0800 Subject: [PATCH] [release/v1.4] fix install alloyu - linux | grafana.repo using RHEL-Fedora (#2248) * fix install alloyu - linux | grafana.repo using RHEL-Fedora (#2244) (cherry picked from commit b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8) * Had to regenerate the versioned files for some reason --------- Co-authored-by: Guilherme Henrique --- docs/sources/_index.md | 2 +- docs/sources/set-up/install/linux.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 45fdb5e15b..af67fc297c 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -4,7 +4,7 @@ title: Grafana Alloy description: Grafana Alloy is a a vendor-neutral distribution of the OTel Collector weight: 350 cascade: - ALLOY_RELEASE: v1.4.2 + ALLOY_RELEASE: v1.4.3 OTEL_VERSION: v0.105.0 PROM_WIN_EXP_VERSION: v0.27.3 FULL_PRODUCT_NAME: Grafana Alloy diff --git a/docs/sources/set-up/install/linux.md b/docs/sources/set-up/install/linux.md index 65cb57bd58..ebed10f398 100644 --- a/docs/sources/set-up/install/linux.md +++ b/docs/sources/set-up/install/linux.md @@ -37,8 +37,7 @@ To install {{< param "PRODUCT_NAME" >}} on Linux, run the following commands in ```rhel-fedora wget -q -O gpg.key https://rpm.grafana.com/gpg.key sudo rpm --import gpg.key - echo -e '[grafana]\nname=grafana\nbaseurl=https://rpm.grafana.com\nrepo_gpgcheck=1\nenabled=1\ngpgcheck=1\ngpgkey=https://rpm.grafana.com/gpg.key\nsslverify=1 -sslcacert=/etc/pki/tls/certs/ca-bundle.crt' | sudo tee /etc/yum.repos.d/grafana.repo + echo -e '[grafana]\nname=grafana\nbaseurl=https://rpm.grafana.com\nrepo_gpgcheck=1\nenabled=1\ngpgcheck=1\ngpgkey=https://rpm.grafana.com/gpg.key\nsslverify=1\nsslcacert=/etc/pki/tls/certs/ca-bundle.crt' | sudo tee /etc/yum.repos.d/grafana.repo ``` ```suse-opensuse