mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Node-RED 2.0.1
This commit is contained in:
parent
ab5b94ac26
commit
7f372bd4cf
4 changed files with 10 additions and 34 deletions
|
@ -790,10 +790,10 @@ SOFTWARE.
|
|||
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[matrix-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.0/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.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-v2.0.0-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
|
||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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
|
||||
|
|
|
@ -1,34 +1,10 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
Major upgrade!
|
||||
Most noticeable: ARMv7 support, modbus support, NodeJS v10 as the base and a lot more!
|
||||
|
||||
### Changed
|
||||
|
||||
- Adds node-red-contrib-modbus (#162)
|
||||
- Updates dark theme to v0.2.9 (#165) (@bonanitech)
|
||||
- Updates node-red to v0.20.2 (#166)
|
||||
- Updates node-red-contrib-modbus to v4.1.3 (#167)
|
||||
- Upgrades add-on base image to 3.0.0
|
||||
- Upgrades g++ to 8.2.0-r2
|
||||
- Upgrades gcc to 8.2.0-r2
|
||||
- Upgrades linux-headers to 4.18.13-r1
|
||||
- Upgrades Python PIP to 18.1-r0
|
||||
- Upgrades Python to 2.7.15-r3
|
||||
- Upgrades git to 2.20.1-r0
|
||||
- Upgrades NodeJS to 10.14.2-r0
|
||||
- Upgrades openssh-client to 7.9_p1-r4
|
||||
- Adds modclean for reducing resulting image
|
||||
- Removes support for legacy tags
|
||||
- Adds support for ARMv7
|
||||
- Makes log_level optional
|
||||
- Rewrite add-on onto Bashio
|
||||
- Pins down modclean version in Dockerfile
|
||||
- Use unsafe-perm for npm to fix aarch64 issues
|
||||
- Updates node-red-contrib-cast to v0.2.6 (#169)
|
||||
- Updates badges, addon is no longer experimental, but stable. 🎉
|
||||
- Workaround Docker issue by reinstating legacy tags
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.4.0...v2.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v2.0.0...v2.0.1
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
||||
|
|
|
@ -43,13 +43,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v2.0.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v2.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v2.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
@ -82,5 +82,5 @@
|
|||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"image": "hassioaddons/node-red"
|
||||
"image": "hassioaddons/node-red-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue