⬆️ Updating add-on WireGuard to d752c0b

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-23 23:13:33 +00:00
parent 89a4dd0852
commit 5f9bc6fe7f
4 changed files with 21 additions and 13 deletions

View file

@ -1266,10 +1266,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/51ea54b
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/51ea54b/README.md
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/d752c0b
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/d752c0b/README.md
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
[wireguard-version-shield]: https://img.shields.io/badge/version-51ea54b-blue.svg
[wireguard-version-shield]: https://img.shields.io/badge/version-d752c0b-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

View file

@ -1,2 +1,10 @@
# Changelog since v0.2.0
- :hammer: Update community forum links
- :arrow_up: Upgrades WireGuard Go to v0.0.20200121
- :arrow_up: Upgrades wireguard-tools@edge to 1.0.20200102-r0
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades add-on base image to v7.0.0
- :ambulance: Fix Patreon link

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: WireGuard
# Home Assistant Community Add-on: WireGuard
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -32,8 +32,8 @@ in the industry.
## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
This Home Assistant Add-ons repository contains edge builds of add-ons.
Edge builds add-ons are based upon the latest development version.
- They may not work at all.
- They might stop working at any time.
@ -51,15 +51,15 @@ 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/51ea54b/README.md
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/d752c0b/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
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?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
[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-51ea54b-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/51ea54b
[release-shield]: https://img.shields.io/badge/version-d752c0b-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/d752c0b
[wireguard]: https://www.wireguard.com

View file

@ -1,6 +1,6 @@
{
"name": "WireGuard",
"version": "51ea54b",
"version": "d752c0b",
"slug": "wireguard",
"description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard",
@ -52,7 +52,7 @@
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"server": {
"host": "str",
"interface": "match(^wg([0-9])+$)?",
@ -62,7 +62,7 @@
"dns": [
"str"
],
"private_key": "str?",
"private_key": "password?",
"public_key": "str?",
"fwmark": "str?",
"table": "str?",