Skip to content

Commit e87b449

Browse files
Bump base image to 18.1.1
1 parent aa7f295 commit e87b449

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

prometheus_node_exporter/CHANGELOG.md

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

3+
## [1.0.6] - 2025-09-19
4+
5+
- Upgraded base image from `ghcr.io/hassio-addons/base/<arch>:18.0.0` to `18.1.1`
6+
37
## [1.0.5] - 2025-07-01
48

59
- Upgraded Node Exporter to `1.9.1`
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: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"
3+
"amd64": "ghcr.io/hassio-addons/base/amd64:18.1.1",
4+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:18.1.1",
5+
"armv7": "ghcr.io/hassio-addons/base/armv7:18.1.1"
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.5",
3+
"version": "1.0.6",
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)