mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on SSH & Web Terminal 12.1.0
This commit is contained in:
parent
bc0aa87ebe
commit
a50d586acb
5 changed files with 32 additions and 12 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue