File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed
Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -ex \
2525FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
2626
2727LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28- org.opencontainers.image.version='1.17.2 ' \
28+ org.opencontainers.image.version='1.17.3 ' \
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.17.2 ' \
28+ org.opencontainers.image.version='1.17.3 ' \
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.17.3 / 2025-08-08
2+
3+ * Improvements
4+ * chore(ci): switch to more stable actions environment
5+ * docs: improve README wording
6+
7+ * Bugfixes
8+ * chore(deps): update dependency @babel/eslint-parser to v7.28.0
9+ * chore(deps): update dependency esbuild to v0.25.8
10+ * chore(deps): update dependency eslint-plugin-vue to v10.4.0
11+ * chore(deps): update dependency eslint to v9.32.0
12+ * chore(deps): update dependency go to v1.24.6
13+ * chore(deps): update dependency typescript to v5.9.2
14+ * chore(deps): update dependency vue-eslint-parser to v10.2.0
15+ * chore(deps): update golang docker tag to v1.24.6
16+ * chore(deps): update typescript-eslint monorepo to v8.39.0
17+ * fix(deps): update dependency bootstrap to v5.3.7
18+ * fix(deps): update dependency vue-i18n to v11.1.9
19+ * fix(deps): update dependency vue to v3.5.18
20+ * fix(deps): update module github.com/prometheus/client\_ golang to v1.23.0
21+ * fix(deps): update module github.com/redis/go-redis/v9 to v9.12.0
22+
123# 1.17.2 / 2025-06-15
224
325 * Bugfixes
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.17.2
5+ context : https://github.com/Luzifer/ots.git#v1.17.3
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.17.2
110+ image : ghcr.io/luzifer/ots:v1.17.3
111111 args :
112112 - --storage-type
113113 - redis
You can’t perform that action at this time.
0 commit comments