ssh: Upgrade CLI to 4.12.3 (#2036)

This commit is contained in:
Franck Nijhof
2021-05-26 15:22:37 +02:00
committed by GitHub
parent 19c64ffa9d
commit 0f0e66a09b
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 9.1.3
- Upgrade Home Assistant CLI to 4.12.3
## 9.1.2 ## 9.1.2
- Upgrade Home Assistant CLI to 4.12.2 - Upgrade Home Assistant CLI to 4.12.2

View File

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

View File

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