mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04: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
|
||||
|
||||
## 7.11
|
||||
|
||||
- Update Home Assistant CLI to 4.2.0
|
||||
|
||||
## 7.10
|
||||
|
||||
- Update Home Assistant CLI to 4.1.0
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"i386": "homeassistant/i386-base:3.11"
|
||||
},
|
||||
"args": {
|
||||
"CLI_VERSION": "4.1.0"
|
||||
"CLI_VERSION": "4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user