From c9cdd6dc1cb76354fa92e3a13147c843957fe623 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 30 Apr 2021 10:47:15 +0000 Subject: [PATCH] :arrow_up: Updating add-on WireGuard to 36c9759 --- 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 9f73555a7..b4e1f88d9 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/7713a05 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/7713a05/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/36c9759 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/36c9759/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-7713a05-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-36c9759-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 49e15efc2..f0cd02f2e 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.5.1 +- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#115) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.2.0...0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#114) Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0. diff --git a/wireguard/README.md b/wireguard/README.md index edb03c2a0..e56e9d2dc 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-7713a05-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/7713a05 +[release-shield]: https://img.shields.io/badge/version-36c9759-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/36c9759 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index d7dd5096d..e8dfe7d06 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "7713a05", + "version": "36c9759", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",