From bbee3edd4a1494ea81247f595d34258baa8448e4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Apr 2019 12:14:57 +0200 Subject: [PATCH] :arrow_up: Upgrades hassio-cli to v2.2.0 (#559) --- ssh/CHANGELOG.md | 3 +++ ssh/build.json | 2 +- ssh/config.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index db7e0c0..5384ebe 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.4 +- Update Hass.io CLI to 2.2.0 + ## 5.3 - Fix: User root not allowed because account is locked diff --git a/ssh/build.json b/ssh/build.json index 1690d59..ee9c196 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "2.1.0" + "CLI_VERSION": "2.2.0" } } diff --git a/ssh/config.json b/ssh/config.json index ac0073f..a1bc2c6 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "5.3", + "version": "5.4", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",