mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Node-RED 0.6.1
This commit is contained in:
parent
d41792068d
commit
942a15e25e
4 changed files with 12 additions and 24 deletions
|
@ -591,10 +591,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.6.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.6.0/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.6.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.6.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.6.0-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v0.6.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
|
||||
|
|
|
@ -1,24 +1,12 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
### Fixed
|
||||
|
||||
- Enforces authentication and HaveIBeenPwned checks
|
||||
- Adds support for GPIO
|
||||
- Fixes the use of secrets (#21) (@tjorim)
|
||||
- Fixes Markdownlint warnings
|
||||
|
||||
### Changed
|
||||
|
||||
- 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
|
||||
- Upgrades base image to v2.1.2
|
||||
|
||||
### 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
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.6.0...v0.6.1
|
|
@ -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/v0.6.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.6.1/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/2018.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-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.6.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue