mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Node-RED to f82841b
This commit is contained in:
parent
28513b814e
commit
a088460bc6
4 changed files with 16 additions and 6 deletions
|
@ -1116,10 +1116,10 @@ SOFTWARE.
|
||||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-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/5b190af
|
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/f82841b
|
||||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/5b190af/README.md
|
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f82841b/README.md
|
||||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||||
[node-red-version-shield]: https://img.shields.io/badge/version-5b190af-blue.svg
|
[node-red-version-shield]: https://img.shields.io/badge/version-f82841b-blue.svg
|
||||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
# Changelog since v7.1.1
|
# Changelog since v7.1.1
|
||||||
|
- ⬆️ Bump node-red-contrib-home-assistant-websocket to 0.25.1
|
||||||
|
|
||||||
|
Bumps [node-red-contrib-home-assistant-websocket](https://github.com/zachowj/node-red-contrib-home-assistant-websocket) from 0.25.0 to 0.25.1.
|
||||||
|
- [Release notes](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/releases)
|
||||||
|
- [Changelog](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/blob/dev/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.25.0...v0.25.1)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
- ⬆️ Bump node-red-dashboard from 2.23.2 to 2.23.3 in /node-red (#679)
|
- ⬆️ Bump node-red-dashboard from 2.23.2 to 2.23.3 in /node-red (#679)
|
||||||
|
|
||||||
Bumps [node-red-dashboard](https://github.com/node-red/node-red-dashboard) from 2.23.2 to 2.23.3.
|
Bumps [node-red-dashboard](https://github.com/node-red/node-red-dashboard) from 2.23.2 to 2.23.3.
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-5b190af-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-f82841b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/5b190af
|
[release]: https://github.com/hassio-addons/addon-node-red/tree/f82841b
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Node-RED",
|
"name": "Node-RED",
|
||||||
"version": "5b190af",
|
"version": "f82841b",
|
||||||
"slug": "nodered",
|
"slug": "nodered",
|
||||||
"description": "Flow-based programming for the Internet of Things",
|
"description": "Flow-based programming for the Internet of Things",
|
||||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue