From 639a3fc88db39841c3b989a942956ab4fd5d3d80 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 3 Jun 2018 13:12:51 +0000 Subject: [PATCH] :arrow_up: Updating add-on IDE to f846946 --- README.md | 6 +++--- ide/CHANGELOG.md | 14 +++++++++++++- ide/README.md | 6 +++--- ide/config.json | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b9b996e7..8032d18f9 100644 --- a/README.md +++ b/README.md @@ -471,10 +471,10 @@ SOFTWARE. [homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [homebridge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [homebridge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/7e2a9e0 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/7e2a9e0/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/f846946 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/f846946/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-7e2a9e0-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-f846946-blue.svg [ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-amd64.svg [ide-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ide/CHANGELOG.md b/ide/CHANGELOG.md index 25ef074a4..46cac8247 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog since v0.2.0 -2018/06/03 10:10 UTC - [7e2a9e0](https://github.com/hassio-addons/addon-ide/commit/7e2a9e0b02658bef7897d6862bd6c452ca50bb12) by [@frenck](https://github.com/frenck) +2018/06/03 12:54 UTC - [f846946](https://github.com/hassio-addons/addon-ide/commit/f846946d62ff75ededf3c58c04ec4de47ffe6ac0) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes typo in Dockerfile + +2018/06/03 12:54 UTC - [1b1dae3](https://github.com/hassio-addons/addon-ide/commit/1b1dae3129d381f56ec3f43de93c37c0f19de48d) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades git to 2.15.2-r0 + +2018/06/03 12:54 UTC - [111184c](https://github.com/hassio-addons/addon-ide/commit/111184c51b6b7d2459c40100041be5a2a909cb4e) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades bind-tools to 9.11.3-r0 + +2018/06/03 12:54 UTC - [aadda11](https://github.com/hassio-addons/addon-ide/commit/aadda11aad399aa59edb0c1368c7475f71a1528f) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v1.4.2 + +2018/06/03 12:54 UTC - [7e2a9e0](https://github.com/hassio-addons/addon-ide/commit/7e2a9e0b02658bef7897d6862bd6c452ca50bb12) by [@frenck](https://github.com/frenck) > :rocket: Moves build-env to latest diff --git a/ide/README.md b/ide/README.md index cb490ec78..09775501c 100644 --- a/ide/README.md +++ b/ide/README.md @@ -46,14 +46,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-ide/blob/7e2a9e0/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/f846946/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-ide-based-on-cloud9/33810?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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-7e2a9e0-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/7e2a9e0 +[release-shield]: https://img.shields.io/badge/version-f846946-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/f846946 [screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png [zsh]: https://en.wikipedia.org/wiki/Z_shell \ No newline at end of file diff --git a/ide/config.json b/ide/config.json index c0dd17376..49a9a2089 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "7e2a9e0", + "version": "f846946", "slug": "ide", "description": "Advanced IDE for Home Assistant, based on Cloud9 IDE", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck",