🎉 Release of add-on SSH & Web Terminal 7.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-09-15 07:53:27 +00:00
parent 3a14a440d0
commit 278ec8fce2
4 changed files with 10 additions and 10 deletions

View file

@ -2,11 +2,10 @@
### 🔨 Changes
- ✨ Override shutdown & reboot commands
- 🚑 Fix executable permissions
- ⬆ Upgrades Home Assistant CLI to v4.4.1
- ⬆ Upgrades add-on base image to v8.0.2
- ✨ Add support for the new media folder
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.5.1...v7.5.2
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.5.2...v7.6.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -85,8 +85,8 @@ well. Additionally, it comes out of the box with the following:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v7.5.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.5.2
[release-shield]: https://img.shields.io/badge/version-v7.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.6.0
[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": "7.5.2",
"version": "7.6.0",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",
@ -55,6 +55,7 @@
"config:rw",
"ssl:rw",
"addons:rw",
"media:rw",
"share:rw",
"backup:rw"
],