⬆️ Updating add-on WireGuard to 835c824

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-12 19:16:51 +00:00
parent 983f381fa1
commit 5840f10c8f
4 changed files with 12 additions and 6 deletions

View file

@ -1034,10 +1034,10 @@ SOFTWARE.
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/d34a90d [addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/835c824
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/d34a90d/README.md [addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/835c824/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-d34a90d-blue.svg [wireguard-version-shield]: https://img.shields.io/badge/version-835c824-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,9 @@
# Changelog since v0.6.0 # Changelog since v0.6.0
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#203)
* 🔒 Sign add-on with Codenotary Community Attestation Service (CAS)
* Update deploy
- 📚 Small documentation tweaks and updates (#202) - 📚 Small documentation tweaks and updates (#202)
- 🎆 Updates maintenance/license year to 2022 (#201) - 🎆 Updates maintenance/license year to 2022 (#201)
- Fix service path in wireguard service file (#200) - Fix service path in wireguard service file (#200)

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-d34a90d-blue.svg [release-shield]: https://img.shields.io/badge/version-835c824-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/d34a90d [release]: https://github.com/hassio-addons/addon-wireguard/tree/835c824
[wireguard]: https://www.wireguard.com [wireguard]: https://www.wireguard.com

View file

@ -4,6 +4,7 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: Fast, modern, secure VPN tunnel description: Fast, modern, secure VPN tunnel
devices: devices:
- /dev/net/tun - /dev/net/tun
@ -67,4 +68,4 @@ schema:
table: str? table: str?
slug: wireguard slug: wireguard
url: https://github.com/hassio-addons/addon-wireguard url: https://github.com/hassio-addons/addon-wireguard
version: d34a90d version: 835c824