Skip to content

Commit

Permalink
Release: OTS v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Jan 24, 2024
1 parent dfa27ea commit e8f289e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex \
FROM alpine:latest

LABEL org.opencontainers.image.authors='Knut Ahlers <[email protected]>' \
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' \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -ex \
FROM scratch

LABEL org.opencontainers.image.authors='Knut Ahlers <[email protected]>' \
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' \
Expand Down
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/k8s_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f289e

Please sign in to comment.