🎉 Release of add-on Node-RED 7.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-07-08 11:54:35 +00:00
parent 3f999d5a85
commit 4eb15183c7
4 changed files with 32 additions and 25 deletions

View file

@ -1020,10 +1020,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/v6.3.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v6.3.0/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v7.0.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v7.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-v6.3.0-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v7.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

View file

@ -1,28 +1,35 @@
[Full Changelog][changelog]
This is a general maintenance release.
This release contains some major upgrades, but should not have breaking changes.
### 🔨 Changes
- ⬆ Updates node-red to v1.0.6 (#547)
- ⬆ Updates node-red-contrib-home-assistant-websocket to v0.22.3 (#548)
- 📚 Doc updates (#550)
- ⬆ Upgrades git to 2.24.3-r0
- ⬆ Updates node-red-node-suncalc to v1 (#552)
- ⬆ Updates node-red-node-feedparser to v0.1.16 (#556)
- ⬆ Updates node-red-dashboard to v2.22.1 (#558)
- ⬆ Updates node-red-node-serialport to v0.10.2 (#559)
- ⬆ Updates node-red-node-pi-gpio to v1.1.1 (#563)
- ⬆ Upgrades add-on base image to v7.2.0
- 🔨 Implement OCI image specification on labels
- ⬆ Upgrades python2 to 2.7.18-r0
- ⬆ Updates js-yaml to v3.14.0 (#569)
- ⬆ Updates node-red-contrib-modbus to v5.13.2 (#572)
- ✏ Split add-on documentation
- ⬆ Updates snyk to v1.332.1 (#546)
- [Snyk] Fix for 1 vulnerabilities (#553)
- ⬆ Updates node-red-node-serialport to v0.10.3 (#586)
- ⬆ Updates node-red-node-random to v0.2.0 (#589)
- ⬆ Updates node-red-contrib-influxdb to v0.4.1 (#592)
- ⬆ Updates node-red-contrib-home-assistant-websocket to v0.22.6 (#593)
- ⬆ Updates node-red to v1.1.0 (#595)
- ⬆ Updates @node-red-contrib-themes/midnight-red to v1.4.0 (#594)
- ⬆ Updates node-red-contrib-modbus to v5.13.3 (#599)
- ⬆ Updates node-red-node-ping to v0.2.1 (#598)
- ⬆ Upgrades base image to v8.0.1
- ⬆ Upgrades g++ to 9.3.0-r2
- ⬆ Upgrades gcc to 9.3.0-r2
- ⬆ Upgrades libc-dev to 0.7.2-r3
- ⬆ Upgrades linux-headers to 5.4.5-r1
- ⬆ Upgrades make to 4.3-r0
- ⬆ Upgrades git to 2.26.2-r0
- ⬆ Upgrades nginx to 1.18.0-r0
- ⬆ Upgrades nginx-mod-http-lua to 1.18.0-r0
- ⬆ Upgrades npm to 12.17.0-r0
- ⬆ Upgrades nodejs to 12.17.0-r0
- ⬆ Upgrades openssh-client to 8.3_p1-r0
- ⬆ Replace Python 2 with Python 3
- 🔨 Replace renovate with dependabot
- 👕 Fix lint warnings
- ⬆️ Bump snyk from 1.358.0 to 1.360.0 (#603)
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v6.2.0...v6.3.0
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v6.3.0...v7.0.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -31,6 +31,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-v6.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v6.3.0
[release-shield]: https://img.shields.io/badge/version-v7.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v7.0.0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "6.3.0",
"version": "7.0.0",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",