🎉 Release of add-on SSH & Web Terminal 5.0.2

This commit is contained in:
Community Hass.io Add-ons Bot 2019-05-18 20:17:15 +00:00
parent e8ac22d1f1
commit ce8d743387
4 changed files with 17 additions and 15 deletions

View file

@ -1,17 +1,19 @@
[Full Changelog][changelog]
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
This release is a generic update release.
### 🔨 Changes
- :arrow_up: Upgrades bind-tools to 9.12.3_p4-r2
- :arrow_up: Upgrades openssh to 7.9_p1-r5
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
- :sparkles: Adds support for showing in sidebar
- :books: Fixes spelling error in documentation (#74) (@nickdaria)
- :arrow_up: Upgrades bind-tools to 9.12.4_p1-r1
- :arrow_up: Upgrades lua-resty-http to 0.13-r0
- :arrow_up: Upgrades MariaDB client to 10.3.13-r1
- :arrow_up: Upgrades nginx to 1.14.2-r1
- :arrow_up: Upgrades ttyd to 1.4.4
- :arrow_up: Updates homeassistant_cli to v0.7.0 (#75)
- :ambulance: Turns of Lua Resty core in Nginx
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v5.0.0...v5.0.1
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v5.0.1...v5.0.2
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -94,7 +94,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/v5.0.1/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v5.0.2/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/
@ -104,8 +104,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-v5.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v5.0.1
[release-shield]: https://img.shields.io/badge/version-v5.0.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v5.0.2
[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

View file

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