Skip to content

Commit 140cd15

Browse files
committed
🎉 Release of add-on TasmoAdmin 0.33.0
1 parent d87f0c0 commit 140cd15

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,10 +1082,10 @@ SOFTWARE.
10821082
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
10831083
[tailscale-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
10841084
[tailscale-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
1085-
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.32.2
1086-
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.32.2/README.md
1085+
[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.33.0
1086+
[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/v0.33.0/README.md
10871087
[tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues
1088-
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.32.2-blue.svg
1088+
[tasmoadmin-version-shield]: https://img.shields.io/badge/version-v0.33.0-blue.svg
10891089
[tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
10901090
[tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
10911091
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

tasmoadmin/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
## What’s changed
22

3+
## 🚨 Breaking changes
4+
5+
- Drop support for armv7 systems @frenck ([#499](https://github.com/hassio-addons/addon-tasmoadmin/pull/499))
6+
7+
## 🐛 Bug fixes
8+
9+
- Remove deprecated codenotary fields @frenck ([#498](https://github.com/hassio-addons/addon-tasmoadmin/pull/498))
10+
311
## ⬆️ Dependency updates
412

5-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.0 @[renovate[bot]](https://github.com/apps/renovate) ([#494](https://github.com/hassio-addons/addon-tasmoadmin/pull/494))
6-
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.2.1 @[renovate[bot]](https://github.com/apps/renovate) ([#495](https://github.com/hassio-addons/addon-tasmoadmin/pull/495))
7-
- ⬆️ Update TasmoAdmin/TasmoAdmin to v4.3.2 @[renovate[bot]](https://github.com/apps/renovate) ([#496](https://github.com/hassio-addons/addon-tasmoadmin/pull/496))
13+
- ⬆️ Update PHP to v8.3.27-r0 @[renovate[bot]](https://github.com/apps/renovate) ([#497](https://github.com/hassio-addons/addon-tasmoadmin/pull/497))
14+
- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#500](https://github.com/hassio-addons/addon-tasmoadmin/pull/500))

tasmoadmin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons:
5050
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5151
[patreon]: https://www.patreon.com/frenck
5252
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
53-
[release-shield]: https://img.shields.io/badge/version-v0.32.2-blue.svg
54-
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.32.2
53+
[release-shield]: https://img.shields.io/badge/version-v0.33.0-blue.svg
54+
[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/v0.33.0
5555
[screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png

tasmoadmin/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: TasmoAdmin
2-
version: 0.32.2
2+
version: 0.33.0
33
slug: sonweb
44
description: Centrally manage all your Sonoff-Tasmota devices
55
url: https://github.com/hassio-addons/addon-tasmoadmin
6-
codenotary: [email protected]
76
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
87
startup: system
98
init: false
109
arch:
1110
- aarch64
1211
- amd64
13-
- armv7
1412
map:
1513
- ssl
1614
ports:

0 commit comments

Comments
 (0)