Skip to content

Commit 4c74c32

Browse files
committed
🎉 Release of add-on AirSonos 5.0.0
1 parent 55c9113 commit 4c74c32

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,10 +812,10 @@ SOFTWARE.
812812
[aircast-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
813813
[aircast-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
814814
[aircast-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
815-
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v4.2.4
816-
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v4.2.4/README.md
815+
[addon-airsonos]: https://github.com/hassio-addons/addon-airsonos/tree/v5.0.0
816+
[addon-doc-airsonos]: https://github.com/hassio-addons/addon-airsonos/blob/v5.0.0/README.md
817817
[airsonos-issue]: https://github.com/hassio-addons/addon-airsonos/issues
818-
[airsonos-version-shield]: https://img.shields.io/badge/version-v4.2.4-blue.svg
818+
[airsonos-version-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg
819819
[airsonos-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
820820
[airsonos-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
821821
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

airsonos/CHANGELOG.md

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

3-
## 🧰 Maintenance
3+
## 🚨 Breaking changes
44

5-
- 🎆 Updates maintenance/license year to 2025 @frenck ([#178](https://github.com/hassio-addons/addon-airsonos/pull/178))
5+
- Drop support for armv7 systems @frenck ([#189](https://github.com/hassio-addons/addon-airsonos/pull/189))
66

77
## ⬆️ Dependency updates
88

9-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.6.3 @[renovate[bot]](https://github.com/apps/renovate) ([#177](https://github.com/hassio-addons/addon-airsonos/pull/177))
10-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.7.0 @[renovate[bot]](https://github.com/apps/renovate) ([#179](https://github.com/hassio-addons/addon-airsonos/pull/179))
11-
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.7.1 @[renovate[bot]](https://github.com/apps/renovate) ([#180](https://github.com/hassio-addons/addon-airsonos/pull/180))
9+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.1 @[renovate[bot]](https://github.com/apps/renovate) ([#181](https://github.com/hassio-addons/addon-airsonos/pull/181))
10+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.2 @[renovate[bot]](https://github.com/apps/renovate) ([#183](https://github.com/hassio-addons/addon-airsonos/pull/183))
11+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.3 @[renovate[bot]](https://github.com/apps/renovate) ([#184](https://github.com/hassio-addons/addon-airsonos/pull/184))
12+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v8 @[renovate[bot]](https://github.com/apps/renovate) ([#186](https://github.com/hassio-addons/addon-airsonos/pull/186))
13+
- ⬆️ Update philippe44/AirConnect to v1.9.2 @[renovate[bot]](https://github.com/apps/renovate) ([#187](https://github.com/hassio-addons/addon-airsonos/pull/187))
14+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#188](https://github.com/hassio-addons/addon-airsonos/pull/188))

airsonos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ If you are more interested in stable releases of our add-ons:
5252
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5353
[patreon]: https://www.patreon.com/frenck
5454
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
55-
[release-shield]: https://img.shields.io/badge/version-v4.2.4-blue.svg
56-
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v4.2.4
55+
[release-shield]: https://img.shields.io/badge/version-v5.0.0-blue.svg
56+
[release]: https://github.com/hassio-addons/addon-airsonos/tree/v5.0.0

airsonos/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AirSonos
2-
version: 4.2.4
2+
version: 5.0.0
33
slug: airsonos
44
description: AirPlay capabilities for your Sonos (and UPnP) devices.
55
url: https://github.com/hassio-addons/addon-airsonos
@@ -9,7 +9,6 @@ init: false
99
arch:
1010
- aarch64
1111
- amd64
12-
- armv7
1312
hassio_api: true
1413
host_network: true
1514
map:

0 commit comments

Comments
 (0)