diff --git a/README.md b/README.md index bb467548..55295765 100644 --- a/README.md +++ b/README.md @@ -863,10 +863,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.11.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.11.0/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.11.1 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.11.1/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.11.1-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 09f3fe23..25685b59 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,9 +1,12 @@ ## What’s changed -## 📚 Documentation +## 🧰 Maintenance -- 📚 Use new My Home Assistant link format @frenck (#232) +- 🎆 Updates maintenance/license year to 2023 @frenck ([#281](https://github.com/hassio-addons/addon-nut/pull/281)) +- Add Renovate for dependency management @frenck ([#285](https://github.com/hassio-addons/addon-nut/pull/285)) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 6.0.0 @frenck (#231) +- ⬆️ Upgrades add-on base image to 6.1.0 @frenck ([#243](https://github.com/hassio-addons/addon-nut/pull/243)) +- ⬆️ Upgrades add-on base image to 6.2.3 @frenck ([#282](https://github.com/hassio-addons/addon-nut/pull/282)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v6.2.4 @renovate ([#286](https://github.com/hassio-addons/addon-nut/pull/286)) diff --git a/nut/DOCS.md b/nut/DOCS.md index 18bfe3e8..e0943be6 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -334,7 +334,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2022 Dale Higgs +Copyright (c) 2018-2023 Dale Higgs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nut/README.md b/nut/README.md index 86c49c6b..b9f080b9 100644 --- a/nut/README.md +++ b/nut/README.md @@ -52,11 +52,11 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.me/hassioaddons [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516 -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [nut-acknowledgements]: https://networkupstools.org/acknowledgements.html [nut-compatible]: https://networkupstools.org/stable-hcl.html [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.11.0-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.11.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.11.1-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.11.1 \ No newline at end of file diff --git a/nut/config.yaml b/nut/config.yaml index 3e52b9d9..8f83f9dd 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -1,66 +1,66 @@ +name: Network UPS Tools +version: 0.11.1 +slug: nut +description: Manage battery backup (UPS) devices +url: https://github.com/hassio-addons/addon-nut +codenotary: codenotary@frenck.dev +startup: system arch: - aarch64 - amd64 - armhf - armv7 - i386 -codenotary: codenotary@frenck.dev -description: Manage battery backup (UPS) devices +init: false +uart: true +udev: true +usb: true hassio_api: true hassio_role: manager homeassistant_api: true -image: ghcr.io/hassio-addons/nut/{arch} -init: false -name: Network UPS Tools -options: - devices: - - config: [] - driver: usbhid-ups - name: myups - port: auto - mode: netserver - shutdown_host: 'false' - users: - - actions: [] - instcmds: - - all - password: '' - username: '' ports: 3493/tcp: null ports_description: 3493/tcp: Network UPS Tools -schema: - devices: - - config: - - str - driver: str - name: str - port: str - i_like_to_be_pwned: bool? - leave_front_door_open: bool? - list_usb_devices: bool? - log_level: list(trace|debug|info|notice|warning|error|fatal)? - mode: list(netserver|netclient) - remote_ups_host: str? - remote_ups_name: str? - remote_ups_password: password? - remote_ups_user: str? - shutdown_host: bool - upsd_maxage: int? - upsmon_deadtime: int? +options: users: - - actions: - - str + - username: '' + password: '' + instcmds: + - all + actions: [] + devices: + - name: myups + driver: usbhid-ups + port: auto + config: [] + mode: netserver + shutdown_host: 'false' +schema: + log_level: list(trace|debug|info|notice|warning|error|fatal)? + users: + - username: str + password: password instcmds: - str - password: password + actions: + - str upsmon: list(master|slave)? - username: str -slug: nut -startup: system -uart: true -udev: true -url: https://github.com/hassio-addons/addon-nut -usb: true -version: 0.11.0 + devices: + - name: str + driver: str + port: str + config: + - str + mode: list(netserver|netclient) + shutdown_host: bool + list_usb_devices: bool? + remote_ups_name: str? + remote_ups_host: str? + remote_ups_password: password? + remote_ups_user: str? + upsd_maxage: int? + upsmon_deadtime: int? + i_like_to_be_pwned: bool? + leave_front_door_open: bool? +image: ghcr.io/hassio-addons/nut/{arch}