Skip to content

Commit

Permalink
Bump Node Expoter and base image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Nov 10, 2024
1 parent e75baac commit e6867fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions prometheus_node_exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.2] - 2024-11-10

- Upgraded Node Exporter to `1.8.2`
- Upgraded base image from `ghcr.io/hassio-addons/base/<arch>:16.3.0` to `16.3.5`

## [1.0.1] - 2024-09-11

- Upgraded base image from `ghcr.io/hassio-addons/base/<arch>:16.1.2` to `16.3.0`
Expand Down
2 changes: 1 addition & 1 deletion prometheus_node_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
ARG \
BUILD_ARCH \
NODE_EXPORTER_VERSION="1.8.1"
NODE_EXPORTER_VERSION="1.8.2"

# Copy root filesystem
COPY rootfs /
Expand Down
6 changes: 3 additions & 3 deletions prometheus_node_exporter/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"amd64": "ghcr.io/hassio-addons/base/amd64:16.3.0",
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.3.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:16.3.0"
"amd64": "ghcr.io/hassio-addons/base/amd64:16.3.5",
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.3.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:16.3.5"
}
}
2 changes: 1 addition & 1 deletion prometheus_node_exporter/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in prometheus_node_exporter/config.json

View workflow job for this annotation

GitHub Actions / Lint add-on prometheus_node_exporter

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
"name": "Prometheus Node Exporter",
"version": "1.0.1",
"version": "1.0.2",
"slug": "prometheus_node_exporter",
"description": "Prometheus node exporter for hardware and OS metrics",
"url": "https://github.com/loganmarchione/hassos-addons/tree/main/prometheus_node_exporter",
Expand Down

0 comments on commit e6867fe

Please sign in to comment.