From 8c5c74f271e8745f5d5b8978f45a84f166be120d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Nov 2024 12:27:19 +0100 Subject: [PATCH] Release: OTS v1.14.0 --- Dockerfile | 2 +- Dockerfile.minimal | 2 +- History.md | 18 ++++++++++++++++++ docker-compose.yml | 2 +- docs/k8s_example.yml | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f759b11..c4ffd4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex \ FROM alpine:latest LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.13.0' \ + org.opencontainers.image.version='1.14.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 1ca5bf3..6e4c44e 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.13.0' \ + org.opencontainers.image.version='1.14.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 129ea6b..ceb799b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,21 @@ +# 1.14.0 / 2024-11-21 + + * Improvements + * Add ability to paste files into textarea + * Add button to burn secrets immediately (#193) + * Add customization to add footer-links (#192) + * Add error message when subtle crypto is unavailable + * Add 'log-requests' option to disable request logging (#199) (Thanks @jimmypw) + * Add multi-platform image build + * Add periodic in-memory store pruner (#200) (Thanks @jimmypw) + * Add TLS configuration for server (#190) (Thanks @hixichen) + + * Bugfixes + * Fix: Use no-cache to satisfy Trivy + + * Translations + * Update Polish translation (#194, #201) (Thanks @Icikowski) + # 1.13.0 / 2024-08-27 * Bugfixes diff --git a/docker-compose.yml b/docker-compose.yml index 25820ef..c611804 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.13.0 + context: https://github.com/Luzifer/ots.git#v1.14.0 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index 15222bb..c8675c3 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.13.0 + image: ghcr.io/luzifer/ots:v1.14.0 args: - --storage-type - redis