🎉 Release of add-on SSH - Secure Shell 2.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-12 21:26:23 +00:00
parent 8c8ae37508
commit a858d33745
4 changed files with 16 additions and 11 deletions

View file

@ -507,10 +507,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/v2.4.1
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.1/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v2.5.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.5.0/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v2.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

View file

@ -1,9 +1,14 @@
[Full Changelog][changelog]
### Fixed
- Fixes shellcheck warnings
### Changed
- Updates hassio-cli to v1.3.1
- Updates bind-tools to 9.11.3-r0
- Updates sqlite to 3.21.0-r1
- Moves build-env to latest
- Upgrades base image to v1.4.2
- Upgrades git to 2.15.2-r0
- Rewrites GitLab CI
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.0...v2.4.1
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.1...v2.5.0

View file

@ -72,7 +72,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/v2.4.1/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v2.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/33820?u=frenck
[hass-ssh]: https://home-assistant.io/addons/ssh/
@ -80,8 +80,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-v2.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.1
[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.5.0
[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

View file

@ -1,6 +1,6 @@
{
"name": "SSH - Secure Shell",
"version": "2.4.1",
"version": "2.5.0",
"slug": "ssh",
"description": "Allows SSH connections to your Home Assistant instance",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh/33820?u=frenck",