diff --git a/README.md b/README.md index 286951b45..52f1642e0 100644 --- a/README.md +++ b/README.md @@ -653,10 +653,10 @@ SOFTWARE. [home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/cc038fe -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/cc038fe/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/b429de5 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/b429de5/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-cc038fe-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-b429de5-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 diff --git a/ide/CHANGELOG.md b/ide/CHANGELOG.md index cb92f929f..fa46f3d9a 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog since v0.7.1 -2018/12/17 11:06 UTC - [cc038fe](https://github.com/hassio-addons/addon-ide/commit/cc038fe8621ae1527a2945e0001f421496918b02) by [@frenck](https://github.com/frenck) +2018/12/17 19:38 UTC - [b429de5](https://github.com/hassio-addons/addon-ide/commit/b429de5ece489feb1a8efbe4b95a1b822eafa83a) by [@frenck](https://github.com/frenck) +> :ambulance: :lock: Fixes authentication bypass vulnerability + +2018/12/17 19:38 UTC - [cc038fe](https://github.com/hassio-addons/addon-ide/commit/cc038fe8621ae1527a2945e0001f421496918b02) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades YAMLlint to 1.13.0 -2018/12/17 11:06 UTC - [6b1a67c](https://github.com/hassio-addons/addon-ide/commit/6b1a67cb4eadbd1c80765ffb13ae7296d7e0ba5c) by [@frenck](https://github.com/frenck) +2018/12/17 19:38 UTC - [6b1a67c](https://github.com/hassio-addons/addon-ide/commit/6b1a67cb4eadbd1c80765ffb13ae7296d7e0ba5c) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades nginx to 1.14.2-r0 diff --git a/ide/README.md b/ide/README.md index f5afccb64..45c98cd28 100644 --- a/ide/README.md +++ b/ide/README.md @@ -48,7 +48,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/cc038fe/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/b429de5/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/ @@ -57,7 +57,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-cc038fe-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/cc038fe +[release-shield]: https://img.shields.io/badge/version-b429de5-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/b429de5 [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 8caa71e66..d3e3086f7 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "cc038fe", + "version": "b429de5", "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",