From 68f528b2585ed8e7279b917616ce7025cb2c1a27 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Aug 2019 00:31:33 +0200 Subject: [PATCH] ssh: Upgrades Hassio CLI to v3.0.0 (#660) --- 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 8c31074..d87a5f4 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.2 + +- Update Hass.io CLI to 3.0.0 + ## 6.1 - Update Hass.io CLI to 2.3.0 diff --git a/ssh/build.json b/ssh/build.json index e8526a2..244ae30 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,6 +7,6 @@ "aarch64": "homeassistant/aarch64-base:3.10" }, "args": { - "CLI_VERSION": "2.3.0" + "CLI_VERSION": "3.0.0" } } diff --git a/ssh/config.json b/ssh/config.json index 5962e3f..aecdab9 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "6.1", + "version": "6.2", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",