Skip to content

Commit

Permalink
Release: OTS v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Aug 27, 2024
1 parent 91c5ae3 commit 59efc1c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex \
FROM alpine:latest

LABEL org.opencontainers.image.authors='Knut Ahlers <[email protected]>' \
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.documentation='https://github.com/Luzifer/ots/wiki' \
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex \
FROM scratch

LABEL org.opencontainers.image.authors='Knut Ahlers <[email protected]>' \
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.documentation='https://github.com/Luzifer/ots/wiki' \
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
Expand Down
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"
services:
app:
build:
context: https://github.com/Luzifer/ots.git#v1.12.0
context: https://github.com/Luzifer/ots.git#v1.13.0
restart: always
environment:
# Optional, see "Customization" in README
Expand Down
2 changes: 1 addition & 1 deletion docs/k8s_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
name: ots-cutomize
containers:
- name: ots
image: luzifer/ots:v1.12.0
image: ghcr.io/luzifer/ots:v1.13.0
args:
- --storage-type
- redis
Expand Down

0 comments on commit 59efc1c

Please sign in to comment.