From 81c423112e6cbf301b1d7f7ea991545aae462193 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:33:12 -0400 Subject: [PATCH] Update changelog.md --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index ab6181f..bfa5dbd 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ Brief summary of what's in this release: - Added logic to change ownership of moved files off of root user - Removed logic that required connection to spectrack for dlu-watcher - updated logic for handling nested folders +- updated base image of DluWatcher container +- set install of requirements as 'progress-banner off' to address issue with installing Flask and using all threads in DluWatcher container ### Breaking changes