Skip to content

Commit

Permalink
Release: OTS v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Dec 12, 2024
1 parent 0be304f commit 8fadf72
Show file tree
Hide file tree
Showing 5 changed files with 10 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.15.0' \
org.opencontainers.image.version='1.15.1' \
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.15.0' \
org.opencontainers.image.version='1.15.1' \
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
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.15.1 / 2024-12-12

* Bugfixes
* Update Node dependencies
* Update Go dependencies

# 1.15.0 / 2024-12-05

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

0 comments on commit 8fadf72

Please sign in to comment.