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 19.0.0
This commit is contained in:
parent
bc1ede726b
commit
a76791a8ab
4 changed files with 37 additions and 9 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.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v18.1.1/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v19.0.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v19.0.0/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.1-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v19.0.0-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,5 +1,34 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
**⚠️ 🚨 This release drops support for ARMv7**
|
||||
|
||||
- Exclude node_modules from backup @frenck ([#1957](https://github.com/hassio-addons/addon-node-red/pull/1957))
|
||||
After a few years of working around the upstream issues, I see no way out than to make a breaking change.
|
||||
For references of upstream issues see: [#2016](https://github.com/hassio-addons/addon-node-red/pull/2016)
|
||||
|
||||
With that out of the way, this release upgraded Alpine Linux to 3.21 and NodeJS to 22.x, making this a huge upgrade.
|
||||
Besides that, all the latest and greatest other dependencies are included as well.
|
||||
|
||||
## 🚨 Breaking changes
|
||||
|
||||
- 🚨 Drop support for ARMv7 @frenck ([#2016](https://github.com/hassio-addons/addon-node-red/pull/2016))
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Disable proxy buffering @frenck ([#2017](https://github.com/hassio-addons/addon-node-red/pull/2017))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base-nodejs Docker tag to v0.2.5 @renovate ([#1967](https://github.com/hassio-addons/addon-node-red/pull/1967))
|
||||
- ⬆️ Update @node-red-contrib-themes/theme-collection to v4.0.11 @renovate ([#1970](https://github.com/hassio-addons/addon-node-red/pull/1970))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.74.0 @renovate ([#1972](https://github.com/hassio-addons/addon-node-red/pull/1972))
|
||||
- ⬆️ Update node-red to v4.0.4 @renovate ([#1974](https://github.com/hassio-addons/addon-node-red/pull/1974))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.74.1 @renovate ([#1975](https://github.com/hassio-addons/addon-node-red/pull/1975))
|
||||
- ⬆️ Update node-red to v4.0.5 @renovate ([#1976](https://github.com/hassio-addons/addon-node-red/pull/1976))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.74.2 @renovate ([#1984](https://github.com/hassio-addons/addon-node-red/pull/1984))
|
||||
- ⬆️ Update node-red-contrib-modbus to v5.43.0 @renovate ([#1989](https://github.com/hassio-addons/addon-node-red/pull/1989))
|
||||
- ⬆️ Update alpine_3_19/python3-dev to v3.11.11-r0 @renovate ([#2005](https://github.com/hassio-addons/addon-node-red/pull/2005))
|
||||
- ⬆️ Update node-red to v4.0.6 @renovate ([#2009](https://github.com/hassio-addons/addon-node-red/pull/2009))
|
||||
- ⬆️ Update node-red to v4.0.7 @renovate ([#2010](https://github.com/hassio-addons/addon-node-red/pull/2010))
|
||||
- ⬆️ Update node-red to v4.0.8 @renovate ([#2011](https://github.com/hassio-addons/addon-node-red/pull/2011))
|
||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.75.0 @renovate ([#2013](https://github.com/hassio-addons/addon-node-red/pull/2013))
|
||||
- Update to Alpine 3.21 (NodeJS 22) @frenck ([#2015](https://github.com/hassio-addons/addon-node-red/pull/2015))
|
||||
|
|
|
@ -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.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v18.1.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v19.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v19.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: Node-RED
|
||||
version: 18.1.1
|
||||
version: 19.0.0
|
||||
slug: nodered
|
||||
description: Flow-based programming for the Internet of Things
|
||||
url: https://github.com/hassio-addons/addon-node-red
|
||||
|
@ -13,7 +13,6 @@ homeassistant: 2023.3.0
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
ports:
|
||||
80/tcp: 1880
|
||||
ports_description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue