mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on WireGuard 0.3.1
This commit is contained in:
parent
2256a52da0
commit
7ad791a454
4 changed files with 12 additions and 16 deletions
|
@ -1175,10 +1175,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/v0.3.0
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/v0.3.0/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/v0.3.1
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/v0.3.1/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||
[wireguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/wireguard-armhf.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
|
||||
|
|
|
@ -4,16 +4,11 @@ This is a general maintenance release.
|
|||
|
||||
### 🔨 Changes
|
||||
|
||||
- :ambulance: Fix Patreon link
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :hammer: Re-branding
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :arrow_up: Upgrades add-on base image to v7.0.2
|
||||
- :arrow_up: Upgrades wireguard-tools@edge to 1.0.20200102-r0
|
||||
- :arrow_up: Upgrades WireGuard Go to v0.0.20200121
|
||||
- :hammer: Update community forum links
|
||||
- :arrow_up: Upgrades wireguard-go to v0.0.20200320
|
||||
- :hammer: Disable Docker init
|
||||
- :arrow_up: Upgrades base image to v7.1.0
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-wireguard/compare/v0.2.0...v0.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-wireguard/compare/v0.3.0...v0.3.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -32,7 +32,7 @@ in the industry.
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.3.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.3.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
|
@ -41,6 +41,6 @@ in the industry.
|
|||
[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-v0.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.3.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.3.1
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
@ -12,6 +12,7 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"ports": {
|
||||
"80/tcp": null,
|
||||
"51820/udp": 51820
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue