git_pull: Upgrade CLI to 4.2.0 (#1195)

* git_pull: Upgrade CLI to 4.2.0

* Update config.json

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
Franck Nijhof
2020-03-29 18:10:41 +02:00
committed by GitHub
parent cf519a9754
commit ba9ce4623a
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

@@ -1,11 +1,12 @@
{
"name": "Git pull",
"version": "7.10",
"version": "7.11",
"slug": "git_pull",
"description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"advanced": true,
"init": false,
"startup": "services",
"boot": "manual",
"hassio_api": true,