mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on TasmoAdmin to 214de09
This commit is contained in:
parent
b5b9d7dfb9
commit
17e450fbfe
4 changed files with 9 additions and 6 deletions
|
@ -962,10 +962,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/5f66b37
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/5f66b37/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/214de09
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/214de09/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-5f66b37-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-214de09-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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Changelog since v0.16.0
|
||||
- 🚑 Hotfix deploy
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#234)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.0 (#233)
|
||||
- ⬆️ Upgrades TasmoAdmin to v1.8.0 (#231)
|
||||
- ⬆️ Upgrades php7 to 7.4.28 (#230)
|
||||
|
|
|
@ -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-5f66b37-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/5f66b37
|
||||
[release-shield]: https://img.shields.io/badge/version-214de09-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/214de09
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png
|
|
@ -4,6 +4,7 @@ arch:
|
|||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Centrally manage all your Sonoff-Tasmota devices
|
||||
image: ghcr.io/hassio-addons/tasmoadmin/{arch}
|
||||
init: false
|
||||
|
@ -26,5 +27,5 @@ schema:
|
|||
slug: sonweb
|
||||
startup: system
|
||||
url: https://github.com/hassio-addons/addon-tasmoadmin
|
||||
version: 5f66b37
|
||||
version: 214de09
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue