mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on WireGuard to 51ea54b
This commit is contained in:
parent
bd693a238d
commit
1ba32efb61
4 changed files with 9 additions and 33 deletions
|
@ -1250,10 +1250,10 @@ SOFTWARE.
|
|||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/1710648
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/1710648/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/51ea54b
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/51ea54b/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-1710648-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-51ea54b-blue.svg
|
||||
[wireguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/wireguard-armhf.svg
|
||||
[wireguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[wireguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,26 +1,2 @@
|
|||
# Changelog since v0.1.1
|
||||
- 🚑 Move name variable up in script (#33)
|
||||
|
||||
Name is currently being used before set in the error handling.
|
||||
- :fire: Remove unused config mapping
|
||||
- :books: Adjust add-on installation instructions
|
||||
- :arrow_up: Upgrades git to 2.24.1-r0
|
||||
- :arrow_up: Upgrades add-on base image to v6.0.1
|
||||
- :pencil2: Fixes some spelling and grammar
|
||||
- :pencil2: Funding adjustments
|
||||
- :fireworks: Updates maintenance/license year to 2020
|
||||
- ⬆️ Upgrades wireguard-go to v0.0.20191012
|
||||
- ⬆️ Upgrades wireguard-tools to 0.0.20191219-r0
|
||||
- ⬆️ Upgrades openresolv to 3.9.2-r0
|
||||
- ⬆️ Upgrades go to 1.13.4-r1
|
||||
- ⬆️ Upgrades git to 2.22.2-r0
|
||||
- ⬆️ Upgrades add-on base image to v5.0.3
|
||||
- 📚 Simple fix for issue #21 (#26)
|
||||
- :ambulance: Fixes broken MTU setting (#20)
|
||||
|
||||
The documentation states that the MTU belongs to the server part of the
|
||||
configuration.
|
||||
- :books: Update troubleshooting note to avoid confusion (#16)
|
||||
- :books: Add troubleshooting note about Pi-Hole issue (#15)
|
||||
- 📚Add note to not attempt to use Nabu Casa (#14)
|
||||
- :pencil2: Fixes a typo in a error message (#8)
|
||||
# Changelog since v0.2.0
|
||||
- :ambulance: Fix Patreon link
|
||||
|
|
|
@ -51,7 +51,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/1710648/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/51ea54b/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-wireguard/134662?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
|
@ -60,6 +60,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-1710648-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/1710648
|
||||
[release-shield]: https://img.shields.io/badge/version-51ea54b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/51ea54b
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "1710648",
|
||||
"version": "51ea54b",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue