diff --git a/README.md b/README.md index 0a61369d9..b84a053c5 100644 --- a/README.md +++ b/README.md @@ -645,10 +645,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/5565f6d -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/5565f6d/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/829aeb8 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/829aeb8/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-5565f6d-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-829aeb8-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 e16312484..f0404e14f 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,23 +1,5 @@ -# Changelog since v3.3.0 +# Changelog since v3.4.0 -2018/08/18 21:07 UTC - [5565f6d](https://github.com/hassio-addons/addon-ssh/commit/5565f6df414dfced3deb9dda3874a9c831e77571) by [@frenck](https://github.com/frenck) -> :sparkles: Adds Docker support - -2018/08/18 21:07 UTC - [3d12cf6](https://github.com/hassio-addons/addon-ssh/commit/3d12cf621f55dbb83e9a50dbc94438cb6b1c987f) by [@frenck](https://github.com/frenck) -> :ambulance: Adds access to /dev/mem to support GPIO better - -2018/08/18 21:07 UTC - [12fa0e0](https://github.com/hassio-addons/addon-ssh/commit/12fa0e0feddd7e04460a244e93b9a76cfdc2ae51) by [@frenck](https://github.com/frenck) -> :books: Documents secrets support - -2018/08/18 21:07 UTC - [dca6a8d](https://github.com/hassio-addons/addon-ssh/commit/dca6a8d626cb33e8d16d35f1b2b536b6e06caabb) by [@frenck](https://github.com/frenck) -> :books: Updates Discord links - -2018/08/18 21:07 UTC - [cb2268e](https://github.com/hassio-addons/addon-ssh/commit/cb2268ee18c565a73daced72641e7a17eaa363cd) by [@frenck](https://github.com/frenck) -> :books: Adds warning with great power.. - -2018/08/18 21:07 UTC - [d6874b7](https://github.com/hassio-addons/addon-ssh/commit/d6874b7036d31c56b3777cf8f1b6b9f6c2b43fd4) by [@frenck](https://github.com/frenck) -> :whale: Sets default Shell - -2018/08/18 21:07 UTC - [4b432c1](https://github.com/hassio-addons/addon-ssh/commit/4b432c1736af4cbad5cc63b89a5004af87650c22) by [@frenck](https://github.com/frenck) -> :arrow_up: Upgrades base image to v2.1.1 +2018/08/19 07:28 UTC - [829aeb8](https://github.com/hassio-addons/addon-ssh/commit/829aeb83a7714bebd89a81c05f160afe7ab83e6d) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.1.2 diff --git a/ssh/README.md b/ssh/README.md index 6e36be87c..755e6c548 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/5565f6d/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/829aeb8/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-5565f6d-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/5565f6d +[release-shield]: https://img.shields.io/badge/version-829aeb8-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/829aeb8 [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 6a8bb9d83..b7eff7cfd 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "5565f6d", + "version": "829aeb8", "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",