Skip to content

Commit 1992eca

Browse files
committed
Release: OTS v1.20.1
1 parent 8e2e749 commit 1992eca

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
2626

2727
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28-
org.opencontainers.image.version='1.20.0' \
28+
org.opencontainers.image.version='1.20.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' \

Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
FROM scratch
2626

2727
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28-
org.opencontainers.image.version='1.20.0' \
28+
org.opencontainers.image.version='1.20.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' \

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.20.1 / 2025-12-19
2+
3+
> [!TIP]
4+
> In case you are still using (a cached version of) the old `docker.io/luzifer/ots` OCI image, please switch to the `ghcr.io/luzifer/ots:<version>` image as the former is no longer provided and was outdated for some time.
5+
6+
* Bugfixes
7+
* fix(deps): update dependency vue-i18n to v11.2.2
8+
* fix(deps): update dependency vue-router to v4.6.4
9+
* fix(deps): update dependency vue to v3.5.25
10+
* fix(deps): update module github.com/redis/go-redis/v9 to v9.17.2
11+
* fix(deps): update module github.com/spf13/cobra to v1.10.2
12+
113
# 1.20.0 / 2025-11-14
214

315
* Translations

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22
services:
33
app:
44
build:
5-
context: https://github.com/Luzifer/ots.git#v1.20.0
5+
context: https://github.com/Luzifer/ots.git#v1.20.1
66
restart: always
77
environment:
88
# Optional, see "Customization" in README

docs/k8s_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
name: ots-cutomize
108108
containers:
109109
- name: ots
110-
image: ghcr.io/luzifer/ots:v1.20.0
110+
image: ghcr.io/luzifer/ots:v1.20.1
111111
args:
112112
- --storage-type
113113
- redis

0 commit comments

Comments
 (0)