diff --git a/Changes b/Changes index 804e1ff..f4bc76e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ This file documents the revision history for the SNClient+ agent. +next: + - update node exporter to 1.8.0 + 0.23 Mon Apr 15 17:29:53 CEST 2024 - fix detecting mounted volumes on windows - add ca option for client certificates (Gent00157) diff --git a/Makefile b/Makefile index 75e042a..74b1e56 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ DEBFILE ?= snclient-$(VERSION)-$(RPM_ARCH).deb BUILD_FLAGS=-ldflags "-s -w -X pkg/snclient.Build=$(BUILD) -X pkg/snclient.Revision=$(REVISION)" TEST_FLAGS=-timeout=5m $(BUILD_FLAGS) -NODE_EXPORTER_VERSION=1.7.0 +NODE_EXPORTER_VERSION=1.8.0 NODE_EXPORTER_FILE=node_exporter-$(NODE_EXPORTER_VERSION).$(GOOS)-$(GOARCH).tar.gz NODE_EXPORTER_URL=https://github.com/prometheus/node_exporter/releases/download/v$(NODE_EXPORTER_VERSION)/$(NODE_EXPORTER_FILE)