mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on Node-RED 18.1.1
This commit is contained in:
parent
78db2be829
commit
cace3c966d
4 changed files with 10 additions and 23 deletions
|
@ -974,10 +974,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v18.1.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v18.1.0/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v18.1.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v18.1.1/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v18.1.0-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v18.1.1-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-no-red.svg
|
||||
|
|
|
@ -1,20 +1,5 @@
|
|||
## What’s changed
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
## 🚀 Enhancements
|
||||
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.67.2 @renovate ([#1928](https://github.com/hassio-addons/addon-node-red/pull/1928))
|
||||
- ⬆️ Update node-red-contrib-modbus to v5.42.0 @renovate ([#1926](https://github.com/hassio-addons/addon-node-red/pull/1926))
|
||||
- ⬆️ Update alpine_3_19/python3-dev to v3.11.9-r1 @renovate ([#1931](https://github.com/hassio-addons/addon-node-red/pull/1931))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.0 @renovate ([#1934](https://github.com/hassio-addons/addon-node-red/pull/1934))
|
||||
- ⬆️ Update node-red-node-email to v3.0.2 @renovate ([#1936](https://github.com/hassio-addons/addon-node-red/pull/1936))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.2.4 @renovate ([#1939](https://github.com/hassio-addons/addon-node-red/pull/1939))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.72.0 @renovate ([#1935](https://github.com/hassio-addons/addon-node-red/pull/1935))
|
||||
- ⬆️ Update alpine_3_19/python3-dev to v3.11.10-r0 @renovate ([#1940](https://github.com/hassio-addons/addon-node-red/pull/1940))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.72.2 @renovate ([#1942](https://github.com/hassio-addons/addon-node-red/pull/1942))
|
||||
- ⬆️ Update @node-red-contrib-themes/theme-collection to v4.0.9 @renovate ([#1943](https://github.com/hassio-addons/addon-node-red/pull/1943))
|
||||
- ⬆️ Update alpine_3_19/git to v2.43.5-r0 @renovate ([#1945](https://github.com/hassio-addons/addon-node-red/pull/1945))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.72.4 @renovate ([#1946](https://github.com/hassio-addons/addon-node-red/pull/1946))
|
||||
- ⬆️ Update node-red to v4.0.3 @renovate ([#1947](https://github.com/hassio-addons/addon-node-red/pull/1947))
|
||||
- ⬆️ Update @node-red-contrib-themes/theme-collection to v4.0.10 @renovate ([#1948](https://github.com/hassio-addons/addon-node-red/pull/1948))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.73.0 @renovate ([#1951](https://github.com/hassio-addons/addon-node-red/pull/1951))
|
||||
- ⬆️ Update node-red-node-suncalc to v1.2.0 @renovate ([#1955](https://github.com/hassio-addons/addon-node-red/pull/1955))
|
||||
- Exclude node_modules from backup @frenck ([#1957](https://github.com/hassio-addons/addon-node-red/pull/1957))
|
||||
|
|
|
@ -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]: 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-v18.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v18.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v18.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v18.1.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: Node-RED
|
||||
version: 18.1.0
|
||||
version: 18.1.1
|
||||
slug: nodered
|
||||
description: Flow-based programming for the Internet of Things
|
||||
url: https://github.com/hassio-addons/addon-node-red
|
||||
|
@ -30,6 +30,8 @@ map:
|
|||
- media:rw
|
||||
- share:rw
|
||||
- ssl
|
||||
backup_exclude:
|
||||
- node_modules
|
||||
options:
|
||||
theme: default
|
||||
http_node:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue