⬆️ Updating add-on SSH - Secure Shell to ccad1ba

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-03 13:03:55 +00:00
parent 55beaceb8f
commit d2a3d16e51
4 changed files with 15 additions and 9 deletions

View file

@ -525,10 +525,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/8fb74e4
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/8fb74e4/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/ccad1ba
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/ccad1ba/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-8fb74e4-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-ccad1ba-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,8 +1,14 @@
# Changelog since v2.4.1
2018/06/03 10:35 UTC - [8fb74e4](https://github.com/hassio-addons/addon-ssh/commit/8fb74e4f0fd3ace9601984682c65480c56684996) by [@frenck](https://github.com/frenck)
2018/06/03 12:52 UTC - [ccad1ba](https://github.com/hassio-addons/addon-ssh/commit/ccad1ba210eddd2952e4eaefa7f1161754217cbd) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades git to 2.15.2-r0
2018/06/03 12:52 UTC - [7a7e0f3](https://github.com/hassio-addons/addon-ssh/commit/7a7e0f3b7243950550608f5a5b99af04bbbe428a) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v1.4.2
2018/06/03 12:52 UTC - [8fb74e4](https://github.com/hassio-addons/addon-ssh/commit/8fb74e4f0fd3ace9601984682c65480c56684996) by [@frenck](https://github.com/frenck)
> :shirt: Fixes shellcheck warnings
2018/06/03 10:35 UTC - [f70e333](https://github.com/hassio-addons/addon-ssh/commit/f70e3330e0f6879cdc657fcfda9fb9d1f288b276) by [@frenck](https://github.com/frenck)
2018/06/03 12:52 UTC - [f70e333](https://github.com/hassio-addons/addon-ssh/commit/f70e3330e0f6879cdc657fcfda9fb9d1f288b276) by [@frenck](https://github.com/frenck)
> :rocket: Moves build-env to latest

View file

@ -75,7 +75,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/8fb74e4/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/ccad1ba/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/
@ -83,8 +83,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-8fb74e4-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/8fb74e4
[release-shield]: https://img.shields.io/badge/version-ccad1ba-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/ccad1ba
[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": "8fb74e4",
"version": "ccad1ba",
"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",