⬆️ Updating add-on TasmoAdmin to 99a3f44

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-17 21:03:05 +00:00
parent 9178628d42
commit 5af97d16b4
4 changed files with 9 additions and 6 deletions

View file

@ -930,10 +930,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/d767ac9 [addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/99a3f44
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/d767ac9/README.md [addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/99a3f44/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-d767ac9-blue.svg [tasmoadmin-version-shield]: https://img.shields.io/badge/version-99a3f44-blue.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
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,7 @@
# Changelog since v0.15.1 # Changelog since v0.15.1
- Fix SSL (#189)
Fix SSL_ERROR_NO_CYPHER_OVERLAP from lets encrypt ssl
- 🚀 Add-on CI improvements (#190) - 🚀 Add-on CI improvements (#190)
- ⬆️ Upgrades add-on base image to v10.0.1 (#186) - ⬆️ Upgrades add-on base image to v10.0.1 (#186)
- ⬆️ Upgrades php7 to 7.4.22-r0 (#185) - ⬆️ Upgrades php7 to 7.4.22-r0 (#185)

View file

@ -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-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-d767ac9-blue.svg [release-shield]: https://img.shields.io/badge/version-99a3f44-blue.svg
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/d767ac9 [release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/99a3f44
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "TasmoAdmin", "name": "TasmoAdmin",
"version": "d767ac9", "version": "99a3f44",
"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",