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 f077371
This commit is contained in:
parent
4a7639207e
commit
50cacad7cf
4 changed files with 12 additions and 9 deletions
|
@ -498,10 +498,10 @@ SOFTWARE.
|
|||
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/bc9ef04
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/bc9ef04/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/f077371
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f077371/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-bc9ef04-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-f077371-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,11 +1,14 @@
|
|||
# Changelog since v0.1.1
|
||||
|
||||
2018/06/03 09:02 UTC - [bc9ef04](https://github.com/hassio-addons/addon-node-red/commit/bc9ef040591aa2e095ac4a0eb86f6eb6da1a7c36) by [@frenck](https://github.com/frenck)
|
||||
2018/06/03 09:11 UTC - [f077371](https://github.com/hassio-addons/addon-node-red/commit/f07737139971b34d501f6ffd3c48e3cb6845c55e) by [@frenck](https://github.com/frenck)
|
||||
> :books: Adds note about GPIO warning messages
|
||||
|
||||
2018/06/03 09:11 UTC - [bc9ef04](https://github.com/hassio-addons/addon-node-red/commit/bc9ef040591aa2e095ac4a0eb86f6eb6da1a7c36) by [@frenck](https://github.com/frenck)
|
||||
> :ambulance: :books: Fixes incorrect configuration variable in README
|
||||
|
||||
Ref #3
|
||||
|
||||
2018/06/03 09:02 UTC - [0cfc528](https://github.com/hassio-addons/addon-node-red/commit/0cfc528f9969664b7d59173f3a1bc1d45f60bb08) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper)
|
||||
2018/06/03 09:11 UTC - [0cfc528](https://github.com/hassio-addons/addon-node-red/commit/0cfc528f9969664b7d59173f3a1bc1d45f60bb08) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper)
|
||||
> Update dependencies to enable Greenkeeper 🌴 (#1)
|
||||
|
||||
* chore: add Greenkeeper config file
|
||||
|
|
|
@ -46,9 +46,9 @@ If you are more interested in stable releases of our add-ons:
|
|||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-bc9ef04-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/bc9ef04
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/bc9ef04/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-f077371-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/f077371
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/f077371/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "bc9ef04",
|
||||
"version": "f077371",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue