🎉 Release of add-on Nginx Proxy Manager 0.10.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 18:11:12 +00:00
parent fd40a8bac6
commit 75a5a1c30e
4 changed files with 15 additions and 34 deletions

View file

@ -1,35 +1,16 @@
## Whats changed
This release upgrades a lot of the part in this add-on.
The OS, and basically all the software, including an update to the NGINX Proxy Manager itself.
Updates the Nginx Proxy Manager inside the add-on to v2.8.0
As of now, the add-on is build using GitHub Actions and distributed via the GitHub Container Registry. While a big change, this change should not be noticeable to you 😉
## 🚀 Enhancements
../Frenck
## 🐛 Bug fixes
- Add missing type to port definitions @frenck (#139)
- Grant Supervisor API access to retrieve environment information @frenck (#144)
## 🧰 Maintenance
- Cleanup repository @frenck (#130)
- Happy New Year @frenck (#131)
- Upgrade Code of Conduct @frenck (#132)
- Add new repository workflow @frenck (#133)
## 📚 Documentation
- Fix master->main in README template @frenck (#136)
- 🔨 Change to addon.option for reset_database @sinclairpaul (#147)
## ⬆️ Dependency updates
- Upgrade add-on base image to 9.1.0 @frenck (#137)
- ⬆️ Bump certbot-dns-cloudflare from 1.7.0 to 1.11.0 in /proxy-manager @dependabot (#134)
- ⬆ Upgrades NGINX Proxy Manager to v2.7.3 @frenck (#138)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#141)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#142)
- ⬆ Upgrades py3-pip to 20.3.4-r0 @frenck (#140)
- Upgrade add-on base image to 9.1.1 @frenck (#143)
- Upgrade add-on base image to 9.1.2 @frenck (#146)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#148)
- ⬆️ Bump certbot-dns-cloudflare from 1.11.0 to 1.12.0 in /proxy-manager @dependabot (#149)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#150)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#151)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#152)
- ⬆ Upgrades NGINX Proxy Manager to v2.8.0 @frenck (#153)

View file

@ -38,6 +38,6 @@ Nginx proxy manager by providing additional Nginx directives.
[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.9.0-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.9.0
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.10.0
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif

View file

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