diff --git a/README.md b/README.md index 906a3341..2a743056 100644 --- a/README.md +++ b/README.md @@ -878,10 +878,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/v12.0.2 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v12.0.2/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v12.1.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v12.1.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v12.0.2-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v12.1.0-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 415ac2c7..b12c1e05 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,7 +1,27 @@ ## What’s changed +## 🚀 Enhancements + +- ✏️ Fix typo in SSH key or password missing error @splady (#445) +- 🪟 Set window title in bash prompt @scop (#434) + +## 📚 Documentation + +- 📚 Grammar fixes @scop (#435) + ## ⬆️ Dependency updates -- ⬆️ Upgrades zlib-dev to 1.2.12-r3 @frenck (#430) -- ⬆️ Upgrades Home Assistant CLI to v4.19.0 @frenck (#431) -- ⬆️ Upgrades ttyd to 1.7.1 @frenck (#432) +- ⬆️ Bump yamllint from 1.27.1 to 1.28.0 in /ssh @dependabot (#436) +- ⬆️ Upgrades docker to 20.10.18-r0 @frenck (#437) +- ⬆️ Upgrades mariadb-client to 10.6.9-r0 @frenck (#438) +- ⬆️ Upgrades libxml2-utils to 2.9.14-r1 @frenck (#439) +- ⬆️ Upgrades add-on base image to 12.2.4 @frenck (#440) +- ⬆️ Upgrades Home Assistant CLI to v4.21.0 @frenck (#442) +- ⬆️ Upgrades docker to 20.10.20-r0 @frenck (#448) +- ⬆️ Upgrades git to 2.36.3-r0 @frenck (#449) +- ⬆️ Upgrades mariadb-client to 10.6.10-r0 @frenck (#450) +- ⬆️ Upgrades bind-tools to 9.16.33-r0 @frenck (#451) +- ⬆️ Upgrades mosquitto-clients to 2.0.14-r2 @frenck (#452) +- ⬆️ Upgrades rsync to 3.2.7-r0 @frenck (#453) +- ⬆️ Upgrades libxml2-utils to 2.9.14-r2 @frenck (#454) +- ⬆️ Upgrades ttyd to 1.7.2 @frenck (#456) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index 56f0bc8b..b16f9c7c 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -6,7 +6,7 @@ also includes a command-line tool to do things like restart, update, and check your instance. This is an enhanced version of the provided -[SSH add-on by Home Assistant][hass-ssh] and focusses on security, +[SSH add-on by Home Assistant][hass-ssh] and focuses on security, usability, flexibility and also provides access using a web interface. ## WARNING @@ -269,7 +269,7 @@ You could also [open an issue here][issue] GitHub. The original setup of this repository is by [Franck Nijhof][frenck]. For a full list of all authors and contributors, -check [the contributor's page][contributors]. +check [the contributors page][contributors]. ## License diff --git a/ssh/README.md b/ssh/README.md index 50d477b5..9e0840c8 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -19,7 +19,7 @@ also includes a command-line tool to do things like restart, update, and check your instance. This is an enhanced version of the provided -[SSH add-on by Home Assistant][hass-ssh] and focusses on security, +[SSH add-on by Home Assistant][hass-ssh] and focuses on security, usability, flexibility and also provides access using a web interface. ![Web Terminal in the Home Assistant Frontend][screenshot] @@ -82,8 +82,8 @@ well. Additionally, it comes out of the box with the following: [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-v12.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v12.0.2 +[release-shield]: https://img.shields.io/badge/version-v12.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v12.1.0 [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 b39840a5..e91e0d61 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -85,4 +85,4 @@ startup: services uart: true url: https://github.com/hassio-addons/addon-ssh usb: true -version: 12.0.2 +version: 12.1.0