diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 879e294..4384357 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.2 +- Update Hass.io CLI to 1.1.1 + ## 4.1 - Add support for key validation against ssh cloned GitHub repositories diff --git a/git_pull/build.json b/git_pull/build.json index aeac94c..99928bd 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.0.1" + "CLI_VERSION": "1.1.1" } } diff --git a/git_pull/config.json b/git_pull/config.json index 165e2e9..b3b7a21 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.1", + "version": "4.2", "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 eaf9136..0f41ca7 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.1 +- Update Hass.io CLI to 1.1.1 +- Change internal token handling for Hass.io API + ## 3.0 - Use new base images - Add hassio-cli version 1.0 diff --git a/ssh/build.json b/ssh/build.json index aeac94c..99928bd 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.0.1" + "CLI_VERSION": "1.1.1" } } diff --git a/ssh/config.json b/ssh/config.json index e18d05d..bb3471b 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.0", + "version": "3.1", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/", diff --git a/ssh/run.sh b/ssh/run.sh index 04f6600..cb99a34 100644 --- a/ssh/run.sh +++ b/ssh/run.sh @@ -50,7 +50,7 @@ chmod 600 /data/.bash_history ln -s -f /data/.bash_history /root/.bash_history # Store token for hass.io API -echo "export API_TOKEN=$API_TOKEN" >> /root/.bash_profile +echo "export HASSIO_TOKEN=$HASSIO_TOKEN" >> /root/.bash_profile # start server exec /usr/sbin/sshd -D -e < /dev/null