ssh: Upgrades Hassio CLI to v2.3.0 (#651)

This commit is contained in:
Franck Nijhof
2019-08-10 23:32:49 +02:00
committed by Pascal Vizeli
parent 52ad792d11
commit 8ac71eb643
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.1
- Update Hass.io CLI to 2.3.0
## 6.0
- Update and pin base image to Alpine 3.10

View File

@@ -7,6 +7,6 @@
"aarch64": "homeassistant/aarch64-base:3.10"
},
"args": {
"CLI_VERSION": "2.2.0"
"CLI_VERSION": "2.3.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "6.0",
"version": "6.1",
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",