Release: OTS v1.11.1
This commit is contained in:
parent
52a34745d6
commit
47a7a686ef
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
# 1.11.1 / 2023-12-12
|
||||
|
||||
* Bugfixes
|
||||
* [#158] Disable Vue Devtools in release builds
|
||||
|
||||
# 1.11.0 / 2023-12-10
|
||||
|
||||
* Improvements
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: https://github.com/Luzifer/ots.git#v1.11.0
|
||||
context: https://github.com/Luzifer/ots.git#v1.11.1
|
||||
restart: always
|
||||
environment:
|
||||
# Optional, see "Customization" in README
|
||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
|||
name: ots-cutomize
|
||||
containers:
|
||||
- name: ots
|
||||
image: luzifer/ots:v1.11.0
|
||||
image: luzifer/ots:v1.11.1
|
||||
args:
|
||||
- --storage-type
|
||||
- redis
|
||||
|
|
Loading…
Reference in a new issue