Skip to content

Commit 705aeaa

Browse files
Bump base image to Alpine 17.1.0
1 parent 0046bf7 commit 705aeaa

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.3] - 2025-01-20
4+
5+
- Upgraded base image from `ghcr.io/hassio-addons/base/<arch>:16.3.5` to `17.1.0`
6+
37
## [1.0.2] - 2024-11-10
48

59
- Upgraded Node Exporter to `1.8.2`
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:16.3.5",
4-
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.3.5",
5-
"armv7": "ghcr.io/hassio-addons/base/armv7:16.3.5"
3+
"amd64": "ghcr.io/hassio-addons/base/amd64:17.1.0",
4+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:17.1.0",
5+
"armv7": "ghcr.io/hassio-addons/base/armv7:17.1.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.2",
3+
"version": "1.0.3",
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)