From 70711f81b91a25c6e08638e16d418a69a7c15d72 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 18 Aug 2019 11:13:04 +0000 Subject: [PATCH] :tada: Release of add-on SSH & Web Terminal 6.3.2 --- README.md | 6 +++--- ssh/CHANGELOG.md | 6 ++---- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f2a36960..53510b82 100644 --- a/README.md +++ b/README.md @@ -976,10 +976,10 @@ SOFTWARE. [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sqlite-web-armv7-shield]: https://img.shields.io/badge/armv7-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/v6.3.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v6.3.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v6.3.2 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v6.3.2/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v6.3.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v6.3.2-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 1895919f..840e8f24 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -4,11 +4,9 @@ This is a general maintenance release. ### 🔨 Changes -- :arrow_up: Updates yamllint to v1.17.0 (#92) -- :arrow_up: Upgrades nginx to 1.16.1-r0 -- :arrow_up: Upgrades Hassio CLI to v3.0.0 +- :arrow_up: Upgrades Hassio CLI to v3.1.0 -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.3.0...v6.3.1 +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.3.1...v6.3.2 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/ssh/README.md b/ssh/README.md index fef93d6f..b9d3c9d3 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -78,7 +78,7 @@ well. Additionally, it comes out of the box with the following: [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/v6.3.1/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v6.3.2/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/ @@ -88,8 +88,8 @@ well. Additionally, it comes out of the box with the following: [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-v6.3.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.3.1 +[release-shield]: https://img.shields.io/badge/version-v6.3.2-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.3.2 [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 9ad941e4..1a6b00f5 100755 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "6.3.1", + "version": "6.3.2", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",