⬆️ Updating add-on WireGuard to 3fbcb74

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-26 07:28:23 +00:00
parent a6e4e7a34e
commit 5826fbca05
4 changed files with 38 additions and 6 deletions

View file

@ -1034,10 +1034,10 @@ SOFTWARE.
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[vscode-i386-shield]: https://img.shields.io/badge/i386-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-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/3fbcb74
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/26157de/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[wireguard-amd64-shield]: https://img.shields.io/badge/amd64-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 [wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,36 @@
# Changelog since v0.5.1 # 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] <support@github.com>
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] <support@github.com>
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) - ⬆️ 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. Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-3fbcb74-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/26157de [release]: https://github.com/hassio-addons/addon-wireguard/tree/3fbcb74
[wireguard]: https://www.wireguard.com [wireguard]: https://www.wireguard.com

View file

@ -1,6 +1,6 @@
{ {
"name": "WireGuard", "name": "WireGuard",
"version": "26157de", "version": "3fbcb74",
"slug": "wireguard", "slug": "wireguard",
"description": "Fast, modern, secure VPN tunnel", "description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard", "url": "https://github.com/hassio-addons/addon-wireguard",