From a1ebf6e2bbd278c22e393be31f6a9b781bab6af6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 22 Mar 2021 18:44:39 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to f7cf10f --- README.md | 6 +++--- ssh/CHANGELOG.md | 5 +++++ ssh/README.md | 4 ++-- ssh/config.json | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38077c6a0..be052eb3a 100644 --- a/README.md +++ b/README.md @@ -1004,10 +1004,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/c726c37 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/c726c37/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/f7cf10f +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f7cf10f/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-c726c37-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-f7cf10f-blue.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 [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 1955cc35f..b83997a38 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog since v8.0.4 +- ⬆️ Upgrades Home Assistant CLI to v4.11.2 (#225) + +* ⬆️ Upgrades Home Assistant CLI to v4.11.1 + +* ⬆️ Upgrades Home Assistant CLI to v4.11.2 - Add access to journald (#224) - Upgrade add-on linter to 2.1.0 (#223) - ⬆️ Upgrades docker to 20.10.3-r1 (#222) diff --git a/ssh/README.md b/ssh/README.md index f934988cb..d4b212b11 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -102,8 +102,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-c726c37-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/c726c37 +[release-shield]: https://img.shields.io/badge/version-f7cf10f-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/f7cf10f [screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit diff --git a/ssh/config.json b/ssh/config.json index ef3765593..6fac6f090 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "c726c37", + "version": "f7cf10f", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",