Skip to content

Commit

Permalink
Release: OTS v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Dec 5, 2024
1 parent 9942abc commit ee46f22
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -ex \
FROM alpine:latest

LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
org.opencontainers.image.version='1.14.0' \
org.opencontainers.image.version='1.15.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 @@ -25,7 +25,7 @@ RUN set -ex \
FROM scratch

LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
org.opencontainers.image.version='1.14.0' \
org.opencontainers.image.version='1.15.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
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.15.0 / 2024-12-05

* Improvements
* Add alternative `appIcon` for dark-mode (#204)

# 1.14.0 / 2024-11-21

* 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.14.0
context: https://github.com/Luzifer/ots.git#v1.15.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: ghcr.io/luzifer/ots:v1.14.0
image: ghcr.io/luzifer/ots:v1.15.0
args:
- --storage-type
- redis
Expand Down

0 comments on commit ee46f22

Please sign in to comment.