diff --git a/README.md b/README.md index 00a2d7777..8ec03eb06 100644 --- a/README.md +++ b/README.md @@ -1117,10 +1117,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/0e0f0f6 -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/0e0f0f6/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/e7c0dd3 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/e7c0dd3/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-0e0f0f6-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-e7c0dd3-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 5a560c890..eb50d901c 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.5.0 +- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#76) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#75) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0. diff --git a/wireguard/README.md b/wireguard/README.md index 9573ee1d0..bf64ac5d4 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-0e0f0f6-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/0e0f0f6 +[release-shield]: https://img.shields.io/badge/version-e7c0dd3-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/e7c0dd3 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index 94665ebc3..d0cfea0a8 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "0e0f0f6", + "version": "e7c0dd3", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",