From ac03505e5a6905e4d669f2ab8b36e31db2e3150b Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 20 Dec 2018 18:44:43 +0000 Subject: [PATCH] :tada: Release of add-on SSH & Web Terminal 3.6.0 --- README.md | 6 +++--- ssh/CHANGELOG.md | 16 ++++++++++------ ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 42d16221..539f20cf 100644 --- a/README.md +++ b/README.md @@ -710,10 +710,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/v3.5.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.5.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.6.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.6.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v3.5.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v3.6.0-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 4e13c490..fce2de22 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,9 +1,13 @@ +This release updates a couple of things, but adds some new things as well! + +The [Home Assistant Command Line Tool](https://github.com/home-assistant/home-assistant-cli) has been added and yamllint is now available as well! 🎉 + [Full Changelog][changelog] -- Spelling correction. (#41) (@dayofdoom) -- Upgrades git to 2.18.1-r0 -- Upgrades libxml2-utils to 2.9.8-r1 -- Updates Docker usage instructions when protection mode is disabled -- Corrects typo in Docker warnings (#44) (@ludeeus) +- Upgrades bind-tools to 9.12.3-r0 +- Upgrades nginx to 1.14.1-r0 +- Adds Home Assistant CLI +- Updates README to list the hass-cli +- Adds yamllint -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.5.0...v3.5.1 +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.5.1...v3.6.0 diff --git a/ssh/README.md b/ssh/README.md index 6be3a0f3..da41b1b3 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -94,7 +94,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/v3.5.1/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.6.0/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/ @@ -104,8 +104,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-v3.5.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.5.1 +[release-shield]: https://img.shields.io/badge/version-v3.6.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.6.0 [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 f82c05d2..9c6ac82e 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "3.5.1", + "version": "3.6.0", "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",