🎉 Release of add-on SSH & Web Terminal 3.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-19 11:12:38 +00:00
parent eafdbb448c
commit 04ab7b9b0f
4 changed files with 9 additions and 22 deletions

View file

@ -1,20 +1,7 @@
[Full Changelog][changelog]
### Added
- Adds warning with great power comes great responsibility
- Documents secrets support
- Adds Docker support
### Fixed
- Adds access to /dev/mem to support GPIO better
### Changed
- Upgrades base image to v2.1.1
- Sets default Shell
- Updates README with latest changes
- Updates Discord links
- Upgrades base image to v2.1.2
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.3.0...v3.4.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.4.0...v3.4.1

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/v3.4.0/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.4.1/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-v3.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.4.0
[release-shield]: https://img.shields.io/badge/version-v3.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.4.1
[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": "3.4.0",
"version": "3.4.1",
"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",