From 473a37b8be619557f6bbff61841bc204d7543919 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 2 May 2018 14:55:48 +0200 Subject: [PATCH] CLI 1.3.0 (#284) * Update config.json * Update build.json * Update CHANGELOG.md * Update Dockerfile * Update config.json * Update build.json * Update CHANGELOG.md * Update CHANGELOG.md --- git_pull/CHANGELOG.md | 3 +++ git_pull/build.json | 2 +- git_pull/config.json | 2 +- ssh/CHANGELOG.md | 3 +++ ssh/Dockerfile | 2 +- ssh/build.json | 2 +- ssh/config.json | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 1b6ee69..ca8d57d 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.6 +- Update Hass.io CLI to 1.3.0 + ## 4.5 - Update Hass.io CLI to 1.2.1 diff --git a/git_pull/build.json b/git_pull/build.json index bd614a1..01c90ca 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.2.1" + "CLI_VERSION": "1.3.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index ad8bb52..23c975c 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.5", + "version": "4.6", "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 cb3f56b..87e8ab1 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.5 +- Update Hass.io CLI to 1.3.0 + ## 3.4 - Update Hass.io CLI to 1.2.1 diff --git a/ssh/Dockerfile b/ssh/Dockerfile index e816365..c231ccf 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -6,7 +6,7 @@ ENV LANG C.UTF-8 # Setup base RUN apk add --no-cache \ - jq openssh vim curl nano git mosquitto-clients tmux \ + openssh vim curl nano git mosquitto-clients tmux \ bash-completion # Replace bash as default shell diff --git a/ssh/build.json b/ssh/build.json index bd614a1..01c90ca 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.2.1" + "CLI_VERSION": "1.3.0" } } diff --git a/ssh/config.json b/ssh/config.json index 11bc3be..423653f 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.4", + "version": "3.5", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",