From ba9ce4623a99f6d8279e4796969c99fa255e4ca7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Mar 2020 18:10:41 +0200 Subject: [PATCH] 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 --- git_pull/CHANGELOG.md | 4 ++++ git_pull/build.json | 2 +- git_pull/config.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) 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,