mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on WireGuard to aa035f7
This commit is contained in:
parent
ff7d3d37cb
commit
d5f5655497
4 changed files with 15 additions and 6 deletions
|
@ -1117,10 +1117,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/77ad15f
|
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/aa035f7
|
||||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/77ad15f/README.md
|
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/aa035f7/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-77ad15f-blue.svg
|
[wireguard-version-shield]: https://img.shields.io/badge/version-aa035f7-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.4.0
|
# Changelog since v0.4.0
|
||||||
|
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 (#70)
|
||||||
|
|
||||||
|
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
|
||||||
|
- [Release notes](https://github.com/actions/cache/releases)
|
||||||
|
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#71)
|
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#71)
|
||||||
|
|
||||||
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
|
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
|
||||||
|
|
|
@ -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-77ad15f-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-aa035f7-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/77ad15f
|
[release]: https://github.com/hassio-addons/addon-wireguard/tree/aa035f7
|
||||||
[wireguard]: https://www.wireguard.com
|
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "WireGuard",
|
"name": "WireGuard",
|
||||||
"version": "77ad15f",
|
"version": "aa035f7",
|
||||||
"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