From 32311dec1f1669733c8d1e61e5383f96bca98755 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 18 Apr 2021 07:59:41 +0000 Subject: [PATCH] :arrow_up: Updating add-on WireGuard to 29e2a4f --- README.md | 6 +++--- wireguard/CHANGELOG.md | 1 + wireguard/DOCS.md | 2 +- wireguard/README.md | 4 ++-- wireguard/config.json | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f1f37f58d..5b78feb79 100644 --- a/README.md +++ b/README.md @@ -1094,10 +1094,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/347e774 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/347e774/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/29e2a4f +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/29e2a4f/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-347e774-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-29e2a4f-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 be36a9476..dd36bf191 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.5.1 +- 📚 Minor documentation tweak (#108) - ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#105) Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. diff --git a/wireguard/DOCS.md b/wireguard/DOCS.md index 54c42076a..d01499428 100644 --- a/wireguard/DOCS.md +++ b/wireguard/DOCS.md @@ -204,7 +204,7 @@ This is an identifier for you. It helps you to know what this peer is, e.g., This name is also used for creating the directory in `/ssl/wireguard` where the generated client configuration and QR codes are stored. Therefore, a name has a maximum of 32 characters, can only contain A-Z (or a-z) and 0-9. -Names contain a hyphen (-) but must not start or end with one. +Names may contain a hyphen (-) but must not start or end with one. ### Option: `peers.addresses` diff --git a/wireguard/README.md b/wireguard/README.md index e37ab8863..dd6ac4900 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-347e774-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/347e774 +[release-shield]: https://img.shields.io/badge/version-29e2a4f-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/29e2a4f [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index bdbd32bc8..bc58db6dc 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "347e774", + "version": "29e2a4f", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",