From 2891a95fdb726cc6703741fd0157afc767d51e5d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 29 Mar 2020 22:03:56 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH & Web Terminal to 81d1527 --- README.md | 6 +++--- ssh/CHANGELOG.md | 3 +++ ssh/README.md | 6 +++--- ssh/config.json | 3 +-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f88976109..3e796238d 100644 --- a/README.md +++ b/README.md @@ -1151,10 +1151,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/654597f -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/654597f/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/81d1527 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/81d1527/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-654597f-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-81d1527-blue.svg [ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index c2be8a2f3..f3b9906c8 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v7.3.0 +- Revert ":hammer: Disable Docker init" + +This reverts commit 654597f45a5ebfca01539eabc463a24f361f114e. - :hammer: Disable Docker init - :arrow_up: Upgrades bluez to 5.52-r1 - :arrow_up: Upgrades Home Assistant CLI to v4.2.0 diff --git a/ssh/README.md b/ssh/README.md index dd8324d19..60ebb3520 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -95,7 +95,7 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ssh/blob/654597f/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/81d1527/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -107,8 +107,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-654597f-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/654597f +[release-shield]: https://img.shields.io/badge/version-81d1527-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/81d1527 [screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit diff --git a/ssh/config.json b/ssh/config.json index a4dabe5e2..aaf1e7098 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "654597f", + "version": "81d1527", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh", @@ -17,7 +17,6 @@ "armv7", "i386" ], - "init": false, "ports": { "22/tcp": 22 },