From 3c9fcd3e82a179eecbc48c5224f657ab3c1fc66a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 13 Aug 2025 15:41:28 +0200 Subject: [PATCH] Release: OTS v1.18.0 --- Dockerfile | 2 +- Dockerfile.minimal | 2 +- History.md | 10 ++++++++++ docker-compose.yml | 2 +- docs/k8s_example.yml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index bacbd5f..54818d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex \ FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.17.3' \ + org.opencontainers.image.version='1.18.0' \ org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \ org.opencontainers.image.source='https://github.com/Luzifer/ots' \ diff --git a/Dockerfile.minimal b/Dockerfile.minimal index 39aa227..8bf3bee 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -25,7 +25,7 @@ RUN set -ex \ FROM scratch LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.17.3' \ + org.opencontainers.image.version='1.18.0' \ org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \ org.opencontainers.image.source='https://github.com/Luzifer/ots' \ diff --git a/History.md b/History.md index e91b504..676f0bf 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +# 1.18.0 / 2025-08-13 + + * Bugfixes + * fix: remove double-gzip-encoding from metrics endpoint + * fix(deps): update module github.com/redis/go-redis/v9 to v9.12.1 + * chore(deps): update dependency eslint to v9.33.0 + + * Translations + * feat: add Hungarian translation (thanks to @mcsoft) + # 1.17.3 / 2025-08-08 * Improvements diff --git a/docker-compose.yml b/docker-compose.yml index ad147bc..ee618b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: build: - context: https://github.com/Luzifer/ots.git#v1.17.3 + context: https://github.com/Luzifer/ots.git#v1.18.0 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index 99f5b4b..097678c 100644 --- a/docs/k8s_example.yml +++ b/docs/k8s_example.yml @@ -107,7 +107,7 @@ spec: name: ots-cutomize containers: - name: ots - image: ghcr.io/luzifer/ots:v1.17.3 + image: ghcr.io/luzifer/ots:v1.18.0 args: - --storage-type - redis