From 4e43922d46ef8471db0fd521d100297c2425edcd Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 5 Mar 2020 10:52:23 +0100 Subject: [PATCH] Update Home Assistant CLI to 4.1.0 (#1167) --- git_pull/CHANGELOG.md | 4 ++++ git_pull/build.json | 2 +- git_pull/config.json | 2 +- ssh/CHANGELOG.md | 4 ++++ ssh/build.json | 2 +- ssh/config.json | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index ea55bcf..cfdff16 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.10 + +- Update Home Assistant CLI to 4.1.0 + ## 7.9 - Update Home Assistant CLI to 4.0.1 diff --git a/git_pull/build.json b/git_pull/build.json index 2b1cc3a..4a63687 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -7,6 +7,6 @@ "i386": "homeassistant/i386-base:3.11" }, "args": { - "CLI_VERSION": "4.0.1" + "CLI_VERSION": "4.1.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index 4a30c9f..1a99077 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.9", + "version": "7.10", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull", diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 748ccb2..9672d53 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.5.2 + +- Update Home Assistant CLI to 4.1.0 + ## 8.5.1 - Show warning if SSH port is disabled diff --git a/ssh/build.json b/ssh/build.json index 53ff014..7a7c17f 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,7 +7,7 @@ "i386": "homeassistant/i386-base:3.11" }, "args": { - "CLI_VERSION": "4.0.1", + "CLI_VERSION": "4.1.0", "LIBWEBSOCKETS_VERSION": "v3.2.2", "TTYD_VERSION": "1.6.0" } diff --git a/ssh/config.json b/ssh/config.json index 85b8034..5792a84 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "Terminal & SSH", - "version": "8.5.1", + "version": "8.5.2", "slug": "ssh", "description": "Allow logging in remotely to Home Assistant using SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",