mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Network UPS Tools 0.3.1
This commit is contained in:
parent
d763cd3b75
commit
bc7561b756
4 changed files with 13 additions and 10 deletions
|
@ -1025,10 +1025,10 @@ SOFTWARE.
|
||||||
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[matrix-i386-shield]: https://img.shields.io/badge/i386-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.3.0
|
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.3.1
|
||||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.3.0/README.md
|
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.3.1/README.md
|
||||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
[nut-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||||
[nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.svg
|
[nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.svg
|
||||||
[nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
|
Release to fix issues with SNMP devices.
|
||||||
|
|
||||||
NUT is now being built rather than relying on the Alpine package. This should resolve the issues with the current release and 32 bit compatibility (particularly on ARM).
|
NUT is now being built rather than relying on the Alpine package. This should resolve the issues with the current release and 32 bit compatibility (particularly on ARM).
|
||||||
|
|
||||||
Although USB connected devices have been confirmed to be working, please ensure to snapshot prior to the upgrade, and report any issues found.
|
Although USB connected devices have been confirmed to be working, please ensure to snapshot prior to the upgrade, and report any issues found.
|
||||||
|
|
||||||
- 🔨Add libusb-compat=0.1.5-r4
|
- 🔨Add openssl=1.1.1g-r0
|
||||||
- 📚Disable DL3003 in linter
|
- 🔨Add net-snmp-libs=5.8-r3
|
||||||
- 🚑Implement local nut build (#48)
|
- 🔨Add neon=0.31.1-r0
|
||||||
|
- 🔨Keep libtool installed
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||||
|
|
||||||
[Full Changelog][changelog]
|
[Full Changelog][changelog]
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-nut/compare/v0.2.1...v0.3.0
|
[changelog]: https://github.com/hassio-addons/addon-nut/compare/v0.3.0...v0.3.1
|
|
@ -57,5 +57,5 @@ see the [NUT Sensor documentation][nut-sensor-docs].
|
||||||
[nut-features]: https://networkupstools.org/features.html
|
[nut-features]: https://networkupstools.org/features.html
|
||||||
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.3.0
|
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.3.1
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Network UPS Tools",
|
"name": "Network UPS Tools",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"slug": "nut",
|
"slug": "nut",
|
||||||
"description": "Manage battery backup (UPS) devices",
|
"description": "Manage battery backup (UPS) devices",
|
||||||
"url": "https://github.com/hassio-addons/addon-nut",
|
"url": "https://github.com/hassio-addons/addon-nut",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue