mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-03 11:47:08 -04:00
Release: OTS v1.17.0
This commit is contained in:
parent
ef257c2f2a
commit
fabebc8283
5 changed files with 16 additions and 4 deletions
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
org.opencontainers.image.version='1.16.0' \
|
||||
org.opencontainers.image.version='1.17.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.16.0' \
|
||||
org.opencontainers.image.version='1.17.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' \
|
||||
|
|
12
History.md
12
History.md
|
@ -1,3 +1,15 @@
|
|||
# 1.17.0 / 2025-05-12
|
||||
|
||||
* Improvements
|
||||
* Port to Vue3 and TypeScript
|
||||
|
||||
* Bugfixes
|
||||
* Update Go dependencies
|
||||
* Update Node dependencies
|
||||
|
||||
* Translations
|
||||
* Update Polish translation (#213) (Thanks @Icikowski)
|
||||
|
||||
# 1.16.0 / 2025-05-01
|
||||
|
||||
* New Features
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: https://github.com/Luzifer/ots.git#v1.16.0
|
||||
context: https://github.com/Luzifer/ots.git#v1.17.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.16.0
|
||||
image: ghcr.io/luzifer/ots:v1.17.0
|
||||
args:
|
||||
- --storage-type
|
||||
- redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue