From 93adaccf3fbdb71ab028cc8891b13807aa78c0bb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 19 May 2021 17:46:07 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to f0be71a --- README.md | 6 +++--- ssh/CHANGELOG.md | 1 + ssh/README.md | 4 ++-- ssh/config.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7c04837a8..5171e5660 100644 --- a/README.md +++ b/README.md @@ -944,10 +944,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/d6c723f -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/d6c723f/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/f0be71a +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/f0be71a/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-d6c723f-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-f0be71a-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 882f94df8..ba4ba489d 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v8.2.1 +- ⬆️ Upgrades Home Assistant CLI to v4.12.2 (#266) - ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 (#265) Bumps [actions/stale](https://github.com/actions/stale) from 3.0.18 to 3.0.19. diff --git a/ssh/README.md b/ssh/README.md index da3f8eb9c..9905e7550 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-d6c723f-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/d6c723f +[release-shield]: https://img.shields.io/badge/version-f0be71a-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/f0be71a [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 4cf368232..0c8274ab2 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "d6c723f", + "version": "f0be71a", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",