mirror of
https://github.com/Luzifer/ots.git
synced 2025-07-20 05:10:04 -04:00
Release: OTS v1.17.2
This commit is contained in:
parent
b7416e984f
commit
93599e9bec
5 changed files with 13 additions and 4 deletions
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
|
||||
|
||||
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.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.1' \
|
||||
org.opencontainers.image.version='1.17.2' \
|
||||
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' \
|
||||
|
|
|
@ -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
|
||||
|
||||
* Bugfixes
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: https://github.com/Luzifer/ots.git#v1.17.1
|
||||
context: https://github.com/Luzifer/ots.git#v1.17.2
|
||||
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.1
|
||||
image: ghcr.io/luzifer/ots:v1.17.2
|
||||
args:
|
||||
- --storage-type
|
||||
- redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue