🎉 Release of add-on TasmoAdmin 0.24.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 11:31:53 +00:00
parent c211403212
commit ff1a280ab2
4 changed files with 32 additions and 27 deletions

View file

@ -953,10 +953,10 @@ SOFTWARE.
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[tailscale-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.23.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.23.0/README.md
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.24.0
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.24.0/README.md
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.23.0-blue.svg
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.24.0-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -2,15 +2,20 @@
## 🐛 Bug fixes
- 🔨 Fix healthcheck for SSL enabled instances @sinclairpaul (#274)
- 🐛 Fix nginx routing for / @inverse ([#290](https://github.com/hassio-addons/addon-tasmoadmin/pull/290))
## 🚀 Enhancements
- 🔨 Change nginx configuration for v3 upgrade @inverse ([#289](https://github.com/hassio-addons/addon-tasmoadmin/pull/289))
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2023 @frenck (#278)
- Add Renovate for dependency management @frenck ([#292](https://github.com/hassio-addons/addon-tasmoadmin/pull/292))
## ⬆️ Dependency updates
- ⬆️ Upgrades php to 8.1.14 @inverse (#277)
- ⬆️ Upgrades TasmoAdmin to v2.3.3 @inverse (#276)
- ⬆️ Upgrades add-on base image to 13.1.0 @frenck (#279)
- ⬆️ Upgrades git to 2.38.3-r1 @frenck (#280)
- ⬆️ Upgrades add-on base image to 13.1.3 @frenck ([#287](https://github.com/hassio-addons/addon-tasmoadmin/pull/287))
- ⬆️ Upgrades TasmoAdmin to v3.0.1 @frenck ([#288](https://github.com/hassio-addons/addon-tasmoadmin/pull/288))
- ⬆️ Update alpine_3_17/composer to v2.4.4-r0 @renovate ([#294](https://github.com/hassio-addons/addon-tasmoadmin/pull/294))
- ⬆️ Update PHP to v8.1.17-r0 @renovate ([#293](https://github.com/hassio-addons/addon-tasmoadmin/pull/293))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 @renovate ([#296](https://github.com/hassio-addons/addon-tasmoadmin/pull/296))

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

View file

@ -1,31 +1,31 @@
name: TasmoAdmin
version: 0.24.0
slug: sonweb
description: Centrally manage all your Sonoff-Tasmota devices
url: https://github.com/hassio-addons/addon-tasmoadmin
codenotary: codenotary@frenck.dev
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
startup: system
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Centrally manage all your Sonoff-Tasmota devices
image: ghcr.io/hassio-addons/tasmoadmin/{arch}
init: false
map:
- ssl
name: TasmoAdmin
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
ports:
9541/tcp: 9541
ports_description:
9541/tcp: TasmoAdmin web interface
options:
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
schema:
certfile: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: sonweb
startup: system
url: https://github.com/hassio-addons/addon-tasmoadmin
version: 0.23.0
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
certfile: str
keyfile: str
image: ghcr.io/hassio-addons/tasmoadmin/{arch}