🎉 Release of add-on SSH & Web Terminal 6.4.3

This commit is contained in:
Community Hass.io Add-ons Bot 2019-12-18 11:25:22 +00:00
parent 3f9e4adaa4
commit 2d255e8dbb
4 changed files with 11 additions and 17 deletions

View file

@ -1,19 +1,13 @@
[Full Changelog][changelog]
This is a general maintenance release.
This release contains an important fix, that prevented the add-on from starting on a lot of machines (e.g., i386 or armv7 machines).
### 🔨 Changes
- :books: Typo (#102)
- :arrow_up: Updates homeassistant_cli to v0.8.0 (#103)
- :arrow_up: Updates yamllint to v1.19.0 (#104)
- :arrow_up: Upgrades add-on base image to v5.0.2
- :arrow_up: Upgrades nginx to 1.16.1-r1
- :arrow_up: Upgrades bind-tools to 9.14.7-r0
- :arrow_up: Upgrades nmap to 7.70-r4
- :arrow_up: Upgrades bind-tools to 9.14.8-r0
- :ambulance: Fix incorrect use of base image, causing arch mixups (#93)
- :arrow_up: Upgrades sqlite to 3.28.0-r2
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.4.1...v6.4.2
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.4.2...v6.4.3
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -78,7 +78,7 @@ well. Additionally, it comes out of the box with the following:
[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.4.2/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v6.4.3/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/
@ -88,8 +88,8 @@ well. Additionally, it comes out of the box with the following:
[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.4.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.4.2
[release-shield]: https://img.shields.io/badge/version-v6.4.3-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.4.3
[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.4.2",
"version": "6.4.3",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",