From 618eeaabb6e808eba42da04efb917f2dc51b438d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 7 Jan 2024 14:23:19 +0000 Subject: [PATCH] :tada: Release of add-on Network UPS Tools 0.13.0 --- README.md | 6 +++--- nut/CHANGELOG.md | 12 ++++++++++-- nut/DOCS.md | 2 +- nut/README.md | 6 +++--- nut/config.yaml | 4 +--- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d3027bba3d1..5a01cc89324 100644 --- a/README.md +++ b/README.md @@ -796,10 +796,10 @@ SOFTWARE. [mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [mqtt-io-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [mqtt-io-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.12.2 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.12.2/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.13.0 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.13.0/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.12.2-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.13.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-no-red.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 80d80093225..3b54f2cdfc1 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,6 +1,14 @@ ## What’s changed +## 🚨 Breaking changes + +- Drop support for armhf & i386 @frenck ([#328](https://github.com/hassio-addons/addon-nut/pull/328)) + +## 🧰 Maintenance + +- 🎆 Updates maintenance/license year to 2024 @frenck ([#339](https://github.com/hassio-addons/addon-nut/pull/339)) + ## ⬆️ Dependency updates -- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.1.1 @renovate ([#325](https://github.com/hassio-addons/addon-nut/pull/325)) -- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.2.0 @renovate ([#327](https://github.com/hassio-addons/addon-nut/pull/327)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.0 @renovate ([#337](https://github.com/hassio-addons/addon-nut/pull/337)) +- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.1 @renovate ([#338](https://github.com/hassio-addons/addon-nut/pull/338)) diff --git a/nut/DOCS.md b/nut/DOCS.md index 8dec81cde78..a85bd7d303d 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -342,7 +342,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2023 Dale Higgs +Copyright (c) 2018-2024 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 9197506b1d3..9cb98f6d8a9 100644 --- a/nut/README.md +++ b/nut/README.md @@ -36,11 +36,11 @@ see the [NUT integration documentation][nut-ha-docs]. [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/2023.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.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.12.2-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.12.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.13.0-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.13.0 \ No newline at end of file diff --git a/nut/config.yaml b/nut/config.yaml index 5db7c2f6987..a39e347c9be 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -1,5 +1,5 @@ name: Network UPS Tools -version: 0.12.2 +version: 0.13.0 slug: nut description: Manage battery backup (UPS) devices url: https://github.com/hassio-addons/addon-nut @@ -8,9 +8,7 @@ startup: system arch: - aarch64 - amd64 -- armhf - armv7 -- i386 init: false uart: true udev: true