🎉 Release of add-on SSH & Web Terminal 7.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-05 10:26:16 +00:00
parent aa6255a3d7
commit d7ba29e527
4 changed files with 12 additions and 24 deletions

View file

@ -1066,10 +1066,10 @@ SOFTWARE.
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-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.2.0 [addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.3.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.2.0/README.md [addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.3.0/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v7.2.0-blue.svg [ssh-version-shield]: https://img.shields.io/badge/version-v7.3.0-blue.svg
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,26 +1,14 @@
[Full Changelog][changelog] [Full Changelog][changelog]
This release brings some new features, as well as general maintenance. This is a general maintenance release.
Commandline completion is added for the `docker` command, which is really helpful. Furthermore, automated integration with the Mosquitto and MariaDB add-ons has been improved.
Lastly, support for the upcoming Home Assistant Audio layer has been added. While this layer isn't released yet, this add-on is now fully prepared.
Tools like the `pulsemixer` and `aplay` have been added to give you the possibility to play audio and manage the volume levels of your audio device(s). So, as soon as the new Audio layer is available, you can start using it.
### 🔨 Changes ### 🔨 Changes
- :shirt: Remove unnecessary execute permissions (#122) - :arrow_up: Upgrades python3 to 3.8.2-r0
- :arrow_up: Upgrades add-on base image to v7.0.2 - :sparkles: Add pulseaudio-utils
- :sparkles: Include docker completions (#121) - :arrow_up: Upgrades Home Assistant CLI to 4.1.0
- :arrow_up: Upgrades ncurses to 6.1_p20200118-r2
- :arrow_up: Upgrades tmux to 3.0a-r1
- :sparkles: Adds support for new audio layer
- :sparkles: Adds alsa audio utilities
- :sparkles: Adds pulsemixer audio controls on the CLI
- :hammer: Improve MySQL & MQTT services handling
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.1.0...v7.2.0 [changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.2.0...v7.3.0
Questions? Join our Discord server! https://discord.me/hassioaddons Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -92,7 +92,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.2.0/README.md [docs]: https://github.com/hassio-addons/addon-ssh/blob/v7.3.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -104,8 +104,8 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v7.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v7.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.2.0 [release]: https://github.com/hassio-addons/addon-ssh/tree/v7.3.0
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png [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-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit [ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -1,6 +1,6 @@
{ {
"name": "SSH & Web Terminal", "name": "SSH & Web Terminal",
"version": "7.2.0", "version": "7.3.0",
"slug": "ssh", "slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance", "description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh", "url": "https://github.com/hassio-addons/addon-ssh",