🎉 Release of add-on Node-RED 1.2.5

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-23 11:32:58 +00:00
parent db1297f4ce
commit dfe8bcba8a
4 changed files with 10 additions and 18 deletions

View file

@ -716,10 +716,10 @@ SOFTWARE.
[matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.4
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.4/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.5
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.5/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-v1.2.4-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v1.2.5-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

View file

@ -2,18 +2,10 @@
### Changed
- Upgrades js-yaml to 3.12.1 (#107) (@tjorim)
- Upgrades node-red-contrib-cast to 0.2.4 (#108) (@tjorim)
- Upgrades add-on base image to 2.3.1
- Configure Renovate (#106)
- Refactor of GitLab CI
- Removes Greenkeeper
- Updates maintenance year to 2019
- Moves Python requirements out of the Dockerfile
- Removes greenkeeper from README
- Fixes MarkdownLint warnings
- Updates node-red-contrib-bigtimer to v2.0.9 (#116)
- Updates node-red-contrib-home-assistant-websocket to v0.6.1 (#115)
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.2.3...v1.2.4
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.2.4...v1.2.5
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -43,13 +43,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/v1.2.4/README.md
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.5/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-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v1.2.4-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.4
[release-shield]: https://img.shields.io/badge/version-v1.2.5-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.5
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "1.2.4",
"version": "1.2.5",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",