🎉 Release of add-on Node-RED 9.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-20 17:31:41 +00:00
parent 362e7e1ade
commit c95f3a8109
4 changed files with 8 additions and 25 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.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v9.1.0/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v9.1.1
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v9.1.1/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.0-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v9.1.1-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,23 +1,6 @@
## Whats changed
## 📚 Documentation
- Add note to docs about credential secrets and projects @frenck (#1010)
## ⬆️ Dependency updates
- Bump node-red-node-geofence from 0.2.1 to 0.2.2 @dependabot (#997)
- Bump node-red-dashboard from 2.28.2 to 2.29.0 @dependabot (#998)
- Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#1000)
- Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#999)
- Bump node-red-node-serialport from 0.13.0 to 0.14.0 @dependabot (#1001)
- Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#1005)
- Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#1007)
- ⬆️ Upgrades python3 to 3.8.10-r0 @frenck (#1011)
- Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#1012)
- Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#1013)
- Bump node-red-node-email from 1.12.0 to 1.12.1 @dependabot (#1014)
- Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#1017)
- Bump node-red-dashboard from 2.29.0 to 2.29.1 @dependabot (#1016)
- Bump node-red from 1.3.3 to 1.3.5 @dependabot (#1019)
- Bump node-red-contrib-home-assistant-websocket from 0.30.1 to 0.31.1 @dependabot (#1020)
- Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#1022)
- Bump node-red-contrib-home-assistant-websocket from 0.31.1 to 0.31.2 @dependabot (#1021)

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.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v9.1.0
[release-shield]: https://img.shields.io/badge/version-v9.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v9.1.1
[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.0",
"version": "9.1.1",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",