🎉 Release of add-on Node-RED 9.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-05 12:57:55 +00:00
parent 51caaccc24
commit 3f93ade709
4 changed files with 18 additions and 16 deletions

View file

@ -876,10 +876,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/v9.1.4
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v9.1.4/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v9.2.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v9.2.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-v9.1.4-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v9.2.0-blue.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
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,14 +1,16 @@
## Whats changed
## 📚 Documentation
- Small documentation change. Fixed a link, added a link @agilejon (#1043)
## ⬆️ Dependency updates
- Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#1031)
- Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#1032)
- ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#1033)
- ⬆️ Upgrades RPi.GPIO to 0.7.1a4 @frenck (#1034)
- Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#1035)
- Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#1037)
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#1045)
- Bump node-red-contrib-home-assistant-websocket from 0.33.0 to 0.33.1 in /node-red @dependabot (#1036)
- Bump node-red-contrib-time-range-switch from 1.1.0 to 1.1.1 in /node-red @dependabot (#1041)
- Bump node-red-node-serialport from 0.14.0 to 0.14.1 in /node-red @dependabot (#1042)
- Bump node-red-dashboard from 2.29.1 to 2.29.3 @dependabot (#1046)
- Bump @node-red-contrib-themes/theme-collection from 1.0.1 to 1.0.2 in /node-red @dependabot (#1050)
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#1051)
- Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#1058)
- Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#1057)
- Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#1053)
- ⬆️ Upgrades openssh-client to 8.6_p1-r2 @frenck (#1060)
- Bump node-red-node-email from 1.12.1 to 1.12.2 in /node-red @dependabot (#1055)

View file

@ -47,6 +47,6 @@ If you are more interested in stable releases of our add-ons:
[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-v9.1.4-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v9.1.4
[release-shield]: https://img.shields.io/badge/version-v9.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v9.2.0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

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