mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Node-RED to 494cfce
This commit is contained in:
parent
729e385064
commit
b44fe3ffb0
4 changed files with 19 additions and 10 deletions
|
@ -875,10 +875,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-no-red.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/af2bb08
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/af2bb08/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/494cfce
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/494cfce/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-af2bb08-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-494cfce-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,14 @@
|
|||
# Changelog since v2.0.0
|
||||
# Changelog since v2.0.1
|
||||
|
||||
2019/03/17 19:20 UTC - [af2bb08](https://github.com/hassio-addons/addon-node-red/commit/af2bb089095a398bc9f2cf9fa74f32088b8a51c7) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: Workaround Docker issue by reinstating legacy tags
|
||||
2019/03/23 12:01 UTC - [494cfce](https://github.com/hassio-addons/addon-node-red/commit/494cfce6b0412e61769f19f69fcd97bbc39e51af) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to 3.0.1
|
||||
|
||||
2019/03/23 12:01 UTC - [5b14229](https://github.com/hassio-addons/addon-node-red/commit/5b14229b3c1cb05437da147e963b1b2e35ba3d57) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades add-on base image to 3.0.1
|
||||
|
||||
2019/03/23 12:01 UTC - [2208808](https://github.com/hassio-addons/addon-node-red/commit/220880825133c53e1464e0117bcd51b5ef457fc3) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates js-yaml to v3.13.0 (#173)
|
||||
|
||||
2019/03/23 12:01 UTC - [706de97](https://github.com/hassio-addons/addon-node-red/commit/706de97745c72a45236b6b9a6473e2be943076ec) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates node-red to v0.20.3 (#172)
|
||||
|
||||
|
|
|
@ -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/af2bb08/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/494cfce/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-af2bb08-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/af2bb08
|
||||
[release-shield]: https://img.shields.io/badge/version-494cfce-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/494cfce
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "af2bb08",
|
||||
"version": "494cfce",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue