🎉 Release of add-on SSH & Web Terminal 6.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-07-21 09:21:08 +00:00
parent d657bb403c
commit dceb2e7b4b
4 changed files with 11 additions and 15 deletions

View file

@ -1,17 +1,13 @@
[Full Changelog][changelog]
This release contains mainly general maintenance, but contains one nice little feature:
Your `.gitignore` file is now persistent across reboots :tada:
This release fixes a bug with the Web Terminal not being able to start correctly.
The bug was introduced in v6.2.0.
### 🔨 Changes
- :arrow_up: Upgrades add-on base image to v4.0.2
- :arrow_up: Upgrades docker to 18.09.8-r0
- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server
- :sparkles: Adds support for persistent .gitconfig
- :ambulance: Fixes linking issue with .gitconfig persistence
- :arrow_down: Downgrades ttyd to 1.5.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.1.0...v6.2.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.2.0...v6.2.1
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/v6.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v6.2.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-v6.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.2.0
[release-shield]: https://img.shields.io/badge/version-v6.2.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.2.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": "6.2.0",
"version": "6.2.1",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",