diff --git a/Dockerfile b/Dockerfile index 5883cde..bacbd5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -ex \ FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.version='1.17.2' \ + org.opencontainers.image.version='1.17.3' \ 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 99042c6..39aa227 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.17.2' \ + org.opencontainers.image.version='1.17.3' \ 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 71ea903..e91b504 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,25 @@ +# 1.17.3 / 2025-08-08 + + * Improvements + * chore(ci): switch to more stable actions environment + * docs: improve README wording + + * Bugfixes + * chore(deps): update dependency @babel/eslint-parser to v7.28.0 + * chore(deps): update dependency esbuild to v0.25.8 + * chore(deps): update dependency eslint-plugin-vue to v10.4.0 + * chore(deps): update dependency eslint to v9.32.0 + * chore(deps): update dependency go to v1.24.6 + * chore(deps): update dependency typescript to v5.9.2 + * chore(deps): update dependency vue-eslint-parser to v10.2.0 + * chore(deps): update golang docker tag to v1.24.6 + * chore(deps): update typescript-eslint monorepo to v8.39.0 + * fix(deps): update dependency bootstrap to v5.3.7 + * fix(deps): update dependency vue-i18n to v11.1.9 + * fix(deps): update dependency vue to v3.5.18 + * fix(deps): update module github.com/prometheus/client\_golang to v1.23.0 + * fix(deps): update module github.com/redis/go-redis/v9 to v9.12.0 + # 1.17.2 / 2025-06-15 * Bugfixes diff --git a/docker-compose.yml b/docker-compose.yml index cdf7d91..ad147bc 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.17.2 + context: https://github.com/Luzifer/ots.git#v1.17.3 restart: always environment: # Optional, see "Customization" in README diff --git a/docs/k8s_example.yml b/docs/k8s_example.yml index fda2999..99f5b4b 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.17.2 + image: ghcr.io/luzifer/ots:v1.17.3 args: - --storage-type - redis