From d2a3d16e5175b9fde13273d22e47595b0d9570ad Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 3 Jun 2018 13:03:55 +0000 Subject: [PATCH] :arrow_up: Updating add-on SSH - Secure Shell to ccad1ba --- README.md | 6 +++--- ssh/CHANGELOG.md | 10 ++++++++-- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7cac8fca4..ebfeb5e02 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 560707929..c987fab34 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -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 diff --git a/ssh/README.md b/ssh/README.md index 25411ebce..927fbe15e 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -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 \ No newline at end of file diff --git a/ssh/config.json b/ssh/config.json index 16c49792b..351ca9f0f 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -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",