mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on Node-RED 0.2.0
This commit is contained in:
parent
e805d7f7c1
commit
e98092658f
4 changed files with 24 additions and 9 deletions
|
@ -480,10 +480,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.1.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.1/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.2.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.2.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.1.1-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v0.2.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
|
||||
|
|
|
@ -1,7 +1,21 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Added greenkeeper to keep all packages updated at all times
|
||||
- Adds note about GPIO warning messages
|
||||
- Adds access to the share folder
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes incorrect configuration variable in README
|
||||
- Sets hadolint fixed to v1.6.6
|
||||
|
||||
### Changed
|
||||
|
||||
- Updates the forum links
|
||||
- Updated node-red-contrib-bigtimer to v1.9.2
|
||||
- Upgrades base image to v1.4.2
|
||||
- Rewrites GitLab CI
|
||||
- Upgrades base image in GitLab CI to 1.4.2
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.1.0...v0.1.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.1.1...v0.2.0
|
|
@ -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.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.1.1
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.1/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.2.0
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.2.0/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": "0.1.1",
|
||||
"version": "0.2.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",
|
||||
|
@ -19,6 +19,7 @@
|
|||
"privileged": [],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue