SSH: cli & alpine update (#1564)

This commit is contained in:
Pascal Vizeli
2020-09-04 22:08:12 +02:00
committed by GitHub
parent a5bd90451c
commit 5d749b3d86
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 8.7.0
- Update Home Assistant CLI to 4.4.0
- Upgrade Alpine Linux to 3.12
## 8.6.0
- Add support for local TCP forwarding

View File

@@ -1,13 +1,13 @@
{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.11",
"amd64": "homeassistant/amd64-base:3.11",
"armhf": "homeassistant/armhf-base:3.11",
"armv7": "homeassistant/armv7-base:3.11",
"i386": "homeassistant/i386-base:3.11"
"aarch64": "homeassistant/aarch64-base:3.12",
"amd64": "homeassistant/amd64-base:3.12",
"armhf": "homeassistant/armhf-base:3.12",
"armv7": "homeassistant/armv7-base:3.12",
"i386": "homeassistant/i386-base:3.12"
},
"args": {
"CLI_VERSION": "4.3.0",
"CLI_VERSION": "4.4.0",
"LIBWEBSOCKETS_VERSION": "v3.2.2",
"TTYD_VERSION": "1.6.0"
}

View File

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