From c47b3673ded481dc04dc7ba653cb0b56f593ff66 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Sep 2018 01:27:37 +0200 Subject: [PATCH] :arrow_up: Upgrades Hassio CLI to 1.4.0 (#411) * :arrow_up: Upgrades Hassio CLI to 1.4.0 * Update CHANGELOG.md * Update config.json * Update CHANGELOG.md * Update config.json * Update CHANGELOG.md --- git_pull/CHANGELOG.md | 4 ++++ git_pull/build.json | 2 +- git_pull/config.json | 3 ++- ssh/CHANGELOG.md | 4 ++++ ssh/build.json | 2 +- ssh/config.json | 3 ++- 6 files changed, 14 insertions(+), 4 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 68930df..284ed33 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5 +- Update Hass.io CLI to 1.4.0 +- Add new API role profile + ## 4.9 - Fix git repo detection in config-dir - #372 - Fix repeat option detection - #375 diff --git a/git_pull/build.json b/git_pull/build.json index e1abaca..76c4e26 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.3.1" + "CLI_VERSION": "1.4.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index a3448c7..8837dfe 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,12 +1,13 @@ { "name": "Git pull", - "version": "4.9", + "version": "5", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/", "startup": "services", "boot": "manual", "hassio_api": true, + "hassio_role": "homeassistant", "map": ["config:rw"], "options": { "deployment_key": [], diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 5897706..e0d03dd 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4 +- Update Hass.io CLI to 1.4.0 +- Add new API role profile + ## 3.7 - Add YAML highlighting for nano diff --git a/ssh/build.json b/ssh/build.json index e1abaca..76c4e26 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.3.1" + "CLI_VERSION": "1.4.0" } } diff --git a/ssh/config.json b/ssh/config.json index ec819d4..c8f7c3c 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,12 +1,13 @@ { "name": "SSH server", - "version": "3.7", + "version": "4", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/", "startup": "services", "boot": "auto", "hassio_api": true, + "hassio_role": "manager", "ports": { "22/tcp": 22 },