Release: OTS v1.13.0
This commit is contained in:
parent
91c5ae3115
commit
59efc1c23e
5 changed files with 18 additions and 4 deletions
|
@ -26,7 +26,7 @@ RUN set -ex \
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
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.12.0' \
|
org.opencontainers.image.version='1.13.0' \
|
||||||
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' \
|
||||||
|
|
|
@ -26,7 +26,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.12.0' \
|
org.opencontainers.image.version='1.13.0' \
|
||||||
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' \
|
||||||
|
|
14
History.md
14
History.md
|
@ -1,3 +1,17 @@
|
||||||
|
# 1.13.0 / 2024-08-27
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
* Update Node dependencies
|
||||||
|
* Update Go dependencies
|
||||||
|
* Lint: Resolve unused-parameter error
|
||||||
|
|
||||||
|
* Translations
|
||||||
|
* Add Italian translation (#173) (Thanks @ste93cry)
|
||||||
|
* Update Dutch translation (#168) (Thanks @mboeren & @sorcix)
|
||||||
|
* Restore old `nl` translation as `nl-BE`
|
||||||
|
* Update French translation (#167) (Thanks @toindev)
|
||||||
|
* Update Swedish translation (#171) (Thank @artingu)
|
||||||
|
|
||||||
# 1.12.0 / 2024-01-24
|
# 1.12.0 / 2024-01-24
|
||||||
|
|
||||||
* Improvements
|
* Improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: https://github.com/Luzifer/ots.git#v1.12.0
|
context: https://github.com/Luzifer/ots.git#v1.13.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Optional, see "Customization" in README
|
# Optional, see "Customization" in README
|
||||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
||||||
name: ots-cutomize
|
name: ots-cutomize
|
||||||
containers:
|
containers:
|
||||||
- name: ots
|
- name: ots
|
||||||
image: luzifer/ots:v1.12.0
|
image: ghcr.io/luzifer/ots:v1.13.0
|
||||||
args:
|
args:
|
||||||
- --storage-type
|
- --storage-type
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in a new issue