diff --git a/README.md b/README.md index 30ccf641..7164a185 100644 --- a/README.md +++ b/README.md @@ -858,10 +858,10 @@ SOFTWARE. [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.2 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.2/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.7.0 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.7.0/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg [nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index f2f55dc6..04a480ec 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,11 +1,30 @@ ## What’s changed -Adds optional deadtime configuration, to ease stale issues with Cyberpower UPS devices. +## 🧰 Maintenance -## 🚀 Enhancements - -- 🔨 Add deadtime configuration option @sinclairpaul (#94) +- Apply updated repository structure & CI workflow @frenck (#128) ## 📚 Documentation -- 🔨 Add deadtime configuration option @sinclairpaul (#94) +- 📚 Fix formatting @sinclairpaul (#99) + +## ⬆️ Dependency updates + +- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#101) +- Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#103) +- Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#104) +- Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#107) +- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#110) +- Bump frenck/action-addon-linter from v2.0.0 to v2.1 @dependabot (#111) +- Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#112) +- Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#113) +- Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#114) +- Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#115) +- Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#118) +- Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#119) +- Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#120) +- Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#121) +- Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#122) +- Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#123) +- 🔨 Add nut-xml driver @sinclairpaul (#126) +- ⬆️Upgrades add-on base image to v4.2.0 @frenck (#127) diff --git a/nut/DOCS.md b/nut/DOCS.md index b09c905c..a445eabf 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -171,7 +171,7 @@ devices: - product = ".*(Smart|Back)-?UPS.*" ``` -#### Option: `mode` +### Option: `mode` Recognized values are `netserver` and `netclient`. @@ -180,44 +180,44 @@ Recognized values are `netserver` and `netclient`. - `netclient`: Only runs `upsmon` to connect to a remote system running as `netserver`. -#### Option: `shutdown_host` +### Option: `shutdown_host` When this option is set to `true` on a UPS shutdown command, the host system will be shutdown. When set to `false` only the add-on will be stopped. This is to allow testing without impact to the system. -#### Option: `list_usb_devices` +### Option: `list_usb_devices` When this option is set to `true`, a list of connected USB devices will be displayed in the add-on log when the add-on starts up. This option can be used to help identify different UPS devices when multiple UPS devices are connected to the system. -#### Option: `remote_ups_name` +### Option: `remote_ups_name` When running in `netclient` mode, the name of the remote UPS. -#### Option: `remote_ups_host` +### Option: `remote_ups_host` When running in `netclient` mode, the host of the remote UPS. -#### Option: `remote_ups_user` +### Option: `remote_ups_user` When running in `netclient` mode, the user of the remote UPS. -#### Option: `remote_ups_password` +### Option: `remote_ups_password` When running in `netclient` mode, the password of the remote UPS. **Note**: _When using the remote option, the user and device options must still be present, however they will have no effect_ -#### Option: `upsd_maxage` +### Option: `upsd_maxage` Allows setting the MAXAGE value in upsd.conf to increase the timeout for specific drivers, should not be changed for the majority of users. -#### Option: `upsmon_deadtime` +### Option: `upsmon_deadtime` Allows setting the DEADTIME value in upsmon.conf to adjust the stale time for the monitor process, should not be changed for the majority of users. diff --git a/nut/README.md b/nut/README.md index 3c76e71f..112c9314 100644 --- a/nut/README.md +++ b/nut/README.md @@ -58,5 +58,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.7.0 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 28f1bf06..09e41c9d 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "0.6.2", + "version": "0.7.0", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",