SSH: Upgrade CLI to 4.14.0 (#2199)

This commit is contained in:
Pascal Vizeli
2021-09-27 11:52:36 +02:00
committed by GitHub
parent 1adc125ed5
commit b714871075
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 9.2.1
- Upgrade Home Assistant CLI to 4.14.0
## 9.2.0
- Upgrade to Alpine 3.14

View File

@@ -7,7 +7,7 @@
"i386": "ghcr.io/home-assistant/i386-base:3.14"
},
"args": {
"CLI_VERSION": "4.13.0",
"CLI_VERSION": "4.14.0",
"LIBWEBSOCKETS_VERSION": "4.1.4",
"TTYD_VERSION": "1.6.3"
}

View File

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