From b336c5832748fc0b4553c6153736a868e47b9bb4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 30 Mar 2019 13:15:38 +0000 Subject: [PATCH] :tada: Release of add-on Home Panel 0.3.0 --- README.md | 6 +++--- home-panel/CHANGELOG.md | 26 +++++++++++--------------- home-panel/README.md | 6 +++--- home-panel/config.json | 8 +++----- 4 files changed, 20 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 49e73978..524b8075 100644 --- a/README.md +++ b/README.md @@ -740,10 +740,10 @@ SOFTWARE. [happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [happy-bubbles-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.2.0 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.2.0/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.0 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.0/README.md [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg [home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel.svg [home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index ee1603ca..634c9b06 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,15 +1,11 @@ -## Changes - -- 2b72070 :hammer: Allow log_level to be used with API -- 5842ef3 :pencil2: Update docs links -- a53eaef :arrow_up: Upgrades add-on base image to 2.3.2 -- a6dfb6b :arrow_up: Upgrade to the 3.0.0 base and migrate to bashio -- 783b5e7 :hammer: Use new ssl checks -- 0488742 :hammer: Add missing config_file explanation -- 84eb717 :fire: Add missing armv7 and legacy tags for arm -- 1c63e7d :fire: Add missing build base -- 100ab3a :hammer: Add missing armv7 arch - -[Full Changelog][changelog] - -[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.1.0...v0.2.0 \ No newline at end of file +This is a big update. Please read the release notes of [Home Panel v0.8.0](https://github.com/timmo001/home-panel/releases/tag/v0.8.0) to know what you will need to do to migrate your config. + +## Changes + +- e16e808 :arrow_up: Update base to v3.0.1 +- 78183cc :arrow_up: :hammer: Upgrade to Home Panel v0.8.0 +- b78ed77 :hammer: Move secret to init script + +[Full Changelog][changelog] + +[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.2.0...v0.3.0 \ No newline at end of file diff --git a/home-panel/README.md b/home-panel/README.md index aec4e0c6..a36e8dc2 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -47,7 +47,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-home-panel/blob/v0.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.0/README.md [forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001 @@ -57,5 +57,5 @@ If you are more interested in stable releases of our add-ons: [midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png [more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.2.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.0 \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index f209762d..0587a78b 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "0.2.0", + "version": "0.3.0", "slug": "home-panel", "description": "A touch-compatible web frontend for controlling the home.", "url": "https://github.com/hassio-addons/addon-home-panel", @@ -30,15 +30,13 @@ "log_level": "info", "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "config_file": "home-panel-config.json" + "keyfile": "privkey.pem" }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", "ssl": "bool", "certfile": "str", - "keyfile": "str", - "config_file": "str" + "keyfile": "str" }, "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}"