diff --git a/README.md b/README.md index 693504f8..fb123ca8 100644 --- a/README.md +++ b/README.md @@ -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.22.0 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.22.0/README.md +[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 [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.23.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 diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index 91011c2a..8f27d4c4 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,14 +1,16 @@ ## What’s changed -## ✨ New features +## 🐛 Bug fixes -- 🩺 Add healthcheck to improve HA watchdog @frenck (#270) +- 🔨 Fix healthcheck for SSL enabled instances @sinclairpaul (#274) ## 🧰 Maintenance -- 🔨 Migrate old-style S6 scripts to s6-rc.d @frenck (#269) +- 🎆 Updates maintenance/license year to 2023 @frenck (#278) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 13.0.0 @frenck (#268) -- ⬆️ Upgrades TasmoAdmin to v2.2.0 @frenck (#271) +- ⬆️ 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) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 53bcf286..de558520 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -132,7 +132,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2022 Franck Nijhof +Copyright (c) 2018-2023 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index cbb97644..e4fdca5f 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tasmoadmin/54155?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [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.22.0-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.22.0 +[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 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.yaml b/tasmoadmin/config.yaml index 4f8ef0b9..76aea926 100644 --- a/tasmoadmin/config.yaml +++ b/tasmoadmin/config.yaml @@ -27,5 +27,5 @@ schema: slug: sonweb startup: system url: https://github.com/hassio-addons/addon-tasmoadmin -version: 0.22.0 +version: 0.23.0 webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'