diff --git a/README.md b/README.md index cc3b927a..13645577 100644 --- a/README.md +++ b/README.md @@ -940,10 +940,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/v5.0.3 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v5.0.3/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v5.0.4 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v5.0.4/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-v5.0.3-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-v5.0.4-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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 8a9974c2..af56d731 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -4,14 +4,19 @@ This is a general maintenance release. ### 🔨 Changes -- :arrow_up: Updates node-red-contrib-interval-length to v0.0.4 (#355) -- :arrow_up: Updates node-red-node-ping to v0.1.0 (#356) -- :arrow_up: Updates node-red-node-base64 to v0.2.0 (#358) -- :arrow_up: Updates node-red-contrib-theme-midnight-red to v1.0.8 (#359) -- :arrow_up: Updates snyk to v1.241.1 (#357) -- :arrow_up: Upgrades nginx to 1.16.1-r1 +- :arrow_up: Updates node-red-node-email to v1.7.2 (#362) +- :arrow_up: Updates node-red to v1.0.3 (#369) +- :arrow_up: Updates snyk to v1.251.0 (#360) +- :arrow_up: Updates node-red-contrib-cast to v0.2.12 (#373) +- :arrow_up: Updates node-red-contrib-theme-midnight-red to v1.0.14 (#378) +- :arrow_up: Updates node-red-contrib-modbus to v5 (#379) +- :arrow_up: Updates node-red-dashboard to v2.19.1 (#380) +- :arrow_up: Updates node-red-node-serialport to v0.10.0 (#381) +- :arrow_up: Upgrades add-on base image to v5.0.3 +- :books: Update add-on installation instructions +- :ambulance: Fixes Node-RED dashboard patch to be compatible with 2.19.1 and higher -[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v5.0.2...v5.0.3 +[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v5.0.3...v5.0.4 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/node-red/README.md b/node-red/README.md index 8e75906d..ae9363a6 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -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/v5.0.3/README.md +[docs]: https://github.com/hassio-addons/addon-node-red/blob/v5.0.4/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-v5.0.3-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/v5.0.3 +[release-shield]: https://img.shields.io/badge/version-v5.0.4-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/v5.0.4 [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 3bd9218f..adaaf963 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "5.0.3", + "version": "5.0.4", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://github.com/hassio-addons/addon-node-red",