mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Node-RED to cec2aa4
This commit is contained in:
parent
c0f4ab1c23
commit
9469082085
4 changed files with 18 additions and 11 deletions
|
@ -955,10 +955,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/2d20c5d
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2d20c5d/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/cec2aa4
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/cec2aa4/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-2d20c5d-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-cec2aa4-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog since v3.0.1
|
||||
# Changelog since v3.0.2
|
||||
|
||||
2019/04/22 14:15 UTC - [2d20c5d](https://github.com/hassio-addons/addon-node-red/commit/2d20c5d334aebe23cc2a654275cd0f4b940ca2d6) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Force browser disabling caching
|
||||
2019/04/25 06:50 UTC - [cec2aa4](https://github.com/hassio-addons/addon-node-red/commit/cec2aa4b59669da814833c20167544a7c0e2564b) by [@frenck](https://github.com/frenck)
|
||||
> :sparkles: Adds support for showing in sidebar
|
||||
|
||||
2019/04/25 06:50 UTC - [d0138ba](https://github.com/hassio-addons/addon-node-red/commit/d0138ba9fc1a60de8b1aa19a345547e6ba1e2060) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
|
||||
2019/04/25 06:50 UTC - [3778479](https://github.com/hassio-addons/addon-node-red/commit/377847962421675d145704c03fd309ffea1d95eb) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades openssh to 7.9_p1-r5
|
||||
|
||||
|
|
|
@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/2d20c5d/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/cec2aa4/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-2d20c5d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/2d20c5d
|
||||
[release-shield]: https://img.shields.io/badge/version-cec2aa4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/cec2aa4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "2d20c5d",
|
||||
"version": "cec2aa4",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:sitemap",
|
||||
"startup": "application",
|
||||
"homeassistant": "0.91.4",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue