diff --git a/README.md b/README.md index a2febfda6..1e43bedbf 100644 --- a/README.md +++ b/README.md @@ -1034,10 +1034,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/26157de -[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/26157de/README.md +[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/3fbcb74 +[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/3fbcb74/README.md [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues -[wireguard-version-shield]: https://img.shields.io/badge/version-26157de-blue.svg +[wireguard-version-shield]: https://img.shields.io/badge/version-3fbcb74-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 a2c548fc5..3cac9af53 100644 --- a/wireguard/CHANGELOG.md +++ b/wireguard/CHANGELOG.md @@ -1,4 +1,36 @@ # Changelog since v0.5.1 +- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#149) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3) + +--- +updated-dependencies: +- dependency-name: frenck/action-addon-linter + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#148) + +Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0. +- [Release notes](https://github.com/docker/build-push-action/releases) +- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0) + +--- +updated-dependencies: +- dependency-name: docker/build-push-action + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#147) Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2. diff --git a/wireguard/README.md b/wireguard/README.md index 435e3b835..a4bf15b5c 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-26157de-blue.svg -[release]: https://github.com/hassio-addons/addon-wireguard/tree/26157de +[release-shield]: https://img.shields.io/badge/version-3fbcb74-blue.svg +[release]: https://github.com/hassio-addons/addon-wireguard/tree/3fbcb74 [wireguard]: https://www.wireguard.com \ No newline at end of file diff --git a/wireguard/config.json b/wireguard/config.json index d7dcee95e..f1d189a9c 100644 --- a/wireguard/config.json +++ b/wireguard/config.json @@ -1,6 +1,6 @@ { "name": "WireGuard", - "version": "26157de", + "version": "3fbcb74", "slug": "wireguard", "description": "Fast, modern, secure VPN tunnel", "url": "https://github.com/hassio-addons/addon-wireguard",