mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-17 19:44:36 -05:00
Release: OTS v1.12.0
This commit is contained in:
parent
dfa27ea7c5
commit
e8f289eda1
@ -26,7 +26,7 @@ RUN set -ex \
|
||||
FROM alpine:latest
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
org.opencontainers.image.version='v1.11.1' \
|
||||
org.opencontainers.image.version='1.12.0' \
|
||||
org.opencontainers.image.url='https://hub.docker.com/r/luzifer/ots/' \
|
||||
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
||||
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
||||
|
@ -26,7 +26,7 @@ RUN set -ex \
|
||||
FROM scratch
|
||||
|
||||
LABEL org.opencontainers.image.authors='Knut Ahlers <knut@ahlers.me>' \
|
||||
org.opencontainers.image.version='v1.11.1' \
|
||||
org.opencontainers.image.version='1.12.0' \
|
||||
org.opencontainers.image.url='https://hub.docker.com/r/luzifer/ots/' \
|
||||
org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \
|
||||
org.opencontainers.image.source='https://github.com/Luzifer/ots' \
|
||||
|
15
History.md
15
History.md
@ -1,3 +1,18 @@
|
||||
# 1.12.0 / 2024-01-24
|
||||
|
||||
* Improvements
|
||||
* [#159] Add version-command for ots-cli
|
||||
* [#160] Add auto-resizing textareas
|
||||
* [#160] Add hover tooltips for buttons
|
||||
* [#160] Make success indicator more clear
|
||||
* Use OCI Label defaults on Docker images (#145)
|
||||
|
||||
* Bugfixes
|
||||
* Update dependencies
|
||||
|
||||
* Translations
|
||||
* Update Polish translation (#166) (Thanks @Icikowski)
|
||||
|
||||
# 1.11.1 / 2023-12-12
|
||||
|
||||
* Bugfixes
|
||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: https://github.com/Luzifer/ots.git#v1.11.1
|
||||
context: https://github.com/Luzifer/ots.git#v1.12.0
|
||||
restart: always
|
||||
environment:
|
||||
# Optional, see "Customization" in README
|
||||
|
@ -107,7 +107,7 @@ spec:
|
||||
name: ots-cutomize
|
||||
containers:
|
||||
- name: ots
|
||||
image: luzifer/ots:v1.11.1
|
||||
image: luzifer/ots:v1.12.0
|
||||
args:
|
||||
- --storage-type
|
||||
- redis
|
||||
|
Loading…
Reference in New Issue
Block a user