diff --git a/README.md b/README.md index 1f1dae099..2b754799e 100644 --- a/README.md +++ b/README.md @@ -903,10 +903,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/974989f -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/974989f/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/ca45398 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/ca45398/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-974989f-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-ca45398-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 873633706..42df54b0c 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog since v9.1.1 +- 🔥 Remove homeassistant_cli (#352) + +* 🔥 Remove homeassistant_cli + +* Remove hass_cli bash completion +- ⬆️ Upgrades ttyd to 3e37e33 (#351) - 🔥 Remove hibp checks (#350) * 🔥 Remove hibp checks diff --git a/ssh/DOCS.md b/ssh/DOCS.md index da63d5ae5..8242c060f 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -53,8 +53,6 @@ well. Additionally, it comes out of the box with the following: - Contains a sensible set of tools right out of the box: curl, Wget, RSync, GIT, Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on LAN”), Nano, Vim, tmux, and a bunch commonly used networking tools. -- Has the Home Assistant CLI (`hass-cli`) command line tool pre-installed and - pre-configured. - Support executing commands inside using a Home Assistant service call, e.g., for use with automations. diff --git a/ssh/README.md b/ssh/README.md index 6ae26a592..9c1c0d282 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -101,8 +101,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-974989f-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/974989f +[release-shield]: https://img.shields.io/badge/version-ca45398-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/ca45398 [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.yaml b/ssh/config.yaml index a130691f7..149165e3e 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -83,4 +83,4 @@ startup: services uart: true url: https://github.com/hassio-addons/addon-ssh usb: true -version: 974989f +version: ca45398