From 9e7028465822cd1130d81a1ae3dd67dd4352e67f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 2 Dec 2018 22:13:25 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 412f700 --- README.md | 6 +++--- ssh/CHANGELOG.md | 10 ++++++++-- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 614ec7229..e6e331356 100644 --- a/README.md +++ b/README.md @@ -751,10 +751,10 @@ SOFTWARE. [sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/06cb571 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/06cb571/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/412f700 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/412f700/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-06cb571-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-412f700-blue.svg [ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg [ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index fa205cd96..0cc10af4d 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog since v3.5.1 -2018/12/02 09:54 UTC - [06cb571](https://github.com/hassio-addons/addon-ssh/commit/06cb57113bb674a42bfc06f7a7c2962eb41126dc) by [@frenck](https://github.com/frenck) +2018/12/02 21:39 UTC - [412f700](https://github.com/hassio-addons/addon-ssh/commit/412f7002ffeb81dae164c3f327e2278f83687fb4) by [@frenck](https://github.com/frenck) +> :books: Updates README to list the hass-cli + +2018/12/02 21:39 UTC - [c3cfef6](https://github.com/hassio-addons/addon-ssh/commit/c3cfef680a51828c57c9d4c7b24ed756cab95f13) by [@frenck](https://github.com/frenck) +> :sparkles: Adds Home Assistant CLI + +2018/12/02 21:39 UTC - [06cb571](https://github.com/hassio-addons/addon-ssh/commit/06cb57113bb674a42bfc06f7a7c2962eb41126dc) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades nginx to 1.14.1-r0 -2018/12/02 09:54 UTC - [01acb87](https://github.com/hassio-addons/addon-ssh/commit/01acb8785ec1087997c0ded3221a9c28c4276cbf) by [@frenck](https://github.com/frenck) +2018/12/02 21:39 UTC - [01acb87](https://github.com/hassio-addons/addon-ssh/commit/01acb8785ec1087997c0ded3221a9c28c4276cbf) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades bind-tools to 9.12.3-r0 diff --git a/ssh/README.md b/ssh/README.md index 84705b3ce..f52afaff6 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -97,7 +97,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ssh/blob/06cb571/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/412f700/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ @@ -107,8 +107,8 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-06cb571-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/06cb571 +[release-shield]: https://img.shields.io/badge/version-412f700-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/412f700 [screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit diff --git a/ssh/config.json b/ssh/config.json index 92a3729be..aa521554b 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "06cb571", + "version": "412f700", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck",