diff --git a/README.md b/README.md index 0abe3ab3b..abcb69867 100644 --- a/README.md +++ b/README.md @@ -751,10 +751,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/e6152c6 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/e6152c6/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/834c122 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/834c122/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-e6152c6-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-834c122-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 452c952cd..7497d890c 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog since v3.5.0 -2018/10/16 16:53 UTC - [e6152c6](https://github.com/hassio-addons/addon-ssh/commit/e6152c6bd562c19fa29a5a1ef3bbedc2f25cc2aa) by [@dayofdoom](https://github.com/dayofdoom) +2018/11/04 10:11 UTC - [834c122](https://github.com/hassio-addons/addon-ssh/commit/834c1223d9601d5d0a21531e2d1733dd2882f9ef) by [@frenck](https://github.com/frenck) +> :hammer: Replaces docker command with informational message + +2018/11/04 10:11 UTC - [b8693cb](https://github.com/hassio-addons/addon-ssh/commit/b8693cbd1b0a7e29e6a8cb80f4eda13f5657e1bc) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades libxml2-utils to 2.9.8-r1 + +2018/11/04 10:11 UTC - [4e57c36](https://github.com/hassio-addons/addon-ssh/commit/4e57c3646195b5f0becc1794874a64a8ad35a226) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades git to 2.18.1-r0 + +2018/11/04 10:11 UTC - [e6152c6](https://github.com/hassio-addons/addon-ssh/commit/e6152c6bd562c19fa29a5a1ef3bbedc2f25cc2aa) by [@dayofdoom](https://github.com/dayofdoom) > :books: Spelling correction. (#41) Changed past to paste. diff --git a/ssh/README.md b/ssh/README.md index 3f1beba45..7547a3b69 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/e6152c6/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/834c122/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-e6152c6-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/e6152c6 +[release-shield]: https://img.shields.io/badge/version-834c122-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/834c122 [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 73d44def4..f278cdaf7 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "e6152c6", + "version": "834c122", "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",