diff --git a/Dockerfile b/Dockerfile index 9b4345d..c4763a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex \ FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.16.0' \ + org.opencontainers.image.version='1.17.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 7ac0b29..79666aa 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.16.0' \ + org.opencontainers.image.version='1.17.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 e294f66..b35bd54 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +# 1.17.0 / 2025-05-12 + + * Improvements + * Port to Vue3 and TypeScript + + * Bugfixes + * Update Go dependencies + * Update Node dependencies + + * Translations + * Update Polish translation (#213) (Thanks @Icikowski) + # 1.16.0 / 2025-05-01 * New Features diff --git a/docker-compose.yml b/docker-compose.yml index 4292908..06b08bf 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.16.0 + context: https://github.com/Luzifer/ots.git#v1.17.0 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index 8fe2c8a..3e1f232 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.16.0 + image: ghcr.io/luzifer/ots:v1.17.0 args: - --storage-type - redis