🎉 Release of add-on TasmoAdmin 0.12.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-08-23 12:55:07 +00:00
parent f5129fa87b
commit 7a54be2a57
5 changed files with 17 additions and 15 deletions

View file

@ -1111,10 +1111,10 @@ SOFTWARE.
[spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[spotify-i386-shield]: https://img.shields.io/badge/i386-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-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.12.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.11.0/README.md [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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -4,16 +4,16 @@ This is a general maintenance release, without any breaking changes.
### 🔨 Changes ### 🔨 Changes
- ⬆ Upgrades base image to v7.1.0 - ✏ Add note on OTA over SSL (#87)
- ⬆ Upgrades php7 to 7.3.16-r0 - ⬆ Upgrades TasmoAdmin to v1.6.5 (#92)
- 🔨 Disable Docker init - ⬆ Upgrades add-on base image to v8.0.1
- ⬆ Upgrades add-on base image to v7.2.0 - ⬆ Upgrades nginx to 1.18.0-r0
- 🔨 Implement OCI image specification on labels - ⬆ Upgrades php7 to 7.3.21-r0
- ⬆ Upgrades php7 to 7.3.18-r0 - ⬆ Upgrades git to 2.26.2-r0
- ⬆ Upgrades git to 2.24.3-r0 - 🔥 Remove old sonweb migration path
- ✏ Split add-on documentation - 🔥 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 Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: Enjoying my add-ons? Consider supporting my work:

View file

@ -59,6 +59,8 @@ you are troubleshooting.
Enables/Disables SSL (HTTPS) on the web interface of TasmoAdmin Enables/Disables SSL (HTTPS) on the web interface of TasmoAdmin
Panel. Set it `true` to enable it, `false` otherwise. Panel. Set it `true` to enable it, `false` otherwise.
**Note** Tasmota does not support OTA via SSL
### Option: `certfile` ### Option: `certfile`
The certificate file to use for SSL. The certificate file to use for SSL.

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.12.0-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.11.0 [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 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "TasmoAdmin", "name": "TasmoAdmin",
"version": "0.11.0", "version": "0.12.0",
"slug": "sonweb", "slug": "sonweb",
"description": "Centrally manage all your Sonoff-Tasmota devices", "description": "Centrally manage all your Sonoff-Tasmota devices",
"url": "https://github.com/hassio-addons/addon-tasmoadmin", "url": "https://github.com/hassio-addons/addon-tasmoadmin",