Skip to content

Commit

Permalink
update windows exporter to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Sep 2, 2024
1 parent e68679d commit cbbf5e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ next:
- fix check_http/check_tcp/check_dns help (#135)
- fix using condition alias on nested filters
- fix check_tasksched memory leak (#122)
- update windows exporter to 0.27.2
- update windows exporter to 0.28.1

0.26 Wed Jul 17 15:23:37 CEST 2024
- fix check_os_version windows build version (#134)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ WINDOWS_EXPORTER_VERSION_I386=0.24.0
WINDOWS_EXPORTER_FILE_I386=windows_exporter-$(WINDOWS_EXPORTER_VERSION_I386)
WINDOWS_EXPORTER_URL_I386=https://github.com/prometheus-community/windows_exporter/releases/download/v$(WINDOWS_EXPORTER_VERSION_I386)/

WINDOWS_EXPORTER_VERSION=0.27.2
WINDOWS_EXPORTER_VERSION=0.28.1
WINDOWS_EXPORTER_FILE=windows_exporter-$(WINDOWS_EXPORTER_VERSION)
WINDOWS_EXPORTER_URL=https://github.com/prometheus-community/windows_exporter/releases/download/v$(WINDOWS_EXPORTER_VERSION)

Expand Down
4 changes: 2 additions & 2 deletions packaging/sha256sums.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
77628892cd8b98afcf3c0012480d6a64f2d33286054bd4527102d558f3ec8641 windows_exporter-386.exe
daf53442086e23d4f7ca7be914f42cfd63d5d3f02986699b4116a2d2a99a86fe windows_exporter-amd64.exe
e773ffdaba5bba71db9a3bdf137e066bb305c496db2ee80362673405c16e1688 windows_exporter-arm64.exe
b2865531a0b20a32d8961d3a32dffc860b3563937d7a5af362f82b665c51013e windows_exporter-amd64.exe
8ea46a41d1b6a60972fdafc56eda7ecf5bee6889e5e98f19947142118215069f windows_exporter-arm64.exe
97ad998fe48904a8b085f2c5adc6a6eed85389f5fc298a6d2e94ee2e73cf1728 node_exporter-1.8.2.darwin-amd64.tar.gz
1b50711d389116d0b6d414240e06fbedfc6bbec6a710fef16771c113a1f7e83c node_exporter-1.8.2.darwin-arm64.tar.gz
293ab667ef78eb38915ff5ef019093fb15c7887f072ea70656083d1a17d61858 node_exporter-1.8.2.linux-386.tar.gz
Expand Down

0 comments on commit cbbf5e5

Please sign in to comment.