From 887efb672234b3d8b8ff784f6a2f25c6b9857777 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 1 Jun 2020 08:00:52 +0000 Subject: [PATCH] :arrow_up: Updating add-on TasmoAdmin to 649ba29 --- README.md | 6 +++--- tasmoadmin/CHANGELOG.md | 11 ++--------- tasmoadmin/DOCS.md | 2 ++ tasmoadmin/README.md | 4 ++-- tasmoadmin/config.json | 2 +- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7df446af3..89fb529bc 100644 --- a/README.md +++ b/README.md @@ -1146,10 +1146,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/8dea3c2 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/8dea3c2/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/649ba29 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/649ba29/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-8dea3c2-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-649ba29-blue.svg [tasmoadmin-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sonweb-armhf.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index b9aaec2d0..37187ddb8 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,9 +1,2 @@ -# Changelog since v0.10.0 -- ✏ Split add-on documentation -- ⬆ Upgrades git to 2.24.3-r0 -- ⬆ Upgrades php7 to 7.3.18-r0 -- 🔨 Implement OCI image specification on labels -- ⬆ Upgrades add-on base image to v7.2.0 -- 🔨 Disable Docker init -- ⬆ Upgrades php7 to 7.3.16-r0 -- ⬆ Upgrades base image to v7.1.0 +# Changelog since v0.11.0 +- ✏ Add note on OTA over SSL (#87) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 7b2e4601a..16b626c4a 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -59,6 +59,8 @@ you are troubleshooting. Enables/Disables SSL (HTTPS) on the web interface of TasmoAdmin Panel. Set it `true` to enable it, `false` otherwise. +**Note** Tasmota does not support OTA via SSL + ### Option: `certfile` The certificate file to use for SSL. diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index aa713f27b..73f4a5aa2 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-8dea3c2-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/8dea3c2 +[release-shield]: https://img.shields.io/badge/version-649ba29-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/649ba29 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 8afabe702..07246cb86 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "8dea3c2", + "version": "649ba29", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin",