From ce182c60c02fa6eb5b3495b634462cfec77fdc97 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 10 Aug 2019 13:38:49 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 0b545c3 --- README.md | 6 +++--- ssh/CHANGELOG.md | 18 +++++++++++++++--- ssh/README.md | 6 +++--- ssh/config.json | 3 ++- 4 files changed, 23 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3bfa073d2..5b3e109d8 100644 --- a/README.md +++ b/README.md @@ -1080,10 +1080,10 @@ SOFTWARE. [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-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/a2d47e3 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/a2d47e3/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/0b545c3 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/0b545c3/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-a2d47e3-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-0b545c3-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 3f3851d31..5f6bc7760 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,17 @@ -# Changelog since v6.2.0 +# Changelog since v6.2.1 -2019/07/21 08:33 UTC - [a2d47e3](https://github.com/hassio-addons/addon-ssh/commit/a2d47e376a925ca2fd1649612c124e0c6ccbc155) by [@frenck](https://github.com/frenck) -> :arrow_down: Downgrades ttyd to 1.5.0 +2019/08/10 13:07 UTC - [0b545c3](https://github.com/hassio-addons/addon-ssh/commit/0b545c392883cd2a4e2512c7932a4f9ad5fe4e0e) by [@frenck](https://github.com/frenck) +> :shirt: Fixes shellcheck linter warnings + +2019/08/10 13:07 UTC - [ce27046](https://github.com/hassio-addons/addon-ssh/commit/ce270461bdc19cafe0155b412f6af4030431d08e) by [@frenck](https://github.com/frenck) +> :sparkles: Adds remote command execution service + +2019/08/10 13:07 UTC - [62a43b0](https://github.com/hassio-addons/addon-ssh/commit/62a43b079184d1e32380982b28a39b02b069fab4) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades Hassio CLI to 2.3.0 + +2019/08/10 13:07 UTC - [16cdf21](https://github.com/hassio-addons/addon-ssh/commit/16cdf21087f8fd6dec9bc823439c4f99c78d987c) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades mariadb-client to 10.3.17-r0 + +2019/08/10 13:07 UTC - [259bc84](https://github.com/hassio-addons/addon-ssh/commit/259bc845c80a16565a796b68fc89f7e7d78b793d) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to v4.0.3 diff --git a/ssh/README.md b/ssh/README.md index 2a67a44e0..39078ad89 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/a2d47e3/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/0b545c3/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-a2d47e3-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/a2d47e3 +[release-shield]: https://img.shields.io/badge/version-0b545c3-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/0b545c3 [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 7b36dcb50..debece99e 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "a2d47e3", + "version": "0b545c3", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh", @@ -37,6 +37,7 @@ "audio": true, "apparmor": false, "host_dbus": true, + "stdin": true, "docker_api": true, "full_access": true, "privileged": [