From 5886f28d81e23458d447133ef71a80eaca838d55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:28:15 +0000 Subject: [PATCH] Upgrade telegraf-agent to 1.38.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- kubernetes/linux/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/linux/setup.sh b/kubernetes/linux/setup.sh index 51e4102ac..257da3d4d 100644 --- a/kubernetes/linux/setup.sh +++ b/kubernetes/linux/setup.sh @@ -63,7 +63,7 @@ sudo tdnf install jq-1.7.1-1.azl3 -y #used to setcaps for ruby process to read /proc/env sudo tdnf install libcap -y -sudo tdnf install telegraf-agent-1.38.2 -y +sudo tdnf install telegraf-agent-1.38.3 -y telegraf_version=$(sudo tdnf list installed | grep telegraf | awk '{print $2}') echo "telegraf $telegraf_version" >> packages_version.txt mv /usr/bin/telegraf-agent /opt/telegraf