diff --git a/README.md b/README.md index 0fa219765..52c1d5fd4 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/8afecdd -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/8afecdd/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/f8a7bc5 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/f8a7bc5/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-8afecdd-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-f8a7bc5-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 a65d5f073..3bca7ef6f 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v0.5.0 +- ⬆️ Upgrades WireGuard Go to 0.0.20210212 (#102) +- ⬆️ Upgrades add-on base image to v9.1.7 (#101) - ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#100) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2. diff --git a/wireguard/README.md b/wireguard/README.md index ddc2a8655..d065f3a3d 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-8afecdd-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/8afecdd +[release-shield]: https://img.shields.io/badge/version-f8a7bc5-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/f8a7bc5 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 88a838f73..5bfd71394 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "8afecdd", + "version": "f8a7bc5", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",