⬆️ Updating add-on Node-RED to ac59f96

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-10 23:40:51 +00:00
parent 433c5b51ae
commit ae1a89958e
4 changed files with 41 additions and 6 deletions

View file

@ -867,10 +867,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/d0d311e
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/d0d311e/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/ac59f96
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/ac59f96/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-d0d311e-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-ac59f96-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,2 +1,37 @@
# Changelog since v9.2.1
- Bump node-red-contrib-modbus from 5.14.0 to 5.14.1 in /node-red (#1082)
Bumps [node-red-contrib-modbus](https://github.com/biancoroyal/node-red-contrib-modbus) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/biancoroyal/node-red-contrib-modbus/releases)
- [Changelog](https://github.com/BiancoRoyal/node-red-contrib-modbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.14.0...v5.14.1)
---
updated-dependencies:
- dependency-name: node-red-contrib-modbus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump @node-red-contrib-themes/theme-collection from 1.0.2 to 2.0.3 in /node-red (#1080)
Bumps [@node-red-contrib-themes/theme-collection](https://github.com/node-red-contrib-themes/theme-collection) from 1.0.2 to 2.0.3.
- [Release notes](https://github.com/node-red-contrib-themes/theme-collection/releases)
- [Commits](https://github.com/node-red-contrib-themes/theme-collection/commits)
---
updated-dependencies:
- dependency-name: "@node-red-contrib-themes/theme-collection"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to v10.0.1 (#1085)
- 🔑 Update NGINX SSL parameters (#1084)
- ⬆️ Upgrades nodejs to 14.17.4-r0 (#1083)

View file

@ -50,6 +50,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-d0d311e-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/d0d311e
[release-shield]: https://img.shields.io/badge/version-ac59f96-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/ac59f96
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

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