From 59efc1c23e69b5cdf9c2b8c4ccc46b46264359ee Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 27 Aug 2024 18:17:26 +0200 Subject: [PATCH] Release: OTS v1.13.0 --- Dockerfile | 2 +- Dockerfile.minimal | 2 +- History.md | 14 ++++++++++++++ docker-compose.yml | 2 +- docs/k8s_example.yml | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e22b0c6..53aaf81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN set -ex \ FROM alpine:latest LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.12.0' \ + org.opencontainers.image.version='1.13.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 ca99c3b..e42e1ec 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -26,7 +26,7 @@ RUN set -ex \ FROM scratch LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.12.0' \ + org.opencontainers.image.version='1.13.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 4f02917..129ea6b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +# 1.13.0 / 2024-08-27 + + * Bugfixes + * Update Node dependencies + * Update Go dependencies + * Lint: Resolve unused-parameter error + + * Translations + * Add Italian translation (#173) (Thanks @ste93cry) + * Update Dutch translation (#168) (Thanks @mboeren & @sorcix) + * Restore old `nl` translation as `nl-BE` + * Update French translation (#167) (Thanks @toindev) + * Update Swedish translation (#171) (Thank @artingu) + # 1.12.0 / 2024-01-24 * Improvements diff --git a/docker-compose.yml b/docker-compose.yml index e79992b..25820ef 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.12.0 + context: https://github.com/Luzifer/ots.git#v1.13.0 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index 3742393..15222bb 100644 --- a/docs/k8s_example.yml +++ b/docs/k8s_example.yml @@ -107,7 +107,7 @@ spec: name: ots-cutomize containers: - name: ots - image: luzifer/ots:v1.12.0 + image: ghcr.io/luzifer/ots:v1.13.0 args: - --storage-type - redis