🎉 Release of add-on IDE 0.7.2

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-17 20:43:16 +00:00
parent e8f903eae5
commit e8631272f2
4 changed files with 27 additions and 16 deletions

View file

@ -558,10 +558,10 @@ SOFTWARE.
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.7.1
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.1/README.md
[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.7.2
[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.2/README.md
[ide-issue]: https://github.com/hassio-addons/addon-ide/issues
[ide-version-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg
[ide-version-shield]: https://img.shields.io/badge/version-v0.7.2-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

@ -1,14 +1,25 @@
[Full Changelog][changelog]
This version contains an important security fix, and it is **strongly recommend** for ALL installations to be upgraded to this version **immediately**.
Added the `colordiff` package (thanks for the suggestion @adonnolux) and added support for serial devices.
### Bypass of Authentication
The authentication against Home Assistant can be bypassed by an anonymous and unauthorized user. The issue has been mitigated in the latest release.
To be clear on the subject: This is an add-on issue and not an issue with the Home Assistant authentication itself.
Exact details of the vulnerability are not disclosed in order to give our users the time to upgrade.
Thanks to Lars Larsson (@larsla) for responsibly reporting this vulnerability.
### Versions Affected
Affects all releases that support authentication against Home Assistant, add-on versions v0.7.0 and higher. Older releases are not affected.
[Full Changelog][changelog]
### Changed
- Upgrades nginx to 1.14.1-r0
- Adds support for serial devices
- Adds info about HA auth to README.md (#25) (@PixelJonas)
- Upgrades openssl to 1.0.2p-r0
- Upgrades bind-tools to 9.12.3-r0
- Adds colordiff package
- Upgrades nginx to 1.14.2-r0
- Upgrades YAMLlint to 1.13.0
- Fixes authentication bypass vulnerability
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.0...v0.7.1
[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.1...v0.7.2

View file

@ -29,7 +29,7 @@ editor.
[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.7.1/README.md
[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.7.2/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/
@ -38,7 +38,7 @@ editor.
[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.7.1-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.1
[release-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg
[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.2
[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.7.1",
"version": "0.7.2",
"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",