From 3f7ec3035aac40cfe7d03846cebadf0e29d09418 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 16 Feb 2020 15:07:24 +0000 Subject: [PATCH] :tada: Release of add-on SSH & Web Terminal 7.1.0 --- README.md | 6 +++--- ssh/CHANGELOG.md | 26 ++++++++++++++++++++++---- ssh/README.md | 22 +++++++++++----------- ssh/config.json | 10 +++++++--- 4 files changed, 43 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 64ad3ef3..10cd20fb 100644 --- a/README.md +++ b/README.md @@ -1041,10 +1041,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/v7.0.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.1.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.1.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v7.0.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v7.1.0-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 a4f02fd2..055c8dd2 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,13 +1,31 @@ [Full Changelog][changelog] -This is a general maintenance release. +This is a general maintenance release, which incorporates the re-branding of Home Assistant as well. + +Newly added to this release is the seamless connection with the MariaDB & Mosquitto add-ons. The command-line tools for these, are automatically configured to connect to the add-ons. + +The `hassio` command-line tool has been replaced/renamed to `ha`. Don't worry, the old commands still work, giving you some time to get used to this all. ### 🔨 Changes -- :ambulance: Fix possible issue with sudo.conf permissions -- :hammer: Improve Bash command prompt by adding the current directory to it +- :fireworks: Updates maintenance/license year to 2020 +- :pencil2: Fixes some spelling and grammar +- :arrow_up: Upgrades add-on base image to v7.0.0 +- :books: Update add-on documentation to use new YAML configuration format +- :hammer: Update add-on config with new password & list features +- :arrow_up: Upgrades Home Assistant CLI to 4.0.1 +- :hammer: Re-branding +- :arrow_up: Upgrades ttyd to v1.6.0 +- :arrow_up: Upgrades libwebsockets to 3.2.2 +- :arrow_up: Upgrades python3 to 3.8.1-r0 +- :arrow_up: Upgrades libxml2-utils to 2.9.10-r2 +- :arrow_up: Upgrades mariadb-client to 10.4.12-r0 +- :arrow_up: Upgrades sudo to 1.8.31-r0 +- :sparkles: Add hook up with the MQTT & MySQL services +- :ambulance: Fix incorrect version tag on ttyd +- :ambulance: Correct MySQL cnf path -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.0.0...v7.0.1 +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.0.1...v7.1.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/ssh/README.md b/ssh/README.md index 0d238b79..8c586d16 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: SSH & Web Terminal +# Home Assistant Community Add-on: SSH & Web Terminal [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -8,13 +8,13 @@ [![Support Frenck on Patreon][patreon-shield]][patreon] -This add-on allows you to log in to your Hass.io Home Assistant instance using +This add-on allows you to log in to your Home Assistant instance using SSH or by using the Web Terminal. ## About -This add-on allows you to log in to your Hass.io Home Assistant instance using -SSH or a Web Terminal, giving you to access your Hass.io folders and +This add-on allows you to log in to your Home Assistant instance using +SSH or a Web Terminal, giving you to access your folders and also includes a command-line tool to do things like restart, update, and check your instance. @@ -52,14 +52,14 @@ well. Additionally, it comes out of the box with the following: - Comes with an SSH compatibility mode option to allow older clients to connect. - Support for Mosh allowing roaming and supports intermittent connectivity. - SFTP support is disabled by default but is user configurable. -- Compatible if Hass.io was installed via the generic Linux installer. +- Compatible if Home Assistant was installed via the generic Linux installer. - Username is configurable, so `root` is no longer mandatory. - Persists custom SSH client settings & keys between add-on restarts - Log levels for allowing you to triage issues easier. - Hardware access to your audio, uart/serial devices and GPIO pins. - Runs with more privileges, allowing you to debug and test more situations. - Has access to the dbus of the host system. -- Has the option to access the Docker instance running Hass.io host system. +- Has the option to access the Docker instance running on the host system. - Runs on host level network, allowing you to open ports or run little daemons. - Have custom Alpine packages installed on start. This allows you to install your favorite tools, which will be available every single time you log in. @@ -76,7 +76,7 @@ well. Additionally, it comes out of the box with the following: ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant Add-ons repository contains beta releases of add-ons. - They might stop working at any time. - They could have a negative impact on your system. @@ -92,20 +92,20 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.0.1/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.1.0/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 [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ -[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [ohmyzsh]: http://ohmyz.sh/ [openssh]: https://www.openssh.com/ [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v7.0.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.0.1 +[release-shield]: https://img.shields.io/badge/version-v7.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.1.0 [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 62fd7efe..925830a6 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "7.0.1", + "version": "7.1.0", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh", @@ -26,6 +26,10 @@ "boot": "auto", "hassio_api": true, "hassio_role": "manager", + "services": [ + "mysql:want", + "mqtt:want" + ], "homeassistant_api": true, "host_network": true, "auto_uart": true, @@ -70,10 +74,10 @@ "init_commands": [] }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "ssh": { "username": "str", - "password": "str", + "password": "password", "authorized_keys": [ "str" ],