mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Nginx Proxy Manager 0.9.0
This commit is contained in:
parent
f8396ec51b
commit
fa243b85a3
4 changed files with 14 additions and 7 deletions
|
@ -927,10 +927,10 @@ SOFTWARE.
|
|||
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nut-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.9.0-beta.1
|
||||
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.9.0-beta.1/README.md
|
||||
[addon-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.9.0
|
||||
[addon-doc-nginxproxymanager]: https://github.com/hassio-addons/addon-nginx-proxy-manager/blob/v0.9.0/README.md
|
||||
[nginxproxymanager-issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
|
||||
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-v0.9.0-beta.1-blue.svg
|
||||
[nginxproxymanager-version-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
|
||||
[nginxproxymanager-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[nginxproxymanager-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
## What’s 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.
|
||||
|
||||
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 😉
|
||||
|
||||
../Frenck
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Add missing type to port definitions @frenck (#139)
|
||||
- Grant Supervisor API access to retreive environment information @frenck (#144)
|
||||
- Grant Supervisor API access to retrieve environment information @frenck (#144)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
|
|
|
@ -54,6 +54,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]: 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-beta.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/v0.9.0-beta.1
|
||||
[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
|
||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Nginx Proxy Manager",
|
||||
"version": "0.9.0-beta.1",
|
||||
"version": "0.9.0",
|
||||
"slug": "nginxproxymanager",
|
||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue