diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 6ece4df087..dae6a49164 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -233,8 +233,8 @@ projects: repos: - name: node_exporter versions: - - tag: v1.7.0 - go_version: "1.21" + - tag: v1.8.0 + go_version: "1.22" - name: prometheus versions: - tag: v2.49.1 diff --git a/projects/prometheus/node_exporter/GIT_TAG b/projects/prometheus/node_exporter/GIT_TAG index a20e2d82d2..804a616da1 100644 --- a/projects/prometheus/node_exporter/GIT_TAG +++ b/projects/prometheus/node_exporter/GIT_TAG @@ -1 +1 @@ -v1.7.0 +v1.8.0 diff --git a/projects/prometheus/node_exporter/GOLANG_VERSION b/projects/prometheus/node_exporter/GOLANG_VERSION index d2ab029d32..71f7f51df9 100644 --- a/projects/prometheus/node_exporter/GOLANG_VERSION +++ b/projects/prometheus/node_exporter/GOLANG_VERSION @@ -1 +1 @@ -1.21 +1.22 diff --git a/projects/prometheus/node_exporter/README.md b/projects/prometheus/node_exporter/README.md index 61c3e5ae09..c6d08d9479 100644 --- a/projects/prometheus/node_exporter/README.md +++ b/projects/prometheus/node_exporter/README.md @@ -1,5 +1,5 @@ ## **Prometheus Node Exporter** -![Version](https://img.shields.io/badge/version-v1.7.0-blue) +![Version](https://img.shields.io/badge/version-v1.8.0-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVk9qbzVQdVlyQmVSNE44amtYY0U0YVJDM25yWnJjQlExd25ycDZQWnU1czlVMGt5M2hWMDBSaWlSL1JVU0cwMXBQeUIzczlkWkRZWVhleUpBWFdkOUY4PSIsIml2UGFyYW1ldGVyU3BlYyI6Im1nbzJUbTE1ZUN5SmowN2EiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [Prometheus Node Exporter](https://github.com/prometheus/node_exporter) is a Prometheus exporter that exposes a wide variety of hardware and OS metrics. It directly monitors and scrapes metrics from the host machines.