🎉 Release of add-on Node-RED 14.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-14 11:21:38 +00:00
parent fe52564f21
commit 4a04bfc9fc
4 changed files with 54 additions and 53 deletions

View file

@ -881,10 +881,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-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/v14.0.4 [addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v14.1.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v14.0.4/README.md [addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v14.1.0/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-v14.0.4-blue.svg [node-red-version-shield]: https://img.shields.io/badge/version-v14.1.0-blue.svg
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -2,4 +2,5 @@
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#1566](https://github.com/hassio-addons/addon-node-red/pull/1566)) - Bump node-red-dashboard to 3.4.0 @dependabot ([#1568](https://github.com/hassio-addons/addon-node-red/pull/1568))
- Bump node-red-contrib-home-assistant-websocket to 0.49.0 @dependabot ([#1570](https://github.com/hassio-addons/addon-node-red/pull/1570))

View file

@ -48,6 +48,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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v14.0.4-blue.svg [release-shield]: https://img.shields.io/badge/version-v14.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v14.0.4 [release]: https://github.com/hassio-addons/addon-node-red/tree/v14.1.0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -1,71 +1,71 @@
name: Node-RED
version: 14.1.0
slug: nodered
description: Flow-based programming for the Internet of Things
url: https://github.com/hassio-addons/addon-node-red
codenotary: codenotary@frenck.dev
ingress: true
ingress_port: 0
ingress_stream: true
panel_icon: mdi:sitemap
init: false
homeassistant: 2021.3.0
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf - armhf
- armv7 - armv7
- i386 - i386
auth_api: true ports:
codenotary: codenotary@frenck.dev 80/tcp: 1880
description: Flow-based programming for the Internet of Things ports_description:
80/tcp: Web interface
hassio_api: true hassio_api: true
hassio_role: manager hassio_role: manager
homeassistant: 2021.3.0
homeassistant_api: true homeassistant_api: true
host_network: true host_network: true
image: ghcr.io/hassio-addons/node-red/{arch} auth_api: true
ingress: true uart: true
ingress_port: 0
ingress_stream: true
init: false
map: map:
- config:rw - config:rw
- media:rw - media:rw
- share:rw - share:rw
- ssl - ssl
name: Node-RED
options: options:
certfile: fullchain.pem
credential_secret: '' credential_secret: ''
http_node:
password: ''
username: ''
http_static:
password: ''
username: ''
init_commands: []
keyfile: privkey.pem
npm_packages: []
ssl: true
system_packages: []
theme: default theme: default
panel_icon: mdi:sitemap
ports:
80/tcp: 1880
ports_description:
80/tcp: Web interface
schema:
certfile: str
credential_secret: password
http_node: http_node:
password: password username: ''
username: str password: ''
http_static: http_static:
password: password username: ''
username: str password: ''
init_commands: ssl: true
- str certfile: fullchain.pem
keyfile: str keyfile: privkey.pem
leave_front_door_open: bool? system_packages: []
npm_packages: []
init_commands: []
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
max_old_space_size: int? credential_secret: password
npm_packages: theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|midnight-red|monoindustrial|monokai|oceanic-next|oled|solarized-dark|solarized-light|tokyo-night|zenburn)?
- str http_node:
safe_mode: bool? username: str
password: password
http_static:
username: str
password: password
ssl: bool ssl: bool
certfile: str
keyfile: str
system_packages: system_packages:
- str - str
theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|midnight-red|monoindustrial|monokai|oceanic-next|oled|solarized-dark|solarized-light|tokyo-night|zenburn)? npm_packages:
slug: nodered - str
uart: true init_commands:
url: https://github.com/hassio-addons/addon-node-red - str
version: 14.0.4 leave_front_door_open: bool?
safe_mode: bool?
max_old_space_size: int?
image: ghcr.io/hassio-addons/node-red/{arch}