Skip to content

Commit 123e557

Browse files
committed
🎉 Release of add-on AdGuard Home 6.0.0
1 parent 21929bf commit 123e557

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
769769
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
770770
SOFTWARE.
771771

772-
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v5.3.4
773-
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v5.3.4/README.md
772+
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v6.0.0
773+
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v6.0.0/README.md
774774
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
775-
[adguard-version-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
775+
[adguard-version-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
776776
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
777777
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
778778
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

adguard/CHANGELOG.md

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

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#651](https://github.com/hassio-addons/addon-adguard-home/pull/651))
6+
7+
## 📚 Documentation
8+
9+
- Update DOCS.md to fix broken link for network configuration doc @GenuineAffect ([#649](https://github.com/hassio-addons/addon-adguard-home/pull/649))
10+
311
## ⬆️ Dependency updates
412

5-
- ⬆️ Update alpine_3_22/yq-go to v4.47.2-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#640](https://github.com/hassio-addons/addon-adguard-home/pull/640))
6-
- ⬆️ Update AdguardTeam/AdGuardHome to v0.107.67 @[renovate[bot]](https://github.com/apps/renovate) ([#643](https://github.com/hassio-addons/addon-adguard-home/pull/643))
7-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.3 @[renovate[bot]](https://github.com/apps/renovate) ([#642](https://github.com/hassio-addons/addon-adguard-home/pull/642))
8-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.4 @[renovate[bot]](https://github.com/apps/renovate) ([#644](https://github.com/hassio-addons/addon-adguard-home/pull/644))
13+
- ⬆️ Update alpine_3_22/yq-go to v4.47.2-r1 @[renovate[bot]](https://github.com/apps/renovate) ([#645](https://github.com/hassio-addons/addon-adguard-home/pull/645))
14+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#646](https://github.com/hassio-addons/addon-adguard-home/pull/646))
15+
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#648](https://github.com/hassio-addons/addon-adguard-home/pull/648))
16+
- ⬆️ Update AdguardTeam/AdGuardHome to v0.107.68 @[renovate[bot]](https://github.com/apps/renovate) ([#650](https://github.com/hassio-addons/addon-adguard-home/pull/650))

adguard/DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The installation of this add-on is pretty straightforward and not different in
1414
comparison to installing any other Home Assistant add-on.
1515

1616
1. **Ensure your Home Assistant device has a
17-
[static IP and static external DNS servers!](https://github.com/home-assistant/operating-system/blob/dev/Documentation/network.md#static-ip)**
17+
[static IP and static external DNS servers!](https://developers.home-assistant.io/docs/operating-system/network)**
1818
This is important! You **WILL** end up having issues if you skip this step.
1919
- Change this setting in Network:
2020
[![Open your Home Assistant instance and manage your systems network configuration.](https://my.home-assistant.io/badges/network.svg)](https://my.home-assistant.io/redirect/network/)

adguard/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ easily manage the filtering process and its settings.
3232
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
3333
[patreon]: https://www.patreon.com/frenck
3434
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
35-
[release-shield]: https://img.shields.io/badge/version-v5.3.4-blue.svg
36-
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v5.3.4
37-
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v5.3.4/images/screenshot.png
35+
[release-shield]: https://img.shields.io/badge/version-v6.0.0-blue.svg
36+
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v6.0.0
37+
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v6.0.0/images/screenshot.png

adguard/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AdGuard Home
2-
version: 5.3.4
2+
version: 6.0.0
33
slug: adguard
44
description: Network-wide ads & trackers blocking DNS server
55
url: https://github.com/hassio-addons/addon-adguard-home
@@ -13,7 +13,6 @@ homeassistant: 0.113.2
1313
arch:
1414
- aarch64
1515
- amd64
16-
- armv7
1716
init: false
1817
ports:
1918
53/udp: 53

0 commit comments

Comments
 (0)