From ae1a89958e2ff80f839e7b6672475f38cd23b30c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 10 Aug 2021 23:40:51 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to ac59f96 --- README.md | 6 +++--- node-red/CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ node-red/README.md | 4 ++-- node-red/config.json | 2 +- 4 files changed, 41 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e73e84c18..b4430767d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index a51d27b88..7838080b1 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -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] + +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] + +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) diff --git a/node-red/README.md b/node-red/README.md index 4089bbe83..bee72185f 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -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 \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index ef6115bee..b16265671 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -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",