mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on WireGuard to 347e774
This commit is contained in:
parent
233626fe2f
commit
3e0d554a11
4 changed files with 15 additions and 6 deletions
|
@ -1094,10 +1094,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/49179f1
|
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/347e774
|
||||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/49179f1/README.md
|
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/347e774/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-49179f1-blue.svg
|
[wireguard-version-shield]: https://img.shields.io/badge/version-347e774-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
|
||||||
|
|
|
@ -1,4 +1,13 @@
|
||||||
# Changelog since v0.5.1
|
# Changelog since v0.5.1
|
||||||
|
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#105)
|
||||||
|
|
||||||
|
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
|
||||||
|
- [Release notes](https://github.com/actions/cache/releases)
|
||||||
|
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- Clarified ListenPort-documentation (#98)
|
- Clarified ListenPort-documentation (#98)
|
||||||
|
|
||||||
Added a bit more clear documentation in the troubleshooting-section to more easily understand where to put the suggested fix.
|
Added a bit more clear documentation in the troubleshooting-section to more easily understand where to put the suggested fix.
|
||||||
|
|
|
@ -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-49179f1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-347e774-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/49179f1
|
[release]: https://github.com/hassio-addons/addon-wireguard/tree/347e774
|
||||||
[wireguard]: https://www.wireguard.com
|
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "WireGuard",
|
"name": "WireGuard",
|
||||||
"version": "49179f1",
|
"version": "347e774",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue