From 97cceac6ec3f0edc4f2dcf2000f87b374201c7da Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 31 Jul 2024 09:39:08 +0200 Subject: [PATCH] F #6658: Update prometheus components to latest releases --- src/oneprometheus/vendor/download | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/oneprometheus/vendor/download b/src/oneprometheus/vendor/download index 434defc3c8..d82229e13d 100755 --- a/src/oneprometheus/vendor/download +++ b/src/oneprometheus/vendor/download @@ -15,11 +15,11 @@ # limitations under the License. # # -------------------------------------------------------------------------- # -: "${ALERTMANAGER_VERSION:=0.24.0}" +: "${ALERTMANAGER_VERSION:=0.27.0}" -: "${NODE_EXPORTER_VERSION:=1.4.0}" +: "${NODE_EXPORTER_VERSION:=1.8.2}" -: "${PROMETHEUS_VERSION:=2.37.1}" +: "${PROMETHEUS_VERSION:=2.53.1}" set -o errexit -o nounset -o pipefail