⬆️ Updating add-on Node-RED to 1562d5c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-24 13:42:50 +00:00
parent eac46a884e
commit 9740753f63
4 changed files with 7 additions and 6 deletions

View file

@ -968,10 +968,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/a19ada2
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/a19ada2/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/1562d5c
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/1562d5c/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-a19ada2-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-1562d5c-blue.svg
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,3 +1,4 @@
# Changelog since v8.0.0
- Refactor NGINX configuration & HA Authentication (#866)
- Fix order of installing customizations (#867)
- Upgrade add-on base image to 9.1.0 (#865)

View file

@ -50,6 +50,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-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-a19ada2-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/a19ada2
[release-shield]: https://img.shields.io/badge/version-1562d5c-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/1562d5c
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "a19ada2",
"version": "1562d5c",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",