From a858d337450c008ee9a041d5dddcc1634ac36d96 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 12 Jun 2018 21:26:23 +0000 Subject: [PATCH] :tada: Release of add-on SSH - Secure Shell 2.5.0 --- README.md | 6 +++--- ssh/CHANGELOG.md | 13 +++++++++---- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8faf7b3b..e33bd5ab 100644 --- a/README.md +++ b/README.md @@ -507,10 +507,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/v2.4.1 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.1/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v2.5.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v2.5.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v2.5.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 0735d253..63cc618f 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,9 +1,14 @@ [Full Changelog][changelog] +### Fixed + +- Fixes shellcheck warnings + ### Changed -- Updates hassio-cli to v1.3.1 -- Updates bind-tools to 9.11.3-r0 -- Updates sqlite to 3.21.0-r1 +- Moves build-env to latest +- Upgrades base image to v1.4.2 +- Upgrades git to 2.15.2-r0 +- Rewrites GitLab CI -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.0...v2.4.1 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v2.4.1...v2.5.0 \ No newline at end of file diff --git a/ssh/README.md b/ssh/README.md index 6d0253ac..ee216fa7 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -72,7 +72,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/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-ssh/blob/v2.4.1/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v2.5.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/33820?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ @@ -80,8 +80,8 @@ If you are more interested in stable releases of our add-ons: [ohmyzsh]: http://ohmyz.sh/ [openssh]: https://www.openssh.com/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.4.1 +[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v2.5.0 [ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png [ssh-audit]: https://github.com/arthepsy/ssh-audit [zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ssh/config.json b/ssh/config.json index 7e9085ce..11f9d0fb 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH - Secure Shell", - "version": "2.4.1", + "version": "2.5.0", "slug": "ssh", "description": "Allows SSH connections to your Home Assistant instance", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh/33820?u=frenck",