From 04dd42e4e82c22e3016954a1e768b35003070bf8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 27 Mar 2025 16:30:34 +0100 Subject: [PATCH] Update 1.1.8.md --- website/docs/changelog/1.1.8.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/1.1.8.md b/website/docs/changelog/1.1.8.md index 8107ea9a..c6e0a41b 100644 --- a/website/docs/changelog/1.1.8.md +++ b/website/docs/changelog/1.1.8.md @@ -3,6 +3,9 @@ Not yet released ### 💅 Polish -- If docker feature is enabled, *OpenPanel > Dashboard > Statistics widget* will display number of running containers, PIDs, Block I/O and Network I/0. +- If docker feature is enabled, *OpenPanel > Dashboard > Statistics widget* will display number of running containers, PIDs, Block I/O and Network I/0. +- update logs are moved from */usr/local/admin* to */var/log/openpanel/updates*. +- successfull update will now remove previous notifications that update is available and/or started. ### 🐛 Bug Fixes +- fixed bug with update logs generated by `opencli update` command.