Release: OTS v1.16.0

This commit is contained in:
Knut Ahlers 2025-05-01 00:33:39 +02:00
parent 722dab91ea
commit 401d79c7b5
No known key found for this signature in database
5 changed files with 15 additions and 4 deletions

View file

@ -25,7 +25,7 @@ RUN set -ex \
FROM alpine:latest
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
org.opencontainers.image.version='1.15.1' \
org.opencontainers.image.version='1.16.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.15.1' \
org.opencontainers.image.version='1.16.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,14 @@
# 1.16.0 / 2025-05-01
* New Features
* feat: support auto theme mode (#212) (Thanks @Ma-ve)
* Bugfixes
* Cleanup test workflow
* Lint: Update linter config for golangci-lint v2
* Update Go dependencies
* Update Node dependencies
# 1.15.1 / 2024-12-12
* Bugfixes

View file

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
build:
context: https://github.com/Luzifer/ots.git#v1.15.1
context: https://github.com/Luzifer/ots.git#v1.16.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.15.1
image: ghcr.io/luzifer/ots:v1.16.0
args:
- --storage-type
- redis