From 474d3204db61d07eb8b6b6a24856e3711c6a28de Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 26 Nov 2020 15:43:22 +0100 Subject: [PATCH] :arrow_up: Upgrades Home Assistant CLI to v4.9.0 (#1692) --- ssh/CHANGELOG.md | 4 ++++ ssh/build.json | 2 +- ssh/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index b06a421..a28e67d 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.10.0 + +- Update Home Assistant CLI to 4.9.0 + ## 8.9.1 - Fix bluez package diff --git a/ssh/build.json b/ssh/build.json index fc4a0a0..08d2e72 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,7 +7,7 @@ "i386": "homeassistant/i386-base:3.12" }, "args": { - "CLI_VERSION": "4.5.0", + "CLI_VERSION": "4.9.0", "LIBWEBSOCKETS_VERSION": "v3.2.2", "TTYD_VERSION": "1.6.0" } diff --git a/ssh/config.json b/ssh/config.json index 8bb5660..7a19e87 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "Terminal & SSH", - "version": "8.9.1", + "version": "8.10.0", "slug": "ssh", "description": "Allow logging in remotely to Home Assistant using SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",