diff --git a/Dockerfile b/Dockerfile index be8b5b7..f22c0bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex \ FROM alpine:latest LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.15.1' \ + org.opencontainers.image.version='1.16.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' \ diff --git a/Dockerfile.minimal b/Dockerfile.minimal index b88903c..232ef3a 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -25,7 +25,7 @@ RUN set -ex \ FROM scratch LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.15.1' \ + org.opencontainers.image.version='1.16.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' \ diff --git a/History.md b/History.md index a441afd..e294f66 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +# 1.16.0 / 2025-05-01 + + * New Features + * feat: support auto theme mode (#212) (Thanks @Ma-ve) + + * Bugfixes + * Cleanup test workflow + * Lint: Update linter config for golangci-lint v2 + * Update Go dependencies + * Update Node dependencies + # 1.15.1 / 2024-12-12 * Bugfixes diff --git a/docker-compose.yml b/docker-compose.yml index 23000bc..98fc9ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: build: - context: https://github.com/Luzifer/ots.git#v1.15.1 + context: https://github.com/Luzifer/ots.git#v1.16.0 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index 095ab50..8fe2c8a 100644 --- a/docs/k8s_example.yml +++ b/docs/k8s_example.yml @@ -107,7 +107,7 @@ spec: name: ots-cutomize containers: - name: ots - image: ghcr.io/luzifer/ots:v1.15.1 + image: ghcr.io/luzifer/ots:v1.16.0 args: - --storage-type - redis