🎉 Release of add-on SSH & Web Terminal 10.1.2

This commit is contained in:
Community Hass.io Add-ons Bot 2022-04-29 14:33:26 +00:00
parent caa0992eec
commit 718bc1cbe9
5 changed files with 28 additions and 9 deletions

View file

@ -841,10 +841,10 @@ SOFTWARE.
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[sqlite-web-i386-shield]: https://img.shields.io/badge/i386-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-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.1/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-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 [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,5 +1,23 @@
## Whats changed ## Whats 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)

View file

@ -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. 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 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 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 **Note**: _Due to limitations, you will need to set this option to `root` in
order to be able to enable the SFTP capabilities._ order to be able to enable the SFTP capabilities._

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-v10.1.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v10.1.1 [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 [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-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit [ssh-audit]: https://github.com/arthepsy/ssh-audit

View file

@ -84,4 +84,4 @@ startup: services
uart: true uart: true
url: https://github.com/hassio-addons/addon-ssh url: https://github.com/hassio-addons/addon-ssh
usb: true usb: true
version: 10.1.1 version: 10.1.2