Skip to content

Commit

Permalink
git_pull: Upgrade CLI to 4.2.0 (home-assistant#1195)
Browse files Browse the repository at this point in the history
* git_pull: Upgrade CLI to 4.2.0

* Update config.json

Co-authored-by: Pascal Vizeli <[email protected]>
  • Loading branch information
frenck and pvizeli authored Mar 29, 2020
1 parent cf519a9 commit ba9ce46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions git_pull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion git_pull/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base:3.11"
},
"args": {
"CLI_VERSION": "4.1.0"
"CLI_VERSION": "4.2.0"
}
}
3 changes: 2 additions & 1 deletion git_pull/config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ba9ce46

Please sign in to comment.