ssh: Upgrade CLI to 4.10.1 (#1810)

This commit is contained in:
Franck Nijhof
2021-02-08 09:01:39 +01:00
committed by GitHub
parent d824435504
commit 78007eca79
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 9.0.1
- Upgrade Home Assistant CLI to 4.10.1
## 9.0.0
- Upgrade Alpine Linux to 3.13

View File

@@ -7,7 +7,7 @@
"i386": "homeassistant/i386-base:3.13"
},
"args": {
"CLI_VERSION": "4.10.0",
"CLI_VERSION": "4.10.1",
"LIBWEBSOCKETS_VERSION": "4.1.4",
"TTYD_VERSION": "1.6.3"
}

View File

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