From 1ff21c53ded4140a93eba62f65b34da033abdfc8 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 18 Aug 2021 08:13:17 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 205edb4 --- README.md | 6 +++--- ssh/CHANGELOG.md | 17 +++++++++++++++++ ssh/README.md | 4 ++-- ssh/config.json | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ebcb2b5ca..4ab96900d 100644 --- a/README.md +++ b/README.md @@ -912,10 +912,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/9bf513d -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9bf513d/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/205edb4 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/205edb4/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-9bf513d-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-205edb4-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 0c317448c..cc0f2f91d 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog since v9.0.1 +- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#302) + +Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2. +- [Release notes](https://github.com/dessant/lock-threads/releases) +- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) +- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2) + +--- +updated-dependencies: +- dependency-name: dessant/lock-threads + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - 🏎 Enable streaming mode for Ingress (#301) - 🚑 Fix contributing link in readme (#300) - 🚀 Add-on CI improvements (#299) diff --git a/ssh/README.md b/ssh/README.md index 8e5d735e2..d91228443 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-9bf513d-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/9bf513d +[release-shield]: https://img.shields.io/badge/version-205edb4-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/205edb4 [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 a6e82a54c..f8c3e8bcd 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "9bf513d", + "version": "205edb4", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",