From 775aeb797151ea45794bc127f473bbdd1e0293ae Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 28 May 2021 12:44:13 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to a1960a0 --- 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 eebf7fccc..18318e1d7 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/cc87140 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/cc87140/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/a1960a0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/a1960a0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-cc87140-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-a1960a0-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 8654716ab..ae0a6ec50 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v8.2.3 +- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#273) + +Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0. +- [Release notes](https://github.com/docker/setup-qemu-action/releases) +- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#275) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. diff --git a/ssh/README.md b/ssh/README.md index 3ce5fcb8a..5a9220d5e 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-cc87140-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/cc87140 +[release-shield]: https://img.shields.io/badge/version-a1960a0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/a1960a0 [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 d91f78285..84a7262c8 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "cc87140", + "version": "a1960a0", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",