diff --git a/README.md b/README.md index 986aa669..6db87fc7 100644 --- a/README.md +++ b/README.md @@ -644,10 +644,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/v0.7.2 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.7.2/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v0.8.0 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v0.8.0/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-v0.8.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 diff --git a/ide/CHANGELOG.md b/ide/CHANGELOG.md index 6c123338..d07e5165 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -1,25 +1,21 @@ -This version contains an important security fix, and it is **strongly recommend** for ALL installations to be upgraded to this version **immediately**. - -### 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.2-r0 -- Upgrades YAMLlint to 1.13.0 -- Fixes authentication bypass vulnerability +- Refactor of GitLab CI +- Updates maintenance year to 2019 +- Removes Anchore.io links +- Removes BountySource links +- Upgrades add-on base image to 2.3.1 +- Upgrades hassio-cli to v2.0.1 +- Upgrades sqlite to 3.25.3-r0 +- Configure Renovate (#30) +- Fixes spelling error in Dockerfile +- Upgrades MariaDB client to 10.2.19-r1 +- Upgrades wget to 1.20.1-r0 +- Upgrades YAMLlint to 1.14.0 -[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.1...v0.7.2 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-ide/compare/v0.7.2...v0.8.0 + +Questions? Join our Discord server! https://discord.me/hassioaddons +Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/ide/README.md b/ide/README.md index 668b5ccd..b8df6fc2 100644 --- a/ide/README.md +++ b/ide/README.md @@ -45,16 +45,16 @@ 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.7.2/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/v0.8.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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.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.7.2-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/v0.7.2 +[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/v0.8.0 [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 139b82e2..28103138 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "0.7.2", + "version": "0.8.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",