Skip to content

Commit 401d79c

Browse files
committed
Release: OTS v1.16.0
1 parent 722dab9 commit 401d79c

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
FROM alpine:latest
2626

2727
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28-
org.opencontainers.image.version='1.15.1' \
28+
org.opencontainers.image.version='1.16.0' \
2929
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
3030
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
3131
org.opencontainers.image.source='https://github.com/Luzifer/ots' \

Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
FROM scratch
2626

2727
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
28-
org.opencontainers.image.version='1.15.1' \
28+
org.opencontainers.image.version='1.16.0' \
2929
org.opencontainers.image.url='https://github.com/Luzifer/ots/pkgs/container/ots' \
3030
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
3131
org.opencontainers.image.source='https://github.com/Luzifer/ots' \

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.16.0 / 2025-05-01
2+
3+
* New Features
4+
* feat: support auto theme mode (#212) (Thanks @Ma-ve)
5+
6+
* Bugfixes
7+
* Cleanup test workflow
8+
* Lint: Update linter config for golangci-lint v2
9+
* Update Go dependencies
10+
* Update Node dependencies
11+
112
# 1.15.1 / 2024-12-12
213

314
* Bugfixes

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22
services:
33
app:
44
build:
5-
context: https://github.com/Luzifer/ots.git#v1.15.1
5+
context: https://github.com/Luzifer/ots.git#v1.16.0
66
restart: always
77
environment:
88
# Optional, see "Customization" in README

docs/k8s_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
name: ots-cutomize
108108
containers:
109109
- name: ots
110-
image: ghcr.io/luzifer/ots:v1.15.1
110+
image: ghcr.io/luzifer/ots:v1.16.0
111111
args:
112112
- --storage-type
113113
- redis

0 commit comments

Comments
 (0)