From 9f72f10302e9bddf4473c23c6093e2f837cd24d5 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 3 Jun 2018 13:08:35 +0000 Subject: [PATCH] :arrow_up: Updating add-on Terminal to 3e34cd3 --- README.md | 6 +++--- terminal/CHANGELOG.md | 8 +++++++- terminal/README.md | 6 +++--- terminal/config.json | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ebfeb5e02..4b9b996e7 100644 --- a/README.md +++ b/README.md @@ -552,10 +552,10 @@ SOFTWARE. [sonweb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [sonweb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sonweb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/634176b -[addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/634176b/README.md +[addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/3e34cd3 +[addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/3e34cd3/README.md [terminal-issue]: https://github.com/hassio-addons/addon-terminal/issues -[terminal-version-shield]: https://img.shields.io/badge/version-634176b-blue.svg +[terminal-version-shield]: https://img.shields.io/badge/version-3e34cd3-blue.svg [terminal-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/terminal-armhf.svg [terminal-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [terminal-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/terminal/CHANGELOG.md b/terminal/CHANGELOG.md index 64e4134aa..71c72769d 100644 --- a/terminal/CHANGELOG.md +++ b/terminal/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog since v2.4.1 -2018/06/03 10:12 UTC - [634176b](https://github.com/hassio-addons/addon-terminal/commit/634176b92f47074f60fd036cbdb9e02303685b92) by [@frenck](https://github.com/frenck) +2018/06/03 12:52 UTC - [3e34cd3](https://github.com/hassio-addons/addon-terminal/commit/3e34cd3472f1b8eb285cc3bc8d877b9c94862b54) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades git to 2.15.2-r0 + +2018/06/03 12:52 UTC - [fc89ac5](https://github.com/hassio-addons/addon-terminal/commit/fc89ac5f3edbec1f12d93a49ff4e83f437a82796) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v1.4.2 + +2018/06/03 12:52 UTC - [634176b](https://github.com/hassio-addons/addon-terminal/commit/634176b92f47074f60fd036cbdb9e02303685b92) by [@frenck](https://github.com/frenck) > :rocket: Moves build-env to latest diff --git a/terminal/README.md b/terminal/README.md index 8caee1d95..b108440d0 100644 --- a/terminal/README.md +++ b/terminal/README.md @@ -62,14 +62,14 @@ 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-terminal/blob/634176b/README.md +[docs]: https://github.com/hassio-addons/addon-terminal/blob/3e34cd3/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-terminal/33814?u=frenck [hass-ssh]: https://home-assistant.io/addons/ssh/ [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [ohmyzsh]: http://ohmyz.sh/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-634176b-blue.svg -[release]: https://github.com/hassio-addons/addon-terminal/tree/634176b +[release-shield]: https://img.shields.io/badge/version-3e34cd3-blue.svg +[release]: https://github.com/hassio-addons/addon-terminal/tree/3e34cd3 [screenshot]: https://github.com/hassio-addons/addon-terminal/raw/master/images/screenshot.png [zsh]: https://en.wikipedia.org/wiki/Z_shell diff --git a/terminal/config.json b/terminal/config.json index bf5d630aa..231f82594 100644 --- a/terminal/config.json +++ b/terminal/config.json @@ -1,6 +1,6 @@ { "name": "Terminal", - "version": "634176b", + "version": "3e34cd3", "slug": "terminal", "description": "Terminal access to your Home Assistant instance via the web", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck",