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.7.0
This commit is contained in:
parent
4a42453cf8
commit
aa81d2f773
4 changed files with 21 additions and 18 deletions
|
@ -733,10 +733,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.6.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.6.0/README.md
|
||||
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.7.0
|
||||
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.7.0/README.md
|
||||
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.6.0-blue.svg
|
||||
[ssh-version-shield]: https://img.shields.io/badge/version-v3.7.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,13 +1,16 @@
|
|||
This release updates a couple of things, but adds some new things as well!
|
||||
|
||||
The [Home Assistant Command Line Tool](https://github.com/home-assistant/home-assistant-cli) has been added and yamllint is now available as well! 🎉
|
||||
This release consists mainly of updates of packages and documentation. The big change is the Hass.io Command Line tool, which has gotten a major upgrade!
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
- Upgrades bind-tools to 9.12.3-r0
|
||||
- Upgrades nginx to 1.14.1-r0
|
||||
- Adds Home Assistant CLI
|
||||
- Updates README to list the hass-cli
|
||||
- Adds yamllint
|
||||
- Upgrades sqlite to 3.25.3-r0
|
||||
- Removes BountySource links
|
||||
- Removes Anchore.io links
|
||||
- Updates maintenance year to 2019
|
||||
- Replaces add-on link with GitHub link
|
||||
- Moves Python requirements out of the Dockerfile
|
||||
- Configures Renovate (#50)
|
||||
- Updates hassio-cli to v2.0.1 (#51) (@timmo001)
|
||||
- Refactor of GitLab CI
|
||||
- Upgrades add-on base image to 2.3.1
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.5.1...v3.6.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.6.0...v3.7.0
|
||||
|
|
|
@ -94,18 +94,18 @@ 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.6.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.7.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/
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[ohmyzsh]: http://ohmyz.sh/
|
||||
[openssh]: https://www.openssh.com/
|
||||
[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.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.7.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,9 +1,9 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "3.6.0",
|
||||
"version": "3.7.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",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
"webui": "https://[HOST]:[PORT:7681]",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue