Skip to content

Commit

Permalink
Release: OTS v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Dec 12, 2023
1 parent 52a3474 commit 47a7a68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
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.0
context: https://github.com/Luzifer/ots.git#v1.11.1
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.0
image: luzifer/ots:v1.11.1
args:
- --storage-type
- redis
Expand Down

0 comments on commit 47a7a68

Please sign in to comment.