Release: OTS v1.14.0

This commit is contained in:
Knut Ahlers 2024-11-21 12:27:19 +01:00
parent 395a9cea22
commit 8c5c74f271
No known key found for this signature in database
5 changed files with 22 additions and 4 deletions

View File

@ -25,7 +25,7 @@ RUN set -ex \
FROM alpine:latest FROM alpine:latest
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \ LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
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.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
org.opencontainers.image.source='https://github.com/Luzifer/ots' \ org.opencontainers.image.source='https://github.com/Luzifer/ots' \

View File

@ -25,7 +25,7 @@ RUN set -ex \
FROM scratch FROM scratch
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \ LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
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.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
org.opencontainers.image.source='https://github.com/Luzifer/ots' \ org.opencontainers.image.source='https://github.com/Luzifer/ots' \

View File

@ -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 # 1.13.0 / 2024-08-27
* Bugfixes * Bugfixes

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
app: app:
build: build:
context: https://github.com/Luzifer/ots.git#v1.13.0 context: https://github.com/Luzifer/ots.git#v1.14.0
restart: always restart: always
environment: environment:
# Optional, see "Customization" in README # Optional, see "Customization" in README

View File

@ -107,7 +107,7 @@ spec:
name: ots-cutomize name: ots-cutomize
containers: containers:
- name: ots - name: ots
image: ghcr.io/luzifer/ots:v1.13.0 image: ghcr.io/luzifer/ots:v1.14.0
args: args:
- --storage-type - --storage-type
- redis - redis