mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on WireGuard to 906f49b
This commit is contained in:
parent
0da66e2864
commit
af9dbcd8b3
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-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/39cb6b4
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/39cb6b4/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/906f49b
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/906f49b/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-39cb6b4-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-906f49b-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
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
# Changelog since v0.5.1
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 (#113)
|
||||
|
||||
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.2 to v1.1.0.
|
||||
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
|
||||
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.2...c308fdd69d26ed66f4506ebd74b180abe5362145)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#112)
|
||||
|
||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0.
|
||||
|
|
|
@ -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-39cb6b4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/39cb6b4
|
||||
[release-shield]: https://img.shields.io/badge/version-906f49b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/906f49b
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "39cb6b4",
|
||||
"version": "906f49b",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue