mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
🎉 Release of add-on Node-RED 4.0.4
This commit is contained in:
parent
05fba81b1c
commit
20fe98d52f
4 changed files with 10 additions and 16 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/v4.0.3
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v4.0.3/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v4.0.4
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v4.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-v4.0.3-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v4.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
|
||||
|
|
|
@ -2,19 +2,13 @@
|
|||
|
||||
This is a general maintenance release.
|
||||
|
||||
🚑 This release also takes care of mitigating the recently discovered `lodash` vulnerability that is considered high severity. Not all Node-RED nodes have patched and updated to handle this vulnerability, so the add-on does this for you on a higher level. We keep this in place till we are sure all is OK.
|
||||
|
||||
More information is provided by Snyk (whom we use to protect and actively scan our add-ons):
|
||||
|
||||
<https://snyk.io/vuln/SNYK-JS-LODASH-450202>
|
||||
Upgrades RPi.GPIO, which finally has support for GPIO on the aarch64 platform 🎉
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Upgrades add-on base image to v4.0.2
|
||||
- :ambulance: Mitigate lodash vulnerabilities (#263)
|
||||
- :arrow_up: Pin snyk to 1.195.1 (#270)
|
||||
- :arrow_up: Updates RPi.GPIO to v0.7.0 (#271)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v4.0.2...v4.0.3
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v4.0.3...v4.0.4
|
||||
|
||||
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/v4.0.3/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v4.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-v4.0.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v4.0.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.0.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v4.0.4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"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