Starting with this version, containers will be published to GitHub Container Registry instead of Docker Hub. The old images will not be migrated, and they will continue to be available on Docker Hub. This choice was made to due rate limiting on Docker Hub.
The Helm chart will automatically pull images from the new repository, but users running the container manually will have to switch to the new repository.
docker pull ghcr.io/mrlhansen/idrac_exporter
The previous minor version of the exporter (v2.2.0) added support for dynamic reloading of the configuration file, which was automatically enabled. However, this has now changed and users must use the -config-watch
argument to enable dynamic reloading of the configuration file.
- #146 Add event log support for Advantech.
- #145 Add Fsas as new identifier for Fujitsu.
- #151 Support for
ThermalSubsystem
andPowerSubsystem
endpoints. These endpoints are replacing the deprecatedThermal
andPower
endpoints. However, for now the exporter will only used the new endpoints if the old ones are not present.
Full Changelog: v2.2.0...v2.3.0