ssh: Upgrade CLI to 4.12.2 (#2017)

This commit is contained in:
Franck Nijhof
2021-05-20 18:26:24 +02:00
committed by GitHub
parent bedf768f9a
commit 62284d604a
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 9.1.2
- Upgrade Home Assistant CLI to 4.12.2
## 9.1.1
- Use GitHub Container Registry for the base image

View File

@@ -7,7 +7,7 @@
"i386": "ghcr.io/home-assistant/i386-base:3.13"
},
"args": {
"CLI_VERSION": "4.12.1",
"CLI_VERSION": "4.12.2",
"LIBWEBSOCKETS_VERSION": "4.1.4",
"TTYD_VERSION": "1.6.3"
}

View File

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