From 0e10c76f3456e9f41ef66712a46114bbbfd9da57 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 25 Feb 2019 21:07:59 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to a82936d --- README.md | 6 +++--- ssh/CHANGELOG.md | 13 ++++++++----- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index db177345a..0461d7b79 100644 --- a/README.md +++ b/README.md @@ -880,10 +880,10 @@ SOFTWARE. [sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-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/c93dee1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/c93dee1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/a82936d +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/a82936d/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-c93dee1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-a82936d-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 a05390cdb..b0fa8dbaf 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,8 +1,11 @@ -# Changelog since v3.7.1 +# Changelog since v3.7.2 -2019/02/11 15:30 UTC - [c93dee1](https://github.com/hassio-addons/addon-ssh/commit/c93dee1825524b4294cfe8d4a692587061eed442) by [@renovate[bot]](https://github.com/apps/renovate) -> :arrow_up: Updates yamllint to v1.15.0 (#60) +2019/02/25 20:42 UTC - [a82936d](https://github.com/hassio-addons/addon-ssh/commit/a82936d5597d193ebe719bd625134943ef8825e1) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades libressl to 2.7.5-r0 -2019/02/11 15:30 UTC - [83c4965](https://github.com/hassio-addons/addon-ssh/commit/83c4965693fab15d16222639d302243e311bf41b) by [@renovate[bot]](https://github.com/apps/renovate) -> :arrow_up: Updates homeassistant_cli to v0.5.0 (#59) +2019/02/25 20:42 UTC - [a1ba7ac](https://github.com/hassio-addons/addon-ssh/commit/a1ba7acb95f0fd1ca9bce109a199d8e94053cd92) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to 2.3.2 + +2019/02/25 20:42 UTC - [d1892d1](https://github.com/hassio-addons/addon-ssh/commit/d1892d15ab63580ede67c363d1fa89dd769ee541) by [@renovate[bot]](https://github.com/apps/renovate) +> :arrow_up: Updates homeassistant_cli to v0.6.0 (#61) diff --git a/ssh/README.md b/ssh/README.md index d6ab6d664..1ea574a70 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/c93dee1/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/a82936d/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-c93dee1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/c93dee1 +[release-shield]: https://img.shields.io/badge/version-a82936d-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/a82936d [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 c5bd48ecc..e7959a673 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "c93dee1", + "version": "a82936d", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",