diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index cfdff16..5d4dc6d 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -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 diff --git a/git_pull/build.json b/git_pull/build.json index 4a63687..5a4c756 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -7,6 +7,6 @@ "i386": "homeassistant/i386-base:3.11" }, "args": { - "CLI_VERSION": "4.1.0" + "CLI_VERSION": "4.2.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index 1a99077..8083d4e 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -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,