mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on SSH & Web Terminal 3.0.1
This commit is contained in:
parent
69f62c90f9
commit
f5e4c8d9a4
4 changed files with 10 additions and 46 deletions
|
@ -544,10 +544,10 @@ SOFTWARE.
|
|||
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.0.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.0.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.0.1
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.0.1/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.0.1-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
|
||||
|
|
|
@ -2,45 +2,10 @@
|
|||
|
||||
### Added
|
||||
|
||||
- Rewrites add-on to include both SSH and Web Terminal
|
||||
- Adds syntax highlighting in Nano
|
||||
- Adds support for audio and UART devices
|
||||
- Adds ZSH Autosuggestions
|
||||
- Adds ZSH Syntax Highlighting
|
||||
- Adds ack
|
||||
- Adds access to all possible hardware
|
||||
- Adds instructions on embedding Web Terminal into the frontend
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes an issue with SSL not working
|
||||
- Fixes add-on devicetree permission issue
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.0.1
|
||||
- Upgrades bind-tools to 9.12.1_p2-r0
|
||||
- Upgrades git to 2.18.0-r0
|
||||
- Upgrades libxml2-utils 2.9.8-r0
|
||||
- Upgrades mariadb-client to 10.2.15-r0
|
||||
- Upgrades mariadb-client to 10.2.15-r0
|
||||
- Upgrades nano to 2.9.8-r0
|
||||
- Upgrades ncurses to 6.1-r0
|
||||
- Upgrades net-tools to 1.60_git20140218-r2
|
||||
- Upgrades nmap to 7.70-r1
|
||||
- Upgrades openssh to 7.7_p1-r2
|
||||
- Uprades openssl to 1.0.2o-r1
|
||||
- Upgrades rsync to 3.1.3-r1
|
||||
- Upgrades sqlite to 3.24.0-r0
|
||||
- Upgrades sudo to 1.8.23-r2
|
||||
- Upgrades tmux to 2.7-r0
|
||||
- Upgrades vim to 8.1.0115-r0
|
||||
- Upgrades zip to 3.0-r5
|
||||
- Upgrades zsh to 5.5.1-r0
|
||||
- Upgrades Hadolint to latest version
|
||||
- Updates Hass.io ASCII art in MOTD
|
||||
- Updates add-on icon & logo
|
||||
- Documentation merge and naming updates
|
||||
- Layout improvements to README
|
||||
- Small tidy up
|
||||
- Updates forum URL
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.5.0...v3.0.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.0.0...v3.0.1
|
||||
|
|
|
@ -81,7 +81,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/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.0.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.0.1/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/
|
||||
|
@ -89,8 +89,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[ohmyzsh]: http://ohmyz.sh/
|
||||
[openssh]: https://www.openssh.com/
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.0.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.0.1
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"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",
|
||||
|
@ -18,7 +18,6 @@
|
|||
"host_network": true,
|
||||
"auto_uart": true,
|
||||
"audio": true,
|
||||
"devicetree": true,
|
||||
"apparmor": false,
|
||||
"host_dbus": true,
|
||||
"privileged": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue