From 8ac71eb64395c1002ba16c18643c0e9948042b64 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Aug 2019 23:32:49 +0200 Subject: [PATCH] ssh: Upgrades Hassio CLI to v2.3.0 (#651) --- 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 5a60f39..8c31074 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.1 + +- Update Hass.io CLI to 2.3.0 + ## 6.0 - Update and pin base image to Alpine 3.10 diff --git a/ssh/build.json b/ssh/build.json index adf34aa..e8526a2 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,6 +7,6 @@ "aarch64": "homeassistant/aarch64-base:3.10" }, "args": { - "CLI_VERSION": "2.2.0" + "CLI_VERSION": "2.3.0" } } diff --git a/ssh/config.json b/ssh/config.json index 7078a4d..5962e3f 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "6.0", + "version": "6.1", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",