From a7365431e1d0b2b28cb2be84c304e5005233e79a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 7 Feb 2018 23:13:16 +0100 Subject: [PATCH] Downgrade hassio-cli 1.0.1 (#246) * Update build.json * Update build.json * Update CHANGELOG.md * Update config.json * Update CHANGELOG.md * Update config.json --- git_pull/CHANGELOG.md | 3 +++ git_pull/build.json | 2 +- git_pull/config.json | 2 +- ssh/CHANGELOG.md | 3 +++ ssh/build.json | 2 +- ssh/config.json | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 4384357..8b2cc17 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.3 +- Downgrade Hass.io CLI to 1.0.1 + ## 4.2 - Update Hass.io CLI to 1.1.1 diff --git a/git_pull/build.json b/git_pull/build.json index 99928bd..aeac94c 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.1.1" + "CLI_VERSION": "1.0.1" } } diff --git a/git_pull/config.json b/git_pull/config.json index b3b7a21..42d3f27 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.2", + "version": "4.3", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/", diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 0f41ca7..1831015 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.2 +- Downgrade Hass.io CLI to 1.0.1 + ## 3.1 - Update Hass.io CLI to 1.1.1 - Change internal token handling for Hass.io API diff --git a/ssh/build.json b/ssh/build.json index 99928bd..aeac94c 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.1.1" + "CLI_VERSION": "1.0.1" } } diff --git a/ssh/config.json b/ssh/config.json index bb3471b..cdd5797 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.1", + "version": "3.2", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",