From 25cc70a0cee21e5ec0a30f63f1108917c9a6e193 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 27 Apr 2020 22:08:35 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 2d4b0b7 --- README.md | 6 +++--- ssh/CHANGELOG.md | 9 +++------ ssh/README.md | 8 ++++---- ssh/config.json | 2 +- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 80c1367cc..ad550cab7 100644 --- a/README.md +++ b/README.md @@ -1151,10 +1151,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/3ffb6fa -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/3ffb6fa/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/2d4b0b7 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/2d4b0b7/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-3ffb6fa-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-2d4b0b7-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 59684b917..773119b69 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,6 +1,3 @@ -# Changelog since v7.3.2 -- :hammer: Mark add-on as advanced -- :arrow_up: Upgrades base image to v7.1.1 -- :arrow_up: Upgrades openssl to 1.1.1g-r0 -- :arrow_up: Upgrades git to 2.24.3-r0 -- :arrow_up: Upgrades openssl-dev to 1.1.1g-r0 +# Changelog since v7.4.0 +- :arrow_up: Updates homeassistant_cli to v0.9.1 (#139) +- :pencil2: Fix typo in README (#140) diff --git a/ssh/README.md b/ssh/README.md index 65b1f8747..e7a38137d 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -44,7 +44,7 @@ well. Additionally, it comes out of the box with the following: - A secure default configuration of SSH: - Only allows login by the configured user, even if more users are created. - Only uses known secure ciphers and algorithms. - - Limits login attempts to hold of brute-force attacks better. + - Limits login attempts to hold off brute-force attacks better. - Many more security tweaks, *this addon passes all [ssh-audit] checks without warnings!* ![Result of SSH-Audit][ssh-audit-image] @@ -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/3ffb6fa/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/2d4b0b7/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-3ffb6fa-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/3ffb6fa +[release-shield]: https://img.shields.io/badge/version-2d4b0b7-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/2d4b0b7 [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 ef7c9be61..410657221 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "3ffb6fa", + "version": "2d4b0b7", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",