From 0f0e66a09bbe4728fc6e9a1811fec1ca519d804b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 26 May 2021 15:22:37 +0200 Subject: [PATCH] ssh: Upgrade CLI to 4.12.3 (#2036) --- 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 275acbb..8f1be08 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.1.3 + +- Upgrade Home Assistant CLI to 4.12.3 + ## 9.1.2 - Upgrade Home Assistant CLI to 4.12.2 diff --git a/ssh/build.json b/ssh/build.json index 60da678..5690e94 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,7 +7,7 @@ "i386": "ghcr.io/home-assistant/i386-base:3.13" }, "args": { - "CLI_VERSION": "4.12.2", + "CLI_VERSION": "4.12.3", "LIBWEBSOCKETS_VERSION": "4.1.4", "TTYD_VERSION": "1.6.3" } diff --git a/ssh/config.json b/ssh/config.json index 78e7c96..85100cc 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "Terminal & SSH", - "version": "9.1.2", + "version": "9.1.3", "slug": "ssh", "description": "Allow logging in remotely to Home Assistant using SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",