File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex \
2525FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2626
2727LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28- org.opencontainers.image.version='1.21.0 ' \
28+ org.opencontainers.image.version='1.21.1 ' \
2929 org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
3030 org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
3131 org.opencontainers.image.source='https://github.com/Luzifer/ots' \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex \
2525FROM scratch
2626
2727LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28- org.opencontainers.image.version='1.21.0 ' \
28+ org.opencontainers.image.version='1.21.1 ' \
2929 org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
3030 org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
3131 org.opencontainers.image.source='https://github.com/Luzifer/ots' \
Original file line number Diff line number Diff line change 1+ # 1.21.1 / 2026-02-16
2+
3+ * Bugfixes
4+ * fix: navbar always showing light-theme icon (#236 ) (thanks @skillpoint-dev )
5+ * fix(deps): update dependency vue to v3.5.28
6+ * fix(deps): update module github.com/luzifer/go\_ helpers/v2 to v2.25.2
7+ * fix(deps): update module github.com/luzifer/rconfig/v2 to v2.6.1
8+ * fix(deps): update module github.com/redis/go-redis/v9 to v9.17.3
9+
110# 1.21.0 / 2026-01-20
211
312* Improvements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22services :
33 app :
44 build :
5- context : https://github.com/Luzifer/ots.git#v1.21.0
5+ context : https://github.com/Luzifer/ots.git#v1.21.1
66 restart : always
77 environment :
88 # Optional, see "Customization" in README
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ spec:
107107 name : ots-cutomize
108108 containers :
109109 - name : ots
110- image : ghcr.io/luzifer/ots:v1.21.0
110+ image : ghcr.io/luzifer/ots:v1.21.1
111111 args :
112112 - --storage-type
113113 - redis
You can’t perform that action at this time.
0 commit comments