Skip to content

Commit 1803094

Browse files
committed
🎉 Release of add-on Network UPS Tools 0.17.0
1 parent 00e4952 commit 1803094

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,10 +926,10 @@ SOFTWARE.
926926
[mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
927927
[mqtt-io-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
928928
[mqtt-io-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
929-
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.16.1
930-
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.16.1/README.md
929+
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.17.0
930+
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.17.0/README.md
931931
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
932-
[nut-version-shield]: https://img.shields.io/badge/version-v0.16.1-blue.svg
932+
[nut-version-shield]: https://img.shields.io/badge/version-v0.17.0-blue.svg
933933
[nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
934934
[nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
935935
[nut-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

nut/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
## What’s changed
22

3-
## 📚 Documentation
3+
## 🚨 Breaking changes
44

5-
- Included required Integration settings in the step-by-step instructions @PaulSD ([#450](https://github.com/hassio-addons/addon-nut/pull/450))
5+
- Drop support for armv7 systems @frenck ([#467](https://github.com/hassio-addons/addon-nut/pull/467))
6+
7+
## 🐛 Bug fixes
8+
9+
- Remove deprecated codenotary fields @frenck ([#465](https://github.com/hassio-addons/addon-nut/pull/465))
610

711
## ⬆️ Dependency updates
812

9-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#454](https://github.com/hassio-addons/addon-nut/pull/454))
13+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#458](https://github.com/hassio-addons/addon-nut/pull/458))
14+
- ⬆️: migrate Renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#466](https://github.com/hassio-addons/addon-nut/pull/466))

nut/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ see the [NUT integration documentation][nut-ha-docs].
4242
[nut-features]: https://networkupstools.org/features.html
4343
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
4444
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
45-
[release-shield]: https://img.shields.io/badge/version-v0.16.1-blue.svg
46-
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.16.1
45+
[release-shield]: https://img.shields.io/badge/version-v0.17.0-blue.svg
46+
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.17.0

nut/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Network UPS Tools
2-
version: 0.16.1
2+
version: 0.17.0
33
slug: nut
44
description: Manage battery backup (UPS) devices
55
url: https://github.com/hassio-addons/addon-nut
6-
codenotary: [email protected]
76
startup: system
87
arch:
98
- aarch64
109
- amd64
11-
- armv7
1210
init: false
1311
uart: true
1412
udev: true

0 commit comments

Comments
 (0)