diff --git a/README.md b/README.md index 60688fa6e..89f612f8d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index 7ebc3a682..8924f3bd4 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -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) diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index 531acc417..dbea8dca7 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -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 \ No newline at end of file diff --git a/tasmoadmin/config.yaml b/tasmoadmin/config.yaml index 63f9416b9..dc7474c55 100644 --- a/tasmoadmin/config.yaml +++ b/tasmoadmin/config.yaml @@ -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]'