mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
SSH: cli & alpine update (#1564)
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 8.7.0
|
||||||
|
|
||||||
|
- Update Home Assistant CLI to 4.4.0
|
||||||
|
- Upgrade Alpine Linux to 3.12
|
||||||
|
|
||||||
|
|
||||||
## 8.6.0
|
## 8.6.0
|
||||||
|
|
||||||
- Add support for local TCP forwarding
|
- Add support for local TCP forwarding
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "homeassistant/aarch64-base:3.11",
|
"aarch64": "homeassistant/aarch64-base:3.12",
|
||||||
"amd64": "homeassistant/amd64-base:3.11",
|
"amd64": "homeassistant/amd64-base:3.12",
|
||||||
"armhf": "homeassistant/armhf-base:3.11",
|
"armhf": "homeassistant/armhf-base:3.12",
|
||||||
"armv7": "homeassistant/armv7-base:3.11",
|
"armv7": "homeassistant/armv7-base:3.12",
|
||||||
"i386": "homeassistant/i386-base:3.11"
|
"i386": "homeassistant/i386-base:3.12"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "4.3.0",
|
"CLI_VERSION": "4.4.0",
|
||||||
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
"LIBWEBSOCKETS_VERSION": "v3.2.2",
|
||||||
"TTYD_VERSION": "1.6.0"
|
"TTYD_VERSION": "1.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Terminal & SSH",
|
"name": "Terminal & SSH",
|
||||||
"version": "8.6.0",
|
"version": "8.7.0",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user