diff --git a/README.md b/README.md index b2704a35e..eb609b941 100644 --- a/README.md +++ b/README.md @@ -622,10 +622,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/77075e3 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/77075e3/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/4276030 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/4276030/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-77075e3-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-4276030-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 7aad6c32b..bd9d4747d 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,8 +1,11 @@ -# Changelog since v3.0.0 +# Changelog since v3.0.1 -2018/07/21 20:35 UTC - [77075e3](https://github.com/hassio-addons/addon-ssh/commit/77075e3b62f762a98c8ba010d20244d3d37c18f8) by [@frenck](https://github.com/frenck) -> :books: Adds instructions on embedding Web Terminal into the frontend +2018/07/29 16:53 UTC - [4276030](https://github.com/hassio-addons/addon-ssh/commit/4276030e5c77f424cea6b9d6b6a406522ac5865e) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades zip to 3.0-r6 -2018/07/21 20:35 UTC - [273251e](https://github.com/hassio-addons/addon-ssh/commit/273251e72ed9c69ff90ff4b33f436f576f5d2d2e) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes add-on devicetree permission issue +2018/07/29 16:53 UTC - [eb64dad](https://github.com/hassio-addons/addon-ssh/commit/eb64dad1ee07ed52f5280a5df526f4b488cf1160) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades openssl to 1.0.2o-r2 + +2018/07/29 16:53 UTC - [2b64002](https://github.com/hassio-addons/addon-ssh/commit/2b6400230ec2e49e640dcdf0e0e5a89fa8750623) by [@frenck](https://github.com/frenck) +> :sparkles: Adds bluez tools for Bluetooth diff --git a/ssh/README.md b/ssh/README.md index e83a3abce..efd836f0d 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -84,7 +84,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/77075e3/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/4276030/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/ @@ -92,8 +92,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-77075e3-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/77075e3 +[release-shield]: https://img.shields.io/badge/version-4276030-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/4276030 [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 diff --git a/ssh/config.json b/ssh/config.json index 7b7a7d7be..98ab58258 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "77075e3", + "version": "4276030", "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",