From e5406c2ee1cad59af7e4a546b280be34a728d735 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 8 Apr 2021 10:49:46 +0000 Subject: [PATCH] :arrow_up: Updating add-on WireGuard to f16c93e --- 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 4654c2d9b..2228c55d3 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/acbb6b6 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/acbb6b6/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/f16c93e +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/f16c93e/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-acbb6b6-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-f16c93e-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 abf7662c5..677627935 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.5.0 +- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#99) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.1...2a4b53665e15ce7d7049afb11ff1f70ff1610609) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#97) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0. diff --git a/wireguard/README.md b/wireguard/README.md index edd38ade8..a68a8223a 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-acbb6b6-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/acbb6b6 +[release-shield]: https://img.shields.io/badge/version-f16c93e-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/f16c93e [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 3680ad698..4f2e8b812 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "acbb6b6", + "version": "f16c93e", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",