🎉 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-armv7-shield]: https://img.shields.io/badge/armv7-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-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.6.1/README.md
[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/v3.0.0/README.md
[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-amd64-shield]: https://img.shields.io/badge/amd64-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
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck
- Refactor NGinx configuration & HA Authentication @frenck (#104)
## 🧰 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

@ -96,16 +96,15 @@ that the addon and Adguard cannot use the same port for SSL.
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
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:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -133,7 +132,7 @@ check [the contributor's page][contributors].
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
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
[frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-adguard-home/releases
[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
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[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]: 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-v2.6.1-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.6.1
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.6.1/images/screenshot.png
[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v3.0.0
[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",
"version": "2.6.1",
"version": "3.0.0",
"slug": "adguard",
"description": "Network-wide ads & trackers blocking DNS server",
"url": "https://github.com/hassio-addons/addon-adguard-home",
@ -29,9 +29,6 @@
"discovery": [
"adguard"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"auth_api": true,
"host_network": true,
"map": [
@ -49,5 +46,5 @@
"keyfile": "str",
"leave_front_door_open": "bool?"
},
"image": "hassioaddons/adguard-{arch}"
"image": "ghcr.io/hassio-addons/adguard/{arch}"
}