Release: OTS v1.17.2

This commit is contained in:
Knut Ahlers 2025-06-15 13:21:31 +02:00
parent b7416e984f
commit 93599e9bec
No known key found for this signature in database
5 changed files with 13 additions and 4 deletions

View file

@ -25,7 +25,7 @@ RUN set -ex \
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
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.17.1' \ org.opencontainers.image.version='1.17.2' \
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.17.1' \ org.opencontainers.image.version='1.17.2' \
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,12 @@
# 1.17.2 / 2025-06-15
* Bugfixes
* chore(deps): update alpine docker tag to v3.22
* chore(deps): update dependency go to v1.24.4
* fix(deps): update dependency vue-i18n to v11.1.5
* fix(deps): update dependency vue to v3.5.16
* fix(deps): update module github.com/redis/go-redis/v9 to v9.10.0
# 1.17.1 / 2025-05-29 # 1.17.1 / 2025-05-29
* 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.17.1 context: https://github.com/Luzifer/ots.git#v1.17.2
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.17.1 image: ghcr.io/luzifer/ots:v1.17.2
args: args:
- --storage-type - --storage-type
- redis - redis