mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
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:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.11
|
||||||
|
|
||||||
|
- Update Home Assistant CLI to 4.2.0
|
||||||
|
|
||||||
## 7.10
|
## 7.10
|
||||||
|
|
||||||
- Update Home Assistant CLI to 4.1.0
|
- Update Home Assistant CLI to 4.1.0
|
||||||
|
|||||||
@@ -7,6 +7,6 @@
|
|||||||
"i386": "homeassistant/i386-base:3.11"
|
"i386": "homeassistant/i386-base:3.11"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"CLI_VERSION": "4.1.0"
|
"CLI_VERSION": "4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Git pull",
|
"name": "Git pull",
|
||||||
"version": "7.10",
|
"version": "7.11",
|
||||||
"slug": "git_pull",
|
"slug": "git_pull",
|
||||||
"description": "Simple git pull to update the local configuration",
|
"description": "Simple git pull to update the local configuration",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
|
"init": false,
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "manual",
|
"boot": "manual",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user