From 4f3ed836a587c8788be69112f4d0dcf23177efb9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 20 Jul 2019 21:16:56 +0000 Subject: [PATCH] :tada: Release of add-on SSH & Web Terminal 6.2.0 --- README.md | 6 +++--- ssh/CHANGELOG.md | 15 ++++++++------- ssh/README.md | 6 +++--- ssh/config.json | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7212df37..6e9a79bc 100644 --- a/README.md +++ b/README.md @@ -985,10 +985,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.1.0 -[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v6.1.0/README.md +[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v6.2.0 +[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v6.2.0/README.md [ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues -[ssh-version-shield]: https://img.shields.io/badge/version-v6.1.0-blue.svg +[ssh-version-shield]: https://img.shields.io/badge/version-v6.2.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 7b0ab26b..c99b756f 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,16 +1,17 @@ [Full Changelog][changelog] -This release adds the NetworkManager to the add-on by default (`nmcli`), -allowing you to configure WiFi & Network properties straight from the add-on. - -Please note: Protection mode needs to be disabled in order for this to work. +This release contains mainly general maintenance, but contains one nice little feature: +Your `.gitignore` file is now persistent across reboots :tada: ### 🔨 Changes -- :arrow_up: Upgrades bind-tools to 9.14.3-r0 -- :sparkles: Adds networkmanager +- :arrow_up: Upgrades add-on base image to v4.0.2 +- :arrow_up: Upgrades docker to 18.09.8-r0 +- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server +- :sparkles: Adds support for persistent .gitconfig +- :ambulance: Fixes linking issue with .gitconfig persistence -[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.0.0...v6.1.0 +[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v6.1.0...v6.2.0 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 f2ab357f..5c2610c8 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/v6.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-ssh/blob/v6.2.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-v6.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.1.0 +[release-shield]: https://img.shields.io/badge/version-v6.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ssh/tree/v6.2.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 7edd05f4..56eb8a39 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH & Web Terminal", - "version": "6.1.0", + "version": "6.2.0", "slug": "ssh", "description": "SSH & Web Terminal access to your Home Assistant instance", "url": "https://github.com/hassio-addons/addon-ssh",