Release: OTS v1.18.0

This commit is contained in:
Knut Ahlers 2025-08-13 15:41:28 +02:00
parent 3fd4df06d6
commit 3c9fcd3e82
No known key found for this signature in database
5 changed files with 14 additions and 4 deletions

View file

@ -25,7 +25,7 @@ RUN set -ex \
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
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' \

View file

@ -25,7 +25,7 @@ RUN set -ex \
FROM scratch
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
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' \

View file

@ -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

View file

@ -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

View file

@ -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