mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Node-RED 4.0.0
This commit is contained in:
parent
620f2466b2
commit
200f19e7fc
4 changed files with 29 additions and 10 deletions
|
@ -925,10 +925,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.4
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.1.4/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v4.0.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v4.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-v3.1.4-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v4.0.0-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,12 +1,31 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This is a general maintenance release.
|
||||
This is a major release, but should not be breaking.
|
||||
It mainly upgrades all internals of the add-on.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Updates node-red-contrib-home-assistant-websocket to v0.12.3 (#240)
|
||||
- :arrow_up: Updates node-red-contrib-bigtimer to v2.2.0 (#243)
|
||||
- :hammer: Changes dark theme installation to NPM (#244)
|
||||
- :arrow_up: Updates node-red-contrib-actionflows to v2.0.3 (#246)
|
||||
- :arrow_up: Updates node-red-contrib-influxdb to v0.3.0 (#247)
|
||||
- :arrow_up: Upgrades linux-headers to 4.19.36-r0
|
||||
- :arrow_up: Upgrades git to 2.22.0-r0
|
||||
- :arrow_up: Upgrades nginx to 1.16.0-r2
|
||||
- :arrow_up: Upgrades nodejs to 10.16.0-r0
|
||||
- :arrow_up: Upgrades npm to 10.16.0-r0
|
||||
- :arrow_up: Upgrades openssh-client to 8.0_p1-r0
|
||||
- :arrow_up: Upgrades add-on base image to v4.0.1
|
||||
- :fire: Removes now deprecated ssl directive
|
||||
- 🔗Changes dark theme repository link (#251)
|
||||
- :arrow_up: Updates node-red-node-random to v0.1.3 (#250)
|
||||
- :arrow_up: Updates node-red to v0.20.6 (#249)
|
||||
- :arrow_up: Updates snyk to v1.180.0 (#248)
|
||||
- :arrow_up: Updates node-red-node-geofence to v0.1.2 (#252)
|
||||
- :pencil2: Maintaince -> Maintenance
|
||||
- :sparkles: Adds FUNDING.yml
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.1.3...v3.1.4
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.1.4...v4.0.0
|
||||
|
||||
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/v3.1.4/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v4.0.0/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-v3.1.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.1.4
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v4.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "3.1.4",
|
||||
"version": "4.0.0",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue