🎉 Release of add-on AdGuard Home 3.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 12:26:51 +00:00
parent 0f878855ca
commit b110143fc6
5 changed files with 39 additions and 30 deletions

View file

@ -704,10 +704,10 @@ SOFTWARE.
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.6.1 [addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v3.0.0
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.6.1/README.md [addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v3.0.0/README.md
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[adguard-version-shield]: https://img.shields.io/badge/version-v2.6.1-blue.svg [adguard-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,11 +1,25 @@
[Full Changelog][changelog] ## Whats changed
### 🔨 Changes This release is marked as major, because:
- ⬆ Upgrades AdGuard Home to 0.104.1 - It has a major base system upgrade (Alpine Linux 3.13)
- Refactor of Home Assistant authentication handling
- The add-on is now distributed via the GitHub Container Registry
- New build system based on GitHub Action
[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v2.6.0...v2.6.1 ## 🚀 Enhancements
Questions? Join our Discord server! https://discord.me/hassioaddons - Refactor NGinx configuration & HA Authentication @frenck (#104)
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck ## 🧰 Maintenance
- Cleanup repository @frenck (#96)
- Happy New Year @frenck (#98)
- Upgrade Code of Conduct @frenck (#99)
- Add new repository workflow @frenck (#100)
## ⬆️ Dependency updates
- Upgrades AdGuard Home to v0.104.3
- Upgrade add-on base image to 9.0.1 @frenck (#102)
- Upgrade add-on base image to 9.1.0 @frenck (#103)

View file

@ -49,7 +49,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action. - `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a Please note that each level automatically includes log messages from a
@ -89,23 +89,22 @@ only exposed to your internal network. USE AT YOUR OWN RISK!_
Adguard allows the configuration of running DNS-over-HTTPS and DNS-over- Adguard allows the configuration of running DNS-over-HTTPS and DNS-over-
TLS locally. If you configure these options please ensure to restart the TLS locally. If you configure these options please ensure to restart the
addon afterwards. Also to use DNS-over-HTTPS correctly please ensure to addon afterwards. Also to use DNS-over-HTTPS correctly please ensure to
configure SSL on the addon as well as in Adguard itself. Also consider configure SSL on the addon as well as in Adguard itself. Also consider
that the addon and Adguard cannot use the same port for SSL. that the addon and Adguard cannot use the same port for SSL.
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -133,7 +132,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2019-2020 Franck Nijhof Copyright (c) 2019-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -159,7 +158,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-adguard-home/90684?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-adguard-home/90684?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-adguard-home/issues [issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-adguard-home/releases [releases]: https://github.com/hassio-addons/addon-adguard-home/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -28,10 +28,10 @@ easily manage the filtering process and its settings.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-adguard-home/90684?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-adguard-home/90684?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.6.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.6.1 [release]: https://github.com/hassio-addons/addon-adguard-home/tree/v3.0.0
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.6.1/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v3.0.0/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "AdGuard Home", "name": "AdGuard Home",
"version": "2.6.1", "version": "3.0.0",
"slug": "adguard", "slug": "adguard",
"description": "Network-wide ads & trackers blocking DNS server", "description": "Network-wide ads & trackers blocking DNS server",
"url": "https://github.com/hassio-addons/addon-adguard-home", "url": "https://github.com/hassio-addons/addon-adguard-home",
@ -29,9 +29,6 @@
"discovery": [ "discovery": [
"adguard" "adguard"
], ],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"auth_api": true, "auth_api": true,
"host_network": true, "host_network": true,
"map": [ "map": [
@ -49,5 +46,5 @@
"keyfile": "str", "keyfile": "str",
"leave_front_door_open": "bool?" "leave_front_door_open": "bool?"
}, },
"image": "hassioaddons/adguard-{arch}" "image": "ghcr.io/hassio-addons/adguard/{arch}"
} }