diff --git a/README.md b/README.md index bb6ced384..ffebef8ab 100644 --- a/README.md +++ b/README.md @@ -1241,10 +1241,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/acc9333 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/acc9333/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/aec3800 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/aec3800/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-acc9333-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-aec3800-blue.svg [wireguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/wireguard-armhf.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 diff --git a/wireguard/CHANGELOG.md b/wireguard/CHANGELOG.md index 7811e1d43..32c0aec27 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,5 +1,5 @@ -# Changelog since v0.3.0 -- :arrow_up: Upgrades base image to v7.1.0 -- :hammer: Disable Docker init -- :arrow_up: Upgrades wireguard-go to v0.0.20200320 -- :arrow_up: Upgrades add-on base image to v7.0.5 +# Changelog since v0.3.1 +- 🔨 Implement OCI image specification on labels +- ⬆ Upgrades go to 1.13.10-r0 +- ⬆ Upgrades git to 2.24.3-r0 +- ⬆ Upgrades add-on base image to v7.2.0 diff --git a/wireguard/README.md b/wireguard/README.md index 16afc8291..932490175 100644 --- a/wireguard/README.md +++ b/wireguard/README.md @@ -51,7 +51,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-wireguard/blob/acc9333/README.md +[docs]: https://github.com/hassio-addons/addon-wireguard/blob/aec3800/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -60,6 +60,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-acc9333-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/acc9333 +[release-shield]: https://img.shields.io/badge/version-aec3800-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/aec3800 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index a9f5f541f..8d5760849 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "acc9333", + "version": "aec3800", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",