From 6457654bf134448ffca5eb68ba100c3a3b75bfde Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 23 Mar 2019 13:56:53 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to c05f503 --- README.md | 6 +++--- ssh/CHANGELOG.md | 9 +++------ ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5640b3bda..161fb825a 100644 --- a/README.md +++ b/README.md @@ -935,10 +935,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-no-red.svg [sqlite-web-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/9006988 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9006988/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/c05f503 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/c05f503/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-9006988-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-c05f503-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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 5cafdb871..5341462fa 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,8 +1,5 @@ -# Changelog since v4.0.1 +# Changelog since v4.0.2 -2019/03/18 21:54 UTC - [9006988](https://github.com/hassio-addons/addon-ssh/commit/9006988ee797bd50f6477873e54c00d3c852228c) by [@frenck](https://github.com/frenck) -> :arrow_left: Adds backport of libwebsockets 3.0.1 to support armv7 - -2019/03/18 21:54 UTC - [4dcbf70](https://github.com/hassio-addons/addon-ssh/commit/4dcbf70d4f079a22e1372cc63ba8d47f0f566181) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes issue with webterminal on SSL by using older libwebsockets +2019/03/23 13:20 UTC - [c05f503](https://github.com/hassio-addons/addon-ssh/commit/c05f5033afee5ff7bf534ef27fe76c92c4f6fe6f) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to 3.0.1 diff --git a/ssh/README.md b/ssh/README.md index a5e5bfe85..d613012f7 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -97,7 +97,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/9006988/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/c05f503/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/ @@ -107,8 +107,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-9006988-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/9006988 +[release-shield]: https://img.shields.io/badge/version-c05f503-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/c05f503 [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 diff --git a/ssh/config.json b/ssh/config.json index 901cf7fe3..714fa213a 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "9006988", + "version": "c05f503", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",