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
|
# 1.11.0 / 2023-12-10
|
||||||
|
|
||||||
* Improvements
|
* Improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: https://github.com/Luzifer/ots.git#v1.11.0
|
context: https://github.com/Luzifer/ots.git#v1.11.1
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Optional, see "Customization" in README
|
# Optional, see "Customization" in README
|
||||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
||||||
name: ots-cutomize
|
name: ots-cutomize
|
||||||
containers:
|
containers:
|
||||||
- name: ots
|
- name: ots
|
||||||
image: luzifer/ots:v1.11.0
|
image: luzifer/ots:v1.11.1
|
||||||
args:
|
args:
|
||||||
- --storage-type
|
- --storage-type
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in a new issue