ssh: Upgrade CLI to 4.2.0 (#1196)

This commit is contained in:
Franck Nijhof
2020-03-29 18:10:06 +02:00
committed by GitHub
parent 20f7915496
commit cf519a9754
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 8.5.3
- Update Home Assistant CLI to 4.2.0
## 8.5.2
- Update Home Assistant CLI to 4.1.0

View File

@@ -7,7 +7,7 @@
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.1.0",
"CLI_VERSION": "4.2.0",
"LIBWEBSOCKETS_VERSION": "v3.2.2",
"TTYD_VERSION": "1.6.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "Terminal & SSH",
"version": "8.5.2",
"version": "8.5.3",
"slug": "ssh",
"description": "Allow logging in remotely to Home Assistant using SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",