mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on SSH & Web Terminal 3.5.0
This commit is contained in:
parent
f3888c6f3d
commit
1c7f3d2d40
4 changed files with 20 additions and 11 deletions
|
@ -756,10 +756,10 @@ SOFTWARE.
|
|||
[sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-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/v3.4.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.4.1/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.5.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.5.0/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.4.1-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg
|
||||
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.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
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
- Upgrades docker to 18.06.1-r0
|
||||
- Upgrades ncurses to 6.1_p20180818-r1
|
||||
- Upgrades openssh to 7.7_p1-r3
|
||||
- Upgrades bind-tools to 9.12.2_p1-r0
|
||||
- Upgrades ttyd to 1.4.2
|
||||
- Upgrades Hassio CLI to 1.4.0
|
||||
- Upgrades base image to v2.3.0
|
||||
- Adds Hassio API security role
|
||||
- Upgrades OpenSSL to 1.0.2p-r0
|
||||
- Adds documentation about shared_sessions option
|
||||
- Fixes copy/paste in SSH when using shared sessions
|
||||
|
||||
- Upgrades base image to v2.1.2
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.4.0...v3.4.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.4.1...v3.5.0
|
||||
|
|
|
@ -94,7 +94,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.4.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.5.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck
|
||||
[hass-ssh]: https://home-assistant.io/addons/ssh/
|
||||
|
@ -104,8 +104,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://www.frenck.nl/images/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-v3.4.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.4.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.5.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "3.4.1",
|
||||
"version": "3.5.0",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck",
|
||||
|
@ -14,6 +14,7 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "manager",
|
||||
"homeassistant_api": true,
|
||||
"host_network": true,
|
||||
"auto_uart": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue