🎉 Release of add-on WireGuard 0.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-23 23:21:11 +00:00
parent 4492b4c24a
commit 3df519385d
4 changed files with 21 additions and 31 deletions

View file

@ -1131,10 +1131,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.2.0
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/v0.2.0/README.md
[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
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[wireguard-version-shield]: https://img.shields.io/badge/version-v0.3.0-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

View file

@ -4,26 +4,16 @@ This is a general maintenance release.
### 🔨 Changes
- :pencil2: Fixes a typo in a error message (#8)
- 📚Add note to not attempt to use Nabu Casa (#14)
- :books: Add troubleshooting note about Pi-Hole issue (#15)
- :books: Update troubleshooting note to avoid confusion (#16)
- :ambulance: Fixes broken MTU setting (#20)
- 📚 Simple fix for issue #21 (#26)
- ⬆️ Upgrades go to 1.13.4-r1
- ⬆️ Upgrades openresolv to 3.9.2-r0
- ⬆️ Upgrades wireguard-tools to 0.0.20191219-r0
- ⬆️ Upgrades wireguard-go to v0.0.20191012
- :fireworks: Updates maintenance/license year to 2020
- :pencil2: Funding adjustments
- :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades add-on base image to v6.0.1
- :arrow_up: Upgrades git to 2.24.1-r0
- :books: Adjust add-on installation instructions
- :fire: Remove unused config mapping
- 🚑 Move name variable up in script (#33)
- :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
[changelog]: https://github.com/hassio-addons/addon-wireguard/compare/v0.1.1...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-wireguard/compare/v0.2.0...v0.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: WireGuard
# Home Assistant Community Add-on: WireGuard
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -32,7 +32,7 @@ in the industry.
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
This Home Assistant Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
@ -48,15 +48,15 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-wireguard/blob/v0.3.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-wireguard/134662?u=frenck
[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
[github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[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.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.2.0
[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
[wireguard]: https://www.wireguard.com

View file

@ -1,6 +1,6 @@
{
"name": "WireGuard",
"version": "0.2.0",
"version": "0.3.0",
"slug": "wireguard",
"description": "Fast, modern, secure VPN tunnel",
"url": "https://github.com/hassio-addons/addon-wireguard",
@ -52,7 +52,7 @@
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"server": {
"host": "str",
"interface": "match(^wg([0-9])+$)?",
@ -62,7 +62,7 @@
"dns": [
"str"
],
"private_key": "str?",
"private_key": "password?",
"public_key": "str?",
"fwmark": "str?",
"table": "str?",