Skip to content

Commit 69ceeac

Browse files
Merge pull request #79 from loganmarchione/2025-07-01
Bump Node Exporter and base image versions
2 parents d0fe35c + 6f393b0 commit 69ceeac

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

prometheus_node_exporter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.5] - 2025-07-01
4+
5+
- Upgraded Node Exporter to `1.9.1`
6+
- Upgraded base image from `ghcr.io/hassio-addons/base/<arch>:17.2.1` to `18.0.0`
7+
38
## [1.0.4] - 2025-03-02
49

510
- Upgraded Node Exporter to `1.9.0`

prometheus_node_exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88
# Setup base system
99
ARG \
1010
BUILD_ARCH \
11-
NODE_EXPORTER_VERSION="1.9.0"
11+
NODE_EXPORTER_VERSION="1.9.1"
1212

1313
# Copy root filesystem
1414
COPY rootfs /
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_from": {
3-
"amd64": "ghcr.io/hassio-addons/base/amd64:17.2.1",
4-
"aarch64": "ghcr.io/hassio-addons/base/aarch64:17.2.1",
5-
"armv7": "ghcr.io/hassio-addons/base/armv7:17.2.1"
3+
"amd64": "ghcr.io/hassio-addons/base/amd64:18.0.0",
4+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:18.0.0",
5+
"armv7": "ghcr.io/hassio-addons/base/armv7:18.0.0"
66
}
77
}

prometheus_node_exporter/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Prometheus Node Exporter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"slug": "prometheus_node_exporter",
55
"description": "Prometheus node exporter for hardware and OS metrics",
66
"url": "https://github.com/loganmarchione/hassos-addons/tree/main/prometheus_node_exporter",

0 commit comments

Comments
 (0)