From 7a54be2a57ea8e333f5aaa0910b1270c061c087c Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Aug 2020 12:55:07 +0000 Subject: [PATCH] :tada: Release of add-on TasmoAdmin 0.12.0 --- README.md | 6 +++--- tasmoadmin/CHANGELOG.md | 18 +++++++++--------- tasmoadmin/DOCS.md | 2 ++ tasmoadmin/README.md | 4 ++-- tasmoadmin/config.json | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5ef3a09b..b682e3ff 100644 --- a/README.md +++ b/README.md @@ -1111,10 +1111,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/v0.11.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.11.0/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.12.0 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.12.0/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.12.0-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 7da50f41..940c90db 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -4,16 +4,16 @@ This is a general maintenance release, without any breaking changes. ### 🔨 Changes -- ⬆ Upgrades base image to v7.1.0 -- ⬆ Upgrades php7 to 7.3.16-r0 -- 🔨 Disable Docker init -- ⬆ Upgrades add-on base image to v7.2.0 -- 🔨 Implement OCI image specification on labels -- ⬆ Upgrades php7 to 7.3.18-r0 -- ⬆ Upgrades git to 2.24.3-r0 -- ✏ Split add-on documentation +- ✏ Add note on OTA over SSL (#87) +- ⬆️ Upgrades TasmoAdmin to v1.6.5 (#92) +- ⬆ Upgrades add-on base image to v8.0.1 +- ⬆ Upgrades nginx to 1.18.0-r0 +- ⬆ Upgrades php7 to 7.3.21-r0 +- ⬆ Upgrades git to 2.26.2-r0 +- 🔥 Remove old sonweb migration path +- 🔥 Remove Renovatebot -[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.10.0...v0.11.0 +[changelog]: https://github.com/hassio-addons/addon-tasmoadmin/compare/v0.11.0...v0.12.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 7b2e4601..16b626c4 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 2bc3c8f0..ea85584f 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -50,6 +50,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-v0.11.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.11.0 +[release-shield]: https://img.shields.io/badge/version-v0.12.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.12.0 [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 fb579f51..fed0137b 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "0.11.0", + "version": "0.12.0", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin",