From 1ce991d3cc2fb016c34b58ce4c2987ecce77ca58 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 12 Jun 2018 21:54:54 +0000 Subject: [PATCH] :tada: Release of add-on Terminal 2.5.0 --- README.md | 6 +++--- terminal/CHANGELOG.md | 9 +++++---- terminal/README.md | 6 +++--- terminal/config.json | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a157d19e..ec4b0987 100644 --- a/README.md +++ b/README.md @@ -534,10 +534,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/v2.4.1 -[addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/v2.4.1/README.md +[addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/v2.5.0 +[addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/v2.5.0/README.md [terminal-issue]: https://github.com/hassio-addons/addon-terminal/issues -[terminal-version-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg +[terminal-version-shield]: https://img.shields.io/badge/version-v2.5.0-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 f48bd133..ba06aa99 100644 --- a/terminal/CHANGELOG.md +++ b/terminal/CHANGELOG.md @@ -2,8 +2,9 @@ ### 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-terminal/compare/v2.4.0...v2.4.1 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-terminal/compare/v2.4.1...v2.5.0 \ No newline at end of file diff --git a/terminal/README.md b/terminal/README.md index b16e5c1b..66994e5c 100644 --- a/terminal/README.md +++ b/terminal/README.md @@ -59,14 +59,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/v2.4.1/README.md +[docs]: https://github.com/hassio-addons/addon-terminal/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-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-v2.4.1-blue.svg -[release]: https://github.com/hassio-addons/addon-terminal/tree/v2.4.1 +[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-terminal/tree/v2.5.0 [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 b1cda0a6..56215bd1 100644 --- a/terminal/config.json +++ b/terminal/config.json @@ -1,6 +1,6 @@ { "name": "Terminal", - "version": "2.4.1", + "version": "2.5.0", "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",