🎉 Release of add-on IDE 0.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-09-29 09:05:36 +00:00
parent eec12c12ca
commit f889d2f5a3
4 changed files with 18 additions and 11 deletions

View file

@ -639,10 +639,10 @@ SOFTWARE.
[homebridge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[homebridge-i386-shield]: https://img.shields.io/badge/i386-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/v0.5.1 [addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.6.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.5.1/README.md [addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.6.0/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues [ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg [ide-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-armhf.svg [ide-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ide-armhf.svg
[ide-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ide-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,8 +2,14 @@
### Changed ### Changed
- Upgrades base image to v2.1.2 - Upgrades bind-tools to 9.12.2_p1-r0
- Upgrades Python to 2.7.15-r1 - Upgrades ncurses to 6.1_p20180818-r1
- Corrects typo in error message - Upgrades nginx to 1.14.0-r1
- Upgrades openssh-client to 7.7_p1-r3
- Upgrades Hassio CLI to 1.4.0
- Upgrades base image to v2.3.0
- Adds Hassio API security role
- Upgrades g++ to 6.4.0-r9
- Upgrades OpenSSL to 1.0.2p-r0
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.5.0...v0.5.1 [changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.5.1...v0.6.0

View file

@ -45,7 +45,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.5.1/README.md [docs]: https://github.com/hassio-addons/addon-ide/blob/v0.6.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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/ [hass-ssh]: https://home-assistant.io/addons/ssh/
@ -54,7 +54,7 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.5.1 [release]: https://github.com/hassio-addons/addon-ide/tree/v0.6.0
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell [zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,6 +1,6 @@
{ {
"name": "IDE", "name": "IDE",
"version": "0.5.1", "version": "0.6.0",
"slug": "ide", "slug": "ide",
"description": "Advanced IDE for Home Assistant, based on Cloud9 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", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-ide-based-on-cloud9/33810?u=frenck",
@ -14,6 +14,7 @@
], ],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "manager",
"homeassistant_api": true, "homeassistant_api": true,
"host_network": false, "host_network": false,
"ports": { "ports": {