From 8ca550ff95457ff46b6a1086890b7c6cd6536c65 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 12 May 2021 17:22:52 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 904387e --- README.md | 6 +++--- ssh/CHANGELOG.md | 9 +++++++++ ssh/README.md | 4 ++-- ssh/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 561270a97..335b4858a 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/9b5de8b -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9b5de8b/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/904387e +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/904387e/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-9b5de8b-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-904387e-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 1959ebec6..24e2e6f24 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v8.2.1 +- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 (#262) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2 to 2.1. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2...v2.1) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Upgrades python3 to 3.8.10-r0 (#261) - ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#260) diff --git a/ssh/README.md b/ssh/README.md index 627f11df0..8775b4e20 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-9b5de8b-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/9b5de8b +[release-shield]: https://img.shields.io/badge/version-904387e-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/904387e [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 4dedfcc62..f69e5a10b 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "9b5de8b", + "version": "904387e", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",