Update Home Assistant CLI to 4.1.0 (#1167)

This commit is contained in:
Pascal Vizeli
2020-03-05 10:52:23 +01:00
committed by GitHub
parent 7c71be7812
commit 4e43922d46
6 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 7.10
- Update Home Assistant CLI to 4.1.0
## 7.9
- Update Home Assistant CLI to 4.0.1

View File

@@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.0.1"
"CLI_VERSION": "4.1.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Git pull",
"version": "7.9",
"version": "7.10",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",

View File

@@ -1,5 +1,9 @@
# Changelog
## 8.5.2
- Update Home Assistant CLI to 4.1.0
## 8.5.1
- Show warning if SSH port is disabled

View File

@@ -7,7 +7,7 @@
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.0.1",
"CLI_VERSION": "4.1.0",
"LIBWEBSOCKETS_VERSION": "v3.2.2",
"TTYD_VERSION": "1.6.0"
}

View File

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