diff --git a/README.md b/README.md index 3c451308..02f465c6 100644 --- a/README.md +++ b/README.md @@ -657,10 +657,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.6.1 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.6.1/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.7.0 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.7.0/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v4.6.1-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v4.7.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index 076d0d50..2ece8744 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,6 +1,14 @@ ## What’s changed +## ✨ New features + +- Add Health Checks @frenck (#328) + +## πŸ“š Documentation + +- πŸ“š Update installation doc with proper link @delphiki (#323) + ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 12.2.1 @frenck (#327) -- ⬆️ Upgrades AdGuard Home to v0.107.8 @pattyland (#326) +- ⬆️ Upgrades yq to 4.25.1-r2 @frenck (#330) +- ⬆️ Upgrades add-on base image to 12.2.2 @frenck (#329) diff --git a/adguard/DOCS.md b/adguard/DOCS.md index 37f5367f..5e7cc386 100644 --- a/adguard/DOCS.md +++ b/adguard/DOCS.md @@ -16,9 +16,10 @@ comparison to installing any other Home Assistant add-on. 1. **Ensure your Home Assistant device has a [static IP and static external DNS servers!](https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md#static-ip)** This is important! You **WILL** end up having issues if you skip this step. - - Change this setting in Supervisor: - [![Open your Home Assistant instance and show your Supervisor system information.](https://my.home-assistant.io/badges/supervisor_info.svg)](https://my.home-assistant.io/redirect/supervisor_info/) - (_Host β†’ IP Address β†’ Change β†’ IPv4 β†’ Static_) + - Change this setting in Network: + [![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/) + (_Settings β†’ System β†’ Network + β†’ Configure network interfaces β†’ Your Interface β†’ IPv4 β†’ Static_) - Please note, setting a fixed IP in your router is **NOT** static. 1. Click the Home Assistant My button below to open the add-on on your Home Assistant instance. diff --git a/adguard/README.md b/adguard/README.md index bf0292b4..152ace5e 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -32,6 +32,6 @@ easily manage the filtering process and its settings. [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v4.6.1-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.6.1 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.6.1/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.7.0 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.7.0/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.yaml b/adguard/config.yaml index 8b9a0177..acb5a3a3 100644 --- a/adguard/config.yaml +++ b/adguard/config.yaml @@ -43,4 +43,4 @@ schema: slug: adguard startup: services url: https://github.com/hassio-addons/addon-adguard-home -version: 4.6.1 +version: 4.7.0