mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on IDE 0.6.0
This commit is contained in:
parent
eec12c12ca
commit
f889d2f5a3
4 changed files with 18 additions and 11 deletions
|
@ -639,10 +639,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/v0.5.1
|
||||
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.5.1/README.md
|
||||
[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.6.0/README.md
|
||||
[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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -2,8 +2,14 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.2
|
||||
- Upgrades Python to 2.7.15-r1
|
||||
- Corrects typo in error message
|
||||
- Upgrades bind-tools to 9.12.2_p1-r0
|
||||
- Upgrades ncurses to 6.1_p20180818-r1
|
||||
- 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
|
|
@ -45,7 +45,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-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]: 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/
|
||||
|
@ -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]: https://www.patreon.com/frenck
|
||||
[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]: https://github.com/hassio-addons/addon-ide/tree/v0.5.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[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
|
||||
[zsh]: https://en.wikipedia.org/wiki/Z_shell
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "IDE",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"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",
|
||||
|
@ -14,6 +14,7 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "manager",
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ports": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue