mirror of
https://github.com/Luzifer/ots.git
synced 2026-01-04 01:25:52 -05:00
Release: OTS v1.17.3
This commit is contained in:
parent
fe7a1f116e
commit
b3b56bb46f
5 changed files with 26 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
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' \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ RUN set -ex \
|
|||
FROM scratch
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
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' \
|
||||
|
|
|
|||
22
History.md
22
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue