diff --git a/README.md b/README.md index cc4b22c2f..6fd5c4030 100644 --- a/README.md +++ b/README.md @@ -797,10 +797,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/9cad70a -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/9cad70a/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/5a0aa31 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/5a0aa31/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-9cad70a-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-5a0aa31-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 9bf16b155..31a76623e 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog since v3.7.0 -2019/01/07 11:01 UTC - [9cad70a](https://github.com/hassio-addons/addon-ssh/commit/9cad70aeee7da2578eb0988d8434ba86faa6d365) by [@renovate[bot]](https://github.com/apps/renovate) +2019/01/09 18:05 UTC - [5a0aa31](https://github.com/hassio-addons/addon-ssh/commit/5a0aa31051bb1f35b14eb3eaa5a72115d900cfda) by [@frenck](https://github.com/frenck) +> :pencil2: Fixes spelling error in Dockerfile + +2019/01/09 18:05 UTC - [9cad70a](https://github.com/hassio-addons/addon-ssh/commit/9cad70aeee7da2578eb0988d8434ba86faa6d365) by [@renovate[bot]](https://github.com/apps/renovate) > :arrow_up: Updates homeassistant_cli to v0.3.1 (#52) diff --git a/ssh/README.md b/ssh/README.md index b0fd520fb..d70659905 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -97,7 +97,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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ssh/blob/9cad70a/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/5a0aa31/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/ @@ -107,8 +107,8 @@ If you are more interested in stable releases of our add-ons: [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-9cad70a-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/9cad70a +[release-shield]: https://img.shields.io/badge/version-5a0aa31-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/5a0aa31 [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 diff --git a/ssh/config.json b/ssh/config.json index ceeb008dc..457a3049e 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "9cad70a", + "version": "5a0aa31", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",