🎉 Release of add-on SSH & Web Terminal 7.7.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-10-29 11:36:03 +00:00
parent 8b59508393
commit fde33f726b
4 changed files with 13 additions and 9 deletions

View file

@ -1116,10 +1116,10 @@ SOFTWARE.
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.6.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.6.0/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v7.7.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v7.7.0/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v7.6.0-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v7.7.0-blue.svg
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,10 +2,14 @@
### 🔨 Changes
- ⬆ Upgrades add-on base image to v8.0.2
- ✨ Add support for the new media folder
- ⬆ Updates yamllint to v1.25.0 (#160)
- ⬆ Upgrades libxml2-utils to 2.9.10-r5
- ⬆ Upgrades add-on base image to v8.0.5
- ⬆ Upgrades libuv to 1.38.1-r0
- ⬆ Upgrades mariadb-client to 10.4.15-r0
- ⬆ Upgrades Home Assistant CLI to v4.7.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.5.2...v7.6.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v7.6.0...v7.7.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -101,8 +101,8 @@ If you are more interested in stable releases of our add-ons:
[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.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.6.0
[release-shield]: https://img.shields.io/badge/version-v7.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v7.7.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.6.0",
"version": "7.7.0",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",