From d903d9f2aac142ab0b3d0eb565d789f6ee8ffc9a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 10 Aug 2021 08:40:49 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 154e790 --- README.md | 6 +++--- ssh/CHANGELOG.md | 2 ++ ssh/README.md | 4 ++-- ssh/config.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 59de81d0a..784e59788 100644 --- a/README.md +++ b/README.md @@ -921,10 +921,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/19de427 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/19de427/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/154e790 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/154e790/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-19de427-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-154e790-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 483be4cb3..5917284e4 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v9.0.0 +- ⬆️ Upgrades rsync to 3.2.3-r4 (#297) +- ⬆️ Upgrades mariadb-client to 10.5.12-r0 (#296) - ⬆️ Bump actions/stale from 3.0.19 to 4 (#291) Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4. diff --git a/ssh/README.md b/ssh/README.md index 83cd9ea56..587f7592d 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-19de427-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/19de427 +[release-shield]: https://img.shields.io/badge/version-154e790-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/154e790 [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 3ffd809ce..bb0fa0fdc 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "19de427", + "version": "154e790", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",