From 3e0d554a11cd2d0649cdeb51fc35667d8ff5ea3c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 13 Apr 2021 11:43:27 +0000 Subject: [PATCH] :arrow_up: Updating add-on WireGuard to 347e774 --- README.md | 6 +++--- wireguard/CHANGELOG.md | 9 +++++++++ wireguard/README.md | 4 ++-- wireguard/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a308fc08b..a89da64a6 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/49179f1 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/49179f1/README.md +[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 [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-49179f1-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-347e774-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 ce9d6c345..be36a9476 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.5.1 +- ⬆️ 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. +- [Release notes](https://github.com/actions/cache/releases) +- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Clarified ListenPort-documentation (#98) Added a bit more clear documentation in the troubleshooting-section to more easily understand where to put the suggested fix. diff --git a/wireguard/README.md b/wireguard/README.md index fc50aa38f..e37ab8863 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-49179f1-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/49179f1 +[release-shield]: https://img.shields.io/badge/version-347e774-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/347e774 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 548749afb..bdbd32bc8 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "49179f1", + "version": "347e774", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",