mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on TasmoAdmin 0.21.0
This commit is contained in:
parent
eb844e3d02
commit
f8aadd6f0d
4 changed files with 20 additions and 8 deletions
|
@ -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.20.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.20.0/README.md
|
||||
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.21.0
|
||||
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.21.0/README.md
|
||||
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.20.0-blue.svg
|
||||
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.21.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
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Include node_modules in final image @inverse (#263)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades nginx to 1.22.0-r1 @inverse (#249)
|
||||
- ⬆️ Upgrades TasmoAdmin to v2.0.0 @inverse (#250)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#253)
|
||||
- Bump PHP to 8.0.24-r0 @inverse (#257)
|
||||
- ⬆️ Upgrades composer to 2.4.2-r0 @inverse (#258)
|
||||
- ⬆️ Upgrades nodejs to 16.17.1-r0 @frenck (#260)
|
||||
- ⬆️ Upgrades TasmoAdmin to v2.1.0 @inverse (#259)
|
||||
- Add php-dom dependency @inverse (#261)
|
||||
- ⬆️ Upgrades TasmoAdmin to v2.1.1 @inverse (#262)
|
||||
- ⬆️ Upgrades nginx to 1.22.1-r0 @frenck (#264)
|
||||
- ⬆️ Upgrades php8 to 8.0.25-r0 @frenck (#265)
|
||||
- ⬆️ Upgrades git to 2.36.3-r0 @frenck (#266)
|
||||
|
|
|
@ -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.20.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.20.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.21.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.21.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png
|
|
@ -27,5 +27,5 @@ schema:
|
|||
slug: sonweb
|
||||
startup: system
|
||||
url: https://github.com/hassio-addons/addon-tasmoadmin
|
||||
version: 0.20.0
|
||||
version: 0.21.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue