Skip to content

Commit

Permalink
update node exporter to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 6, 2024
1 parent bef834a commit 676acdc
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file documents the revision history for the SNClient+ agent.

next:
- update node exporter to 1.8.1

0.24 Sun May 12 17:42:43 CEST 2024
- update node exporter to 1.8.0
- add native aarch64 (arm64) packages for windows
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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.8.0
NODE_EXPORTER_VERSION=1.8.1
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)

10 changes: 5 additions & 5 deletions packaging/sha256sums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
77628892cd8b98afcf3c0012480d6a64f2d33286054bd4527102d558f3ec8641 windows_exporter-386.exe
ed0c5c747a965db2066ad5f37492b9eedb81f1299e94c534c11b1eb6bea3fa73 windows_exporter-amd64.exe
4608137ca21a9f3580233f8fba205936d03ff497423c92c02a66db8de52ef527 windows_exporter-arm64.exe
19ca134a1b00dd80ac28c6829d97cbaa1d6ba60356ec19d6dc7976ebad489022 node_exporter-1.8.0.darwin-amd64.tar.gz
9f2b1758158788ce5853457a977c3ada659b608943e3f277ecd9d4a522475a4e node_exporter-1.8.0.darwin-arm64.tar.gz
128b4125d26f0927fcd5c14595d683a32b5610826bde55521ad74d5b95da301c node_exporter-1.8.0.linux-386.tar.gz
c184e5dd98d518ac468339a9e073c233f777e0948a18862dd88e3f1bdcdf1438 node_exporter-1.8.0.linux-amd64.tar.gz
a6d1924f6ec46cdacbeeb24b23af6b41fff0f1dd14f5cb19d7c1379c9c822146 node_exporter-1.8.0.linux-arm64.tar.gz
21732bc4baf4833f18af3a5dfd24a1349a16504efb89a5269442e914236307a0 node_exporter-1.8.1.darwin-amd64.tar.gz
48d04a4def75b7096a36169c4c578b70c197a5f0dd36a6caebef585e5e459ff9 node_exporter-1.8.1.darwin-arm64.tar.gz
22722fedb554fcf6ac4758b3f0044c76d62c41def81fa093a6e49cd57e54bb39 node_exporter-1.8.1.linux-386.tar.gz
fbadb376afa7c883f87f70795700a8a200f7fd45412532cc1938a24d41078011 node_exporter-1.8.1.linux-amd64.tar.gz
3b5c4765e429d73d0ec83fcd14af39087025e1f7073422fa24be8f4fa3d3bb96 node_exporter-1.8.1.linux-arm64.tar.gz

0 comments on commit 676acdc

Please sign in to comment.