From 5c51ed35951f7afe7c34d78e4c92c784e0c89cd6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 8 Feb 2021 17:03:39 +0000 Subject: [PATCH] :arrow_up: Updating add-on WireGuard to f2ae0d3 --- README.md | 6 +++--- wireguard/CHANGELOG.md | 1 + wireguard/README.md | 4 ++-- wireguard/config.json | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ffb5d8fa0..c092c8f7c 100644 --- a/README.md +++ b/README.md @@ -1117,10 +1117,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/ee80afb -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/ee80afb/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/f2ae0d3 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/f2ae0d3/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-ee80afb-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-f2ae0d3-blue.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 [wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/wireguard/CHANGELOG.md b/wireguard/CHANGELOG.md index e97e1e4b6..4f4c286d7 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.4.0 +- Update add-on configuration for Supervisor 2021.2 (#73) - ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#72) Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16. diff --git a/wireguard/README.md b/wireguard/README.md index c752ec69e..5f203c2cf 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -57,6 +57,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-ee80afb-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/ee80afb +[release-shield]: https://img.shields.io/badge/version-f2ae0d3-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/f2ae0d3 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 16d48cc3e..b550ea7a2 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "ee80afb", + "version": "f2ae0d3", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard", @@ -25,7 +25,7 @@ "NET_ADMIN" ], "devices": [ - "/dev/net/tun:/dev/net/tun:rwm" + "/dev/net/tun" ], "map": [ "ssl:rw"