🎉 Release of add-on Nginx Proxy Manager 0.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-05-18 21:52:32 +00:00
parent ce8d743387
commit e6b9b03988
4 changed files with 10 additions and 15 deletions

View file

@ -1,17 +1,12 @@
[Full Changelog][changelog]
Generic upgrade & bugfix release.
Bugfix release.
### 🔨 Changes
- :ambulance: Update permissions on /etc/my.cnf (#8) (@jesserockz)
- :arrow_up: Upgrades NGinx Proxy Manager to 2.0.13 (#13) (@tjorim)
- :arrow_up: Upgrades Python to 2.7.16-r1
- :arrow_up: Upgrades mariadb to 10.3.13-r1
- :arrow_up: Upgrades nginx to 1.14.2-r1
- :ambulance: Fixes changing default site setting
- :ambulance: Enables InnoDB in MariaDB for migrations
[changelog]: https://github.com/hassio-addons/addon-nginx-proxy-manager/compare/v0.1.0...v0.2.0
[changelog]: https://github.com/hassio-addons/addon-nginx-proxy-manager/compare/v0.2.0...v0.2.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -50,13 +50,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.2.1/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-nginx-proxy-manager/111830?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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-nginx-proxy-manager/tree/v0.2.0
[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.2.1
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/master/images/screenshot.gif

View file

@ -1,6 +1,6 @@
{
"name": "Nginx Proxy Manager",
"version": "0.2.0",
"version": "0.2.1",
"slug": "nginxproxymanager",
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",