mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Node-RED 13.0.0
This commit is contained in:
parent
d8341375e7
commit
50099fe09e
4 changed files with 13 additions and 51 deletions
|
@ -1,52 +1,14 @@
|
|||
## What’s changed
|
||||
|
||||
This is a major release of the add-on, with some breaking changes, fixes, and major upgrades to its dependencies.
|
||||
This add-on release ships with Node-RED 3.0!
|
||||
Congratulations to the Node-RED project for reaching this milestone 🎉
|
||||
|
||||
v12.0.1 additionally cleans up a node that was missed (thanks, @regevbr for spotting that).
|
||||
v12.0.2 fixes a possible issue during startup in case of connection problems.
|
||||
For information on what has changed in Node-RED 3.0, check out their blog post:
|
||||
|
||||
## 🚨 Breaking changes
|
||||
|
||||
The following Node-RED where previously built-in, and have been removed:
|
||||
|
||||
- `node-red-contrib-alexa-home-skill`
|
||||
- `node-red-contrib-looptimer`
|
||||
- `node-red-contrib-statistics`
|
||||
- `node-red-contrib-stoptimer`
|
||||
- `node-red-contrib-timecheck`
|
||||
- `node-red-contrib-traffic`
|
||||
- `node-red-node-msgpack`
|
||||
- `node-red-node-sentiment`
|
||||
|
||||
They have been removed because of their low usage/installs and most
|
||||
of them have not been maintained for years now. If you like to keep any of those, you can add/install them again yourself.
|
||||
|
||||
Additionally, the Raspberry Pi GPIO support has been removed.
|
||||
It has always been flaky at best, and in many cases not working at all.
|
||||
Besides, it generated errors/warnings when using the add-on on a device that is not a Raspberry Pi.
|
||||
Removing it reduces the add-on size by ~20% and improves the security rating of the add-on.
|
||||
|
||||
- 🔥 Cleanup built-in nodes @frenck (#1359)
|
||||
- 🔥 Remove GPIO support @frenck (#1360)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🚑 Fix serial port binding issue @frenck (#1357)
|
||||
- 🚑 Ensure add-on starts without internet @frenck (#1368)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🧹 Clean up another 5Mb of cache files @frenck (#1361)
|
||||
- 🧹 Clean up gpio node @regevbr (#1362)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Minor typo for add repo link @sinclairpaul (#1343)
|
||||
- 📚 Use new My Home Assistant link format @frenck (#1358)
|
||||
<https://nodered.org/blog/2022/07/14/version-3-0-released>
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Bump node-red-contrib-persistent-fsm from 1.1.0 to 1.2.0 in /node-red @dependabot (#1344)
|
||||
- Bump node-red-dashboard from 3.1.6 to 3.1.7 in /node-red @dependabot (#1345)
|
||||
- Bump node-red-node-feedparser from 0.2.2 to 0.3.0 in /node-red @dependabot (#1355)
|
||||
- ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#1356)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.1 @frenck (#1390)
|
||||
- Bump node-red from 2.2.2 to 3.0.0 in /node-red @dependabot (#1389)
|
||||
- Bump @node-red-contrib-themes/theme-collection from 2.2.3 to 3.0.1 in /node-red @dependabot (#1391)
|
||||
|
|
|
@ -32,6 +32,6 @@ runtime in a single click.
|
|||
[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-v12.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v12.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v13.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v13.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -68,4 +68,4 @@ schema:
|
|||
slug: nodered
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-node-red
|
||||
version: 12.0.2
|
||||
version: 13.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue