Skip to content

Commit 0e0f0d9

Browse files
committed
🎉 Release of add-on Sonarr 0.4.3
1 parent 13fd60b commit 0e0f0d9

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,10 +1030,10 @@ SOFTWARE.
10301030
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
10311031
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
10321032
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
1033-
[addon-sonarr]: https://github.com/hassio-addons/addon-sonarr/tree/v0.4.2
1034-
[addon-doc-sonarr]: https://github.com/hassio-addons/addon-sonarr/blob/v0.4.2/README.md
1033+
[addon-sonarr]: https://github.com/hassio-addons/addon-sonarr/tree/v0.4.3
1034+
[addon-doc-sonarr]: https://github.com/hassio-addons/addon-sonarr/blob/v0.4.3/README.md
10351035
[sonarr-issue]: https://github.com/hassio-addons/addon-sonarr/issues
1036-
[sonarr-version-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg
1036+
[sonarr-version-shield]: https://img.shields.io/badge/version-v0.4.3-blue.svg
10371037
[sonarr-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
10381038
[sonarr-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
10391039
[sonarr-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

sonarr/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
## What’s changed
22

3+
## 🐛 Bug fixes
4+
5+
- Remove deprecated codenotary fields @frenck ([#77](https://github.com/hassio-addons/addon-sonarr/pull/77))
6+
7+
## 📚 Documentation
8+
9+
- Remove references to deprecated architectures @frenck ([#78](https://github.com/hassio-addons/addon-sonarr/pull/78))
10+
311
## ⬆️ Dependency updates
412

5-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.2 @[renovate[bot]](https://github.com/apps/renovate) ([#70](https://github.com/hassio-addons/addon-sonarr/pull/70))
6-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#71](https://github.com/hassio-addons/addon-sonarr/pull/71))
7-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#72](https://github.com/hassio-addons/addon-sonarr/pull/72))
13+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#73](https://github.com/hassio-addons/addon-sonarr/pull/73))
14+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#74](https://github.com/hassio-addons/addon-sonarr/pull/74))
15+
- ⬆️ Update Sonarr/Sonarr to v4.0.16.2944 @[renovate[bot]](https://github.com/apps/renovate) ([#75](https://github.com/hassio-addons/addon-sonarr/pull/75))
16+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#79](https://github.com/hassio-addons/addon-sonarr/pull/79))

sonarr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ already downloaded when a better quality format becomes available.
2121
[forum]: https://community.home-assistant.io/t/?u=frenck
2222
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
2323
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
24-
[release-shield]: https://img.shields.io/badge/version-v0.4.2-blue.svg
25-
[release]: https://github.com/hassio-addons/addon-sonarr/tree/v0.4.2
24+
[release-shield]: https://img.shields.io/badge/version-v0.4.3-blue.svg
25+
[release]: https://github.com/hassio-addons/addon-sonarr/tree/v0.4.3

sonarr/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Sonarr
2-
version: 0.4.2
2+
version: 0.4.3
33
slug: sonarr
44
description: Smart PVR for newsgroup and bittorrent users
55
url: https://github.com/hassio-addons/addon-sonarr/tree/main/README.md
6-
codenotary: [email protected]
76
webui: http://[HOST]:[PORT:8989]
87
init: false
98
arch:

0 commit comments

Comments
 (0)