🎉 Release of add-on Node-RED 0.3.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-16 19:36:58 +00:00
parent 06457ac7fa
commit 3b78cb0093
4 changed files with 9 additions and 23 deletions

View file

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

@ -1,21 +1,7 @@
[Full Changelog][changelog]
### Fixed
- Fixes Hadolint warning
### Changed
- Upgrades home-assistant node to Spartan-II-117 fork
- Upgrades node-red-contrib-time-range-switch to 0.6.0 (#13)
- Disables the projects feature by default on new installs
- Upgrades base image to v2.0.1
- Upgrades nodejs to 8.11.3-r1
- Upgrades git to 2.18.0-r0
- GitLab CI now using the latest Hadolint
- Upgrades node-red-contrib-home-assistant (Spartan-II-117) to v0.3.3
### Removed
- Removes node-red-contrib-join in favor of the built-in one (#12)
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.2.1...v0.3.0
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.3.0...v0.3.1

View file

@ -43,9 +43,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-v0.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.3.0
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.3.0/README.md
[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.3.1
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.3.1/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

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "0.3.0",
"version": "0.3.1",
"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",