🎉 Release of add-on IDE 0.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-16 20:00:42 +00:00
parent 8903c11e49
commit bf5e995283
4 changed files with 33 additions and 44 deletions

View file

@ -483,10 +483,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.4.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.4.0/README.md
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.5.0
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.5.0/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
[ide-version-shield]: https://img.shields.io/badge/version-v0.5.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

View file

@ -2,40 +2,23 @@
### Added
- Adds ZSH autosuggestions
- Adds ZSH Syntax Highlighting
- Set ZSH as the default shell in the IDE terminals
- Checks used password against HaveIBeenPwned
- Enforces the use of authentication
### Fixed
- Fixes YAML error in GitLab CI build file
### Changed
- Upgrades base image to v2.0.1
- Upgrades Cloud9 Core to d8917f3
- Updates MOTD to match the core SSH add-on
- Upgrades build-base to 0.5-r1
- Upgrades g++ to 6.4.0-r8
- Upgrades libxml2 to 2.9.8-r0
- Upgrades make to 4.2.1-r2
- Upgrades openssl-dev to 1.0.2o-r1
- Upgrades yarn to 1.7.0-r0
- Upgrades bind-tools to 9.12.1_p2-r0
- Upgrade mariadb-client to 10.2.15-r0
- Upgrades mosquitto-clients to 1.4.15-r3
- Upgrades ncurses to 6.1-r0
- Upgrades git to 2.18.0-r0
- Upgrades libxml2 to 2.9.8-r0
- Upgrades net-tools to 1.60_git20140218-r2
- Upgrades nginx to 1.14.0-r0
- Upgrades nmap to 7.70-r1
- Upgrades nodejs to 9.11.1-r2
- Upgrades openssh-client to 7.7_p1-r2
- Upgrades openssl to 1.0.2o-r1
- Upgrades py2-pip to 10.0.1-r0
- Upgrades Python to 2.7.15-r0
- Upgrades sqlite to 3.24.0-r0
- Upgrades sudo to 1.8.23-r2
- Upgrades tmux to 2.7-r0
- Upgrades zip to 3.0-r5
- Upgrades zsh to 5.5.1-r0
- Upgrades openssl to 1.0.2o-r2
- Enables SSL by default
- Upgrades zip to 3.0-r6
- Upgrades Cloud9 Core to e9490da
- Upgrades hadolint to latest
- Upgrades base image to v2.1.1
- Sets default Shell
- Updates README and links
- Pins yamllint to 1.11.1
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.3.0...v0.4.0
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.4.0...v0.5.0

View file

@ -6,6 +6,8 @@
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Advanced IDE for Home Assistant, based on Cloud9 IDE
## About
@ -25,16 +27,18 @@ editor.
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/v0.4.0/README.md
[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.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/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[ohmyzsh]: http://ohmyz.sh/
[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.4.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.4.0
[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.5.0
[screenshot]: https://github.com/hassio-addons/addon-ide/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,6 +1,6 @@
{
"name": "IDE",
"version": "0.4.0",
"version": "0.5.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",
@ -30,7 +30,7 @@
"log_level": "info",
"username": "",
"password": "",
"ssl": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"packages": [],
@ -48,7 +48,9 @@
],
"init_commands": [
"str"
]
],
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"