mirror of
https://github.com/Luzifer/ots.git
synced 2026-01-03 00:55:36 -05:00
Release: OTS v1.18.0
This commit is contained in:
parent
3fd4df06d6
commit
3c9fcd3e82
5 changed files with 14 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
org.opencontainers.image.version='1.17.3' \
|
||||
org.opencontainers.image.version='1.18.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' \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM scratch
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
org.opencontainers.image.version='1.17.3' \
|
||||
org.opencontainers.image.version='1.18.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' \
|
||||
|
|
|
|||
10
History.md
10
History.md
|
|
@ -1,3 +1,13 @@
|
|||
# 1.18.0 / 2025-08-13
|
||||
|
||||
* Bugfixes
|
||||
* fix: remove double-gzip-encoding from metrics endpoint
|
||||
* fix(deps): update module github.com/redis/go-redis/v9 to v9.12.1
|
||||
* chore(deps): update dependency eslint to v9.33.0
|
||||
|
||||
* Translations
|
||||
* feat: add Hungarian translation (thanks to @mcsoft)
|
||||
|
||||
# 1.17.3 / 2025-08-08
|
||||
|
||||
* Improvements
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: https://github.com/Luzifer/ots.git#v1.17.3
|
||||
context: https://github.com/Luzifer/ots.git#v1.18.0
|
||||
restart: always
|
||||
environment:
|
||||
# Optional, see "Customization" in README
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ spec:
|
|||
name: ots-cutomize
|
||||
containers:
|
||||
- name: ots
|
||||
image: ghcr.io/luzifer/ots:v1.17.3
|
||||
image: ghcr.io/luzifer/ots:v1.18.0
|
||||
args:
|
||||
- --storage-type
|
||||
- redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue