From fa3c99d12cc394382b58ea78eb601da4d8e2f59f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 24 Aug 2019 07:25:52 +0000 Subject: [PATCH] :tada: Release of add-on IDE 2.0.5 --- README.md | 6 +++--- ide/CHANGELOG.md | 7 +++++-- ide/README.md | 6 +++--- ide/config.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 44b8a7d9..02906eaa 100644 --- a/README.md +++ b/README.md @@ -845,10 +845,10 @@ SOFTWARE. [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-armv7-shield]: https://img.shields.io/badge/armv7-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/v2.0.4 -[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v2.0.4/README.md +[addon-ide]: https://github.com/hassio-addons/addon-ide/tree/v2.0.5 +[addon-doc-ide]: https://github.com/hassio-addons/addon-ide/blob/v2.0.5/README.md [ide-issue]: https://github.com/hassio-addons/addon-ide/issues -[ide-version-shield]: https://img.shields.io/badge/version-v2.0.4-blue.svg +[ide-version-shield]: https://img.shields.io/badge/version-v2.0.5-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 17f4a095..93da4ea5 100644 --- a/ide/CHANGELOG.md +++ b/ide/CHANGELOG.md @@ -4,9 +4,12 @@ This release is a maintenance release. ### 🔨 Changes -- :arrow_up: Upgrades Hassio CLI to v3.1.0 +- :arrow_up: Upgrades add-on base image to v4.1.1 +- :hammer: Updates HA Auth URL in NGinx LUA script +- :ambulance: Fixes path handling for SSL certificates +- :hammer: Use Hass.io DNS as NGinx resolver -[changelog]: https://github.com/hassio-addons/addon-ide/compare/v2.0.3...v2.0.4 +[changelog]: https://github.com/hassio-addons/addon-ide/compare/v2.0.4...v2.0.5 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 1fc3cc20..3b1b128e 100644 --- a/ide/README.md +++ b/ide/README.md @@ -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/v2.0.4/README.md +[docs]: https://github.com/hassio-addons/addon-ide/blob/v2.0.5/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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v2.0.4-blue.svg -[release]: https://github.com/hassio-addons/addon-ide/tree/v2.0.4 +[release-shield]: https://img.shields.io/badge/version-v2.0.5-blue.svg +[release]: https://github.com/hassio-addons/addon-ide/tree/v2.0.5 [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 44ce3331..14db19ff 100644 --- a/ide/config.json +++ b/ide/config.json @@ -1,6 +1,6 @@ { "name": "IDE", - "version": "2.0.4", + "version": "2.0.5", "slug": "ide", "description": "Advanced IDE for Home Assistant, based on Cloud9 IDE", "url": "https://github.com/hassio-addons/addon-ide",