Skip to content

Commit

Permalink
🎉 Release of add-on Node-RED 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Aug 18, 2018
1 parent f91e582 commit c8a73c7
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,10 @@ SOFTWARE.
[lovelace-migration-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[lovelace-migration-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[lovelace-migration-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.5.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.5.0/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.6.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.6.0/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.5.0-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v0.6.0-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
Expand Down
22 changes: 17 additions & 5 deletions node-red/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

### Added

- Adds automatic configuration of the Hassio API token
- Enforces authentication and HaveIBeenPwned checks
- Adds support for GPIO

### Fixed
### Changed

- Fixes incorrect title in add-on README template
- Fixes shellcheck warning
- Updates node-red-contrib-time-range-switch to version 0.6.1 (#18)
- Upgrades base image to v2.1.1
- Enables SSL by default
- Sets default Shell
- Use empty username/password in default configuration
- Updates README and links
- Upgrades node-red to version 0.19.1 (#20)
- Upgrades NodeJS to 8.11.4-r0
- Downgrades Python to 2.7.15-r1

[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.4.0...v0.5.0
### Removed

- Removes Know issues and limitations section from README

[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.5.0...v0.6.0
20 changes: 12 additions & 8 deletions node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]

[![Support my work on Patreon][patreon-shield]][patreon]

Flow-based programming for the Internet of Things.

## About
Expand All @@ -21,15 +23,17 @@ runtime in a single click.

![Node-RED in the Home Assistant Frontend][screenshot]

[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/v0.6.0/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
[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.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.5.0
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.5.0/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[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-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.6.0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
21 changes: 15 additions & 6 deletions node-red/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "0.5.0",
"version": "0.6.0",
"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",
Expand All @@ -17,7 +17,14 @@
"homeassistant_api": true,
"host_network": true,
"auto_uart": true,
"privileged": [],
"gpio": true,
"privileged": [
"SYS_RAWIO"
],
"devices": [
"/dev/mem:/dev/mem:rwm"
],
"apparmor": false,
"map": [
"config:rw",
"share:rw",
Expand All @@ -28,8 +35,8 @@
"credential_secret": "",
"users": [
{
"username": "MarryPoppins",
"password": "Supercalifragilisticexpialidocious",
"username": "",
"password": "",
"permissions": "*"
}
],
Expand All @@ -42,7 +49,7 @@
"password": ""
},
"port": 1880,
"ssl": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"require_ssl": true,
Expand Down Expand Up @@ -81,7 +88,9 @@
],
"init_commands": [
"str"
]
],
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
Expand Down

0 comments on commit c8a73c7

Please sign in to comment.