diff --git a/README.md b/README.md index ec35abe4..4ce226c2 100644 --- a/README.md +++ b/README.md @@ -841,10 +841,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/v10.1.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v10.1.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.2 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v10.1.2/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v10.1.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v10.1.2-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 e4fc0ee1..d51c481b 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,23 @@ ## What’s changed -## 🚀 Enhancements +## 🐛 Bug fixes -- Preserve the SSH_AUTH_SOCK environment variable @imgrant (#368) +- 🚑 Fix git URL for oh-my-zsh @frenck (#406) + +## 📚 Documentation + +- 📚 Add note on usernames @sinclairpaul (#396) + +## ⬆️ Dependency updates + +- ⬆️ Upgrades add-on base image to 11.1.2 @frenck (#397) +- ⬆️ Upgrades docker to 20.10.14-r1 @frenck (#398) +- ⬆️ Upgrades zlib-dev to 1.2.12-r1 @frenck (#399) +- ⬆️ Upgrades bind-tools to 9.16.27-r0 @frenck (#400) +- ⬆️ Upgrades bluez to 5.64-r0 @frenck (#401) +- ⬆️ Upgrades vim to 8.2.4836-r0 @frenck (#402) +- ⬆️ Upgrades git to 2.34.2-r0 @frenck (#403) +- ⬆️ Upgrades mariadb-client to 10.6.7-r0 @frenck (#404) +- ⬆️ Upgrades openssl to 1.1.1n-r0 @frenck (#405) +- ⬆️ Upgrades Home Assistant CLI to v4.16.1 @frenck (#407) +- ⬆️ Upgrades ttyd to 2b4dbac @frenck (#408) diff --git a/ssh/DOCS.md b/ssh/DOCS.md index b80003d1..aa1b7767 100644 --- a/ssh/DOCS.md +++ b/ssh/DOCS.md @@ -140,7 +140,8 @@ only apply to the SSH daemon. This option allows you to change to username the use when you log in via SSH. It is only utilized for the authentication; you will be the `root` user after you have authenticated. Using `root` as the username is possible, but not -recommended. +recommended. Usernames will be converted to lower case as per recommended +practises. **Note**: _Due to limitations, you will need to set this option to `root` in order to be able to enable the SFTP capabilities._ diff --git a/ssh/README.md b/ssh/README.md index f98ba4a1..736f2b83 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -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-v10.1.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.1 +[release-shield]: https://img.shields.io/badge/version-v10.1.2-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.2 [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 4330a6d7..7fea631c 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -84,4 +84,4 @@ startup: services uart: true url: https://github.com/hassio-addons/addon-ssh usb: true -version: 10.1.1 +version: 10.1.2