⬆️ Updating add-on SSH & Web Terminal to b346bde

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-22 14:34:57 +00:00
parent c499a3a857
commit 3d7dd5e286
4 changed files with 9 additions and 25 deletions

View file

@ -1176,10 +1176,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/c354d84
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/c354d84/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/b346bde
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/b346bde/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-c354d84-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-b346bde-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

@ -1,18 +1,2 @@
# Changelog since v7.0.1
- :ambulance: Correct MySQL cnf path
- :ambulance: Fix incorrect version tag on ttyd
- :sparkles: Add hook up with the MQTT & MySQL services
- :arrow_up: Upgrades sudo to 1.8.31-r0
- :arrow_up: Upgrades mariadb-client to 10.4.12-r0
- :arrow_up: Upgrades libxml2-utils to 2.9.10-r2
- :arrow_up: Upgrades python3 to 3.8.1-r0
- :arrow_up: Upgrades libwebsockets to 3.2.2
- :arrow_up: Upgrades ttyd to v1.6.0
- :hammer: Re-branding
- :arrow_up: Upgrades Home Assistant CLI to 4.0.1
- :hammer: Update add-on config with new password & list features
- :hammer: Re-branding
- :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades add-on base image to v7.0.0
- :pencil2: Fixes some spelling and grammar
- :fireworks: Updates maintenance/license year to 2020
# Changelog since v7.1.0
- :shirt: Remove unnecessary execute permissions (#122)

View file

@ -95,7 +95,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ssh/blob/c354d84/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/b346bde/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
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -107,8 +107,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-c354d84-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/c354d84
[release-shield]: https://img.shields.io/badge/version-b346bde-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/b346bde
[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": "c354d84",
"version": "b346bde",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://github.com/hassio-addons/addon-ssh",